Color spaces of #dec3cd
RGB | 222 | 195 | 205 |
---|---|---|---|
HSL | 0.94 | 0.29 | 0.82 |
HSV | 338° | 12° | 87° |
CMYK | 0.00 | 0.12 | 0.08 0.13 |
XYZ | 60.6588 | 58.9676 | 65.9424 |
Yxy | 58.9676 | 0.3269 | 0.3178 |
Hunter Lab | 76.7904 | 6.6189 | 2.8390 |
CIE-Lab | 81.2738 | 11.1986 | -1.4987 |
#dec3cd color RGB value is (222,195,205).
#dec3cd hex color red value is 222, green value is 195 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dec3cd hue: 0.94 , saturation: 0.29 and the lightness value of dec3cd is 0.82.
The process color (four color CMYK) of #dec3cd color hex is 0.00, 0.12, 0.08, 0.13. Web safe color of #dec3cd is #cccccc. Color #dec3cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11000011 | 11001101 |
Octal | 336 | 303 | 315 |
Decimal | 222 | 195 | 205 |
Hex | DE | C3 | CD |
Shades of #dec3cd
Tints of #dec3cd
RGB Percentages of Color #dec3cd
CMYK Percentages of Color #dec3cd
Complementary Color
#dec3cd | #c3ded4 |
#dec3cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dec3cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dec3cd Color CSS Codes
.mybgcolor {background-color:#dec3cd; } .myforecolor {color:#dec3cd; } .mybordercolor {border:3px solid #dec3cd; }
#dec3cd Text Font Color
<p style="color:#dec3cd">Text here</p>
This sample text font color is #dec3cd
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.
#dec3cd Background Color
<div style="background-color:#dec3cd">
Div content here</div>
This div background color is #dec3cd
#dec3cd Border Color
<div style="border:3px solid #dec3cd">
Div here</div>
This div border color is #dec3cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,195,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dec3cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dec3cd; -webkit-box-shadow: 1px 1px 3px 2px #dec3cd; box-shadow: 1px 1px 3px 2px #dec3cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,195,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 #dec3cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dec3cd; -webkit-box-shadow: 1px 1px 3px 2px #dec3cd; box-shadow: 1px 1px 3px 2px #dec3cd;">
Div content here</div>
This div box has shadow with color #dec3cd
Comments
No comments written yet.
Please login to write comment.