Color spaces of #dedbbc
RGB | 222 | 219 | 188 |
---|---|---|---|
HSL | 0.15 | 0.34 | 0.80 |
HSV | 55° | 15° | 87° |
CMYK | 0.00 | 0.01 | 0.15 0.13 |
XYZ | 64.5328 | 69.8235 | 57.6530 |
Yxy | 69.8235 | 0.3361 | 0.3636 |
Hunter Lab | 83.5605 | -8.3773 | 17.5849 |
CIE-Lab | 86.9102 | -4.1206 | 15.6294 |
#dedbbc color RGB value is (222,219,188).
#dedbbc hex color red value is 222, green value is 219 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dedbbc hue: 0.15 , saturation: 0.34 and the lightness value of dedbbc is 0.80.
The process color (four color CMYK) of #dedbbc color hex is 0.00, 0.01, 0.15, 0.13. Web safe color of #dedbbc is #cccccc. Color #dedbbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11011011 | 10111100 |
Octal | 336 | 333 | 274 |
Decimal | 222 | 219 | 188 |
Hex | DE | DB | BC |
Shades of #dedbbc
Tints of #dedbbc
RGB Percentages of Color #dedbbc
CMYK Percentages of Color #dedbbc
Complementary Color
#dedbbc | #bcbfde |
#dedbbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dedbbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dedbbc Color CSS Codes
.mybgcolor {background-color:#dedbbc; } .myforecolor {color:#dedbbc; } .mybordercolor {border:3px solid #dedbbc; }
#dedbbc Text Font Color
<p style="color:#dedbbc">Text here</p>
This sample text font color is #dedbbc
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.
#dedbbc Background Color
<div style="background-color:#dedbbc">
Div content here</div>
This div background color is #dedbbc
#dedbbc Border Color
<div style="border:3px solid #dedbbc">
Div here</div>
This div border color is #dedbbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,219,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dedbbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dedbbc; -webkit-box-shadow: 1px 1px 3px 2px #dedbbc; box-shadow: 1px 1px 3px 2px #dedbbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,219,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dedbbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dedbbc; -webkit-box-shadow: 1px 1px 3px 2px #dedbbc; box-shadow: 1px 1px 3px 2px #dedbbc;">
Div content here</div>
This div box has shadow with color #dedbbc
Comments
No comments written yet.
Please login to write comment.