Color spaces of #ded0bb
RGB | 222 | 208 | 187 |
---|---|---|---|
HSL | 0.10 | 0.35 | 0.80 |
HSV | 36° | 16° | 87° |
CMYK | 0.00 | 0.06 | 0.16 0.13 |
XYZ | 61.6497 | 64.2292 | 56.1619 |
Yxy | 64.2292 | 0.3387 | 0.3528 |
Hunter Lab | 80.1431 | -2.9402 | 14.5515 |
CIE-Lab | 84.0850 | 1.4129 | 12.1654 |
#ded0bb color RGB value is (222,208,187).
#ded0bb hex color red value is 222, green value is 208 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ded0bb hue: 0.10 , saturation: 0.35 and the lightness value of ded0bb is 0.80.
The process color (four color CMYK) of #ded0bb color hex is 0.00, 0.06, 0.16, 0.13. Web safe color of #ded0bb is #cccccc. Color #ded0bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11010000 | 10111011 |
Octal | 336 | 320 | 273 |
Decimal | 222 | 208 | 187 |
Hex | DE | D0 | BB |
Shades of #ded0bb
Tints of #ded0bb
RGB Percentages of Color #ded0bb
CMYK Percentages of Color #ded0bb
Complementary Color
#ded0bb | #bbc9de |
#ded0bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ded0bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ded0bb Color CSS Codes
.mybgcolor {background-color:#ded0bb; } .myforecolor {color:#ded0bb; } .mybordercolor {border:3px solid #ded0bb; }
#ded0bb Text Font Color
<p style="color:#ded0bb">Text here</p>
This sample text font color is #ded0bb
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.
#ded0bb Background Color
<div style="background-color:#ded0bb">
Div content here</div>
This div background color is #ded0bb
#ded0bb Border Color
<div style="border:3px solid #ded0bb">
Div here</div>
This div border color is #ded0bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,208,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ded0bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ded0bb; -webkit-box-shadow: 1px 1px 3px 2px #ded0bb; box-shadow: 1px 1px 3px 2px #ded0bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,208,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ded0bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ded0bb; -webkit-box-shadow: 1px 1px 3px 2px #ded0bb; box-shadow: 1px 1px 3px 2px #ded0bb;">
Div content here</div>
This div box has shadow with color #ded0bb
Comments
No comments written yet.
Please login to write comment.