Color spaces of #debbbd
RGB | 222 | 187 | 189 |
---|---|---|---|
HSL | 0.99 | 0.35 | 0.80 |
HSV | 357° | 16° | 87° |
CMYK | 0.00 | 0.16 | 0.15 0.13 |
XYZ | 57.0798 | 54.7444 | 55.7024 |
Yxy | 54.7444 | 0.3407 | 0.3268 |
Hunter Lab | 73.9895 | 8.2238 | 7.1566 |
CIE-Lab | 78.8938 | 12.8184 | 3.6537 |
#debbbd color RGB value is (222,187,189).
#debbbd hex color red value is 222, green value is 187 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #debbbd hue: 0.99 , saturation: 0.35 and the lightness value of debbbd is 0.80.
The process color (four color CMYK) of #debbbd color hex is 0.00, 0.16, 0.15, 0.13. Web safe color of #debbbd is #cccccc. Color #debbbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10111011 | 10111101 |
Octal | 336 | 273 | 275 |
Decimal | 222 | 187 | 189 |
Hex | DE | BB | BD |
Shades of #debbbd
Tints of #debbbd
RGB Percentages of Color #debbbd
CMYK Percentages of Color #debbbd
Complementary Color
#debbbd | #bbdedc |
#debbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#debbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#debbbd Color CSS Codes
.mybgcolor {background-color:#debbbd; } .myforecolor {color:#debbbd; } .mybordercolor {border:3px solid #debbbd; }
#debbbd Text Font Color
<p style="color:#debbbd">Text here</p>
This sample text font color is #debbbd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#debbbd Background Color
<div style="background-color:#debbbd">
Div content here</div>
This div background color is #debbbd
#debbbd Border Color
<div style="border:3px solid #debbbd">
Div here</div>
This div border color is #debbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,187,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #debbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #debbbd; -webkit-box-shadow: 1px 1px 3px 2px #debbbd; box-shadow: 1px 1px 3px 2px #debbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,187,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #debbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #debbbd; -webkit-box-shadow: 1px 1px 3px 2px #debbbd; box-shadow: 1px 1px 3px 2px #debbbd;">
Div content here</div>
This div box has shadow with color #debbbd
Comments
No comments written yet.
Please login to write comment.