Color spaces of #dedbcd
RGB | 222 | 219 | 205 |
---|---|---|---|
HSL | 0.14 | 0.20 | 0.84 |
HSV | 49° | 8° | 87° |
CMYK | 0.00 | 0.01 | 0.08 0.13 |
XYZ | 66.4752 | 70.6004 | 67.8812 |
Yxy | 70.6004 | 0.3243 | 0.3445 |
Hunter Lab | 84.0240 | -5.8227 | 10.9177 |
CIE-Lab | 87.2905 | -1.3940 | 7.2325 |
#dedbcd color RGB value is (222,219,205).
#dedbcd hex color red value is 222, green value is 219 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dedbcd hue: 0.14 , saturation: 0.20 and the lightness value of dedbcd is 0.84.
The process color (four color CMYK) of #dedbcd color hex is 0.00, 0.01, 0.08, 0.13. Web safe color of #dedbcd is #cccccc. Color #dedbcd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11011011 | 11001101 |
Octal | 336 | 333 | 315 |
Decimal | 222 | 219 | 205 |
Hex | DE | DB | CD |
Shades of #dedbcd
Tints of #dedbcd
RGB Percentages of Color #dedbcd
CMYK Percentages of Color #dedbcd
Complementary Color
#dedbcd | #cdd0de |
#dedbcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dedbcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dedbcd Color CSS Codes
.mybgcolor {background-color:#dedbcd; } .myforecolor {color:#dedbcd; } .mybordercolor {border:3px solid #dedbcd; }
#dedbcd Text Font Color
<p style="color:#dedbcd">Text here</p>
This sample text font color is #dedbcd
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.
#dedbcd Background Color
<div style="background-color:#dedbcd">
Div content here</div>
This div background color is #dedbcd
#dedbcd Border Color
<div style="border:3px solid #dedbcd">
Div here</div>
This div border color is #dedbcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,219,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dedbcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dedbcd; -webkit-box-shadow: 1px 1px 3px 2px #dedbcd; box-shadow: 1px 1px 3px 2px #dedbcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,219,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dedbcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dedbcd; -webkit-box-shadow: 1px 1px 3px 2px #dedbcd; box-shadow: 1px 1px 3px 2px #dedbcd;">
Div content here</div>
This div box has shadow with color #dedbcd
Comments
No comments written yet.
Please login to write comment.