Color spaces of #deccdb
RGB | 222 | 204 | 219 |
---|---|---|---|
HSL | 0.86 | 0.21 | 0.84 |
HSV | 310° | 8° | 87° |
CMYK | 0.00 | 0.08 | 0.01 0.13 |
XYZ | 64.5032 | 63.8298 | 75.9385 |
Yxy | 63.8298 | 0.3158 | 0.3125 |
Hunter Lab | 79.8936 | 4.3008 | -0.4294 |
CIE-Lab | 83.8771 | 8.8862 | -5.1615 |
#deccdb color RGB value is (222,204,219).
#deccdb hex color red value is 222, green value is 204 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #deccdb hue: 0.86 , saturation: 0.21 and the lightness value of deccdb is 0.84.
The process color (four color CMYK) of #deccdb color hex is 0.00, 0.08, 0.01, 0.13. Web safe color of #deccdb is #cccccc. Color #deccdb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11001100 | 11011011 |
Octal | 336 | 314 | 333 |
Decimal | 222 | 204 | 219 |
Hex | DE | CC | DB |
Shades of #deccdb
Tints of #deccdb
RGB Percentages of Color #deccdb
CMYK Percentages of Color #deccdb
Complementary Color
#deccdb | #ccdecf |
#deccdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deccdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#deccdb Color CSS Codes
.mybgcolor {background-color:#deccdb; } .myforecolor {color:#deccdb; } .mybordercolor {border:3px solid #deccdb; }
#deccdb Text Font Color
<p style="color:#deccdb">Text here</p>
This sample text font color is #deccdb
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.
#deccdb Background Color
<div style="background-color:#deccdb">
Div content here</div>
This div background color is #deccdb
#deccdb Border Color
<div style="border:3px solid #deccdb">
Div here</div>
This div border color is #deccdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,204,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deccdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deccdb; -webkit-box-shadow: 1px 1px 3px 2px #deccdb; box-shadow: 1px 1px 3px 2px #deccdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,204,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deccdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deccdb; -webkit-box-shadow: 1px 1px 3px 2px #deccdb; box-shadow: 1px 1px 3px 2px #deccdb;">
Div content here</div>
This div box has shadow with color #deccdb
Comments
No comments written yet.
Please login to write comment.