Color spaces of #ddcecc
RGB | 221 | 206 | 204 |
---|---|---|---|
HSL | 0.02 | 0.20 | 0.83 |
HSV | 7° | 8° | 87° |
CMYK | 0.00 | 0.07 | 0.08 0.13 |
XYZ | 62.7892 | 63.8744 | 66.1464 |
Yxy | 63.8744 | 0.3257 | 0.3313 |
Hunter Lab | 79.9215 | 0.3735 | 6.8741 |
CIE-Lab | 83.9003 | 4.8590 | 2.8555 |
#ddcecc color RGB value is (221,206,204).
#ddcecc hex color red value is 221, green value is 206 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ddcecc hue: 0.02 , saturation: 0.20 and the lightness value of ddcecc is 0.83.
The process color (four color CMYK) of #ddcecc color hex is 0.00, 0.07, 0.08, 0.13. Web safe color of #ddcecc is #cccccc. Color #ddcecc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11001110 | 11001100 |
Octal | 335 | 316 | 314 |
Decimal | 221 | 206 | 204 |
Hex | DD | CE | CC |
Shades of #ddcecc
Tints of #ddcecc
RGB Percentages of Color #ddcecc
CMYK Percentages of Color #ddcecc
Complementary Color
#ddcecc | #ccdbdd |
#ddcecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddcecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddcecc Color CSS Codes
.mybgcolor {background-color:#ddcecc; } .myforecolor {color:#ddcecc; } .mybordercolor {border:3px solid #ddcecc; }
#ddcecc Text Font Color
<p style="color:#ddcecc">Text here</p>
This sample text font color is #ddcecc
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.
#ddcecc Background Color
<div style="background-color:#ddcecc">
Div content here</div>
This div background color is #ddcecc
#ddcecc Border Color
<div style="border:3px solid #ddcecc">
Div here</div>
This div border color is #ddcecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,206,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddcecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddcecc; -webkit-box-shadow: 1px 1px 3px 2px #ddcecc; box-shadow: 1px 1px 3px 2px #ddcecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,206,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddcecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcecc; -webkit-box-shadow: 1px 1px 3px 2px #ddcecc; box-shadow: 1px 1px 3px 2px #ddcecc;">
Div content here</div>
This div box has shadow with color #ddcecc
Comments
No comments written yet.
Please login to write comment.