Color spaces of #dddeca
RGB | 221 | 222 | 202 |
---|---|---|---|
HSL | 0.18 | 0.23 | 0.83 |
HSV | 63° | 9° | 87° |
CMYK | 0.00 | 0.00 | 0.09 0.13 |
XYZ | 66.6007 | 71.8790 | 66.2409 |
Yxy | 71.8790 | 0.3253 | 0.3511 |
Hunter Lab | 84.7815 | -8.1456 | 13.0230 |
CIE-Lab | 87.9103 | -3.7865 | 9.6886 |
#dddeca color RGB value is (221,222,202).
#dddeca hex color red value is 221, green value is 222 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dddeca hue: 0.18 , saturation: 0.23 and the lightness value of dddeca is 0.83.
The process color (four color CMYK) of #dddeca color hex is 0.00, 0.00, 0.09, 0.13. Web safe color of #dddeca is #cccccc. Color #dddeca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011110 | 11001010 |
Octal | 335 | 336 | 312 |
Decimal | 221 | 222 | 202 |
Hex | DD | DE | CA |
Shades of #dddeca
Tints of #dddeca
RGB Percentages of Color #dddeca
CMYK Percentages of Color #dddeca
Complementary Color
#dddeca | #cbcade |
#dddeca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddeca Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddeca Color CSS Codes
.mybgcolor {background-color:#dddeca; } .myforecolor {color:#dddeca; } .mybordercolor {border:3px solid #dddeca; }
#dddeca Text Font Color
<p style="color:#dddeca">Text here</p>
This sample text font color is #dddeca
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.
#dddeca Background Color
<div style="background-color:#dddeca">
Div content here</div>
This div background color is #dddeca
#dddeca Border Color
<div style="border:3px solid #dddeca">
Div here</div>
This div border color is #dddeca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,222,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddeca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddeca; -webkit-box-shadow: 1px 1px 3px 2px #dddeca; box-shadow: 1px 1px 3px 2px #dddeca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,222,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dddeca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddeca; -webkit-box-shadow: 1px 1px 3px 2px #dddeca; box-shadow: 1px 1px 3px 2px #dddeca;">
Div content here</div>
This div box has shadow with color #dddeca
Comments
No comments written yet.
Please login to write comment.