Color spaces of #deedd1
RGB | 222 | 237 | 209 |
---|---|---|---|
HSL | 0.26 | 0.44 | 0.87 |
HSV | 92° | 12° | 93° |
CMYK | 0.06 | 0.00 | 0.12 0.07 |
XYZ | 71.9170 | 80.7014 | 72.1081 |
Yxy | 80.7014 | 0.3200 | 0.3591 |
Hunter Lab | 89.8340 | -14.3104 | 15.2928 |
CIE-Lab | 91.9987 | -9.8933 | 11.8749 |
#deedd1 color RGB value is (222,237,209).
#deedd1 hex color red value is 222, green value is 237 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #deedd1 hue: 0.26 , saturation: 0.44 and the lightness value of deedd1 is 0.87.
The process color (four color CMYK) of #deedd1 color hex is 0.06, 0.00, 0.12, 0.07. Web safe color of #deedd1 is #ccffcc. Color #deedd1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11101101 | 11010001 |
Octal | 336 | 355 | 321 |
Decimal | 222 | 237 | 209 |
Hex | DE | ED | D1 |
Shades of #deedd1
Tints of #deedd1
RGB Percentages of Color #deedd1
CMYK Percentages of Color #deedd1
Complementary Color
#deedd1 | #e0d1ed |
#deedd1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deedd1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#deedd1 Color CSS Codes
.mybgcolor {background-color:#deedd1; } .myforecolor {color:#deedd1; } .mybordercolor {border:3px solid #deedd1; }
#deedd1 Text Font Color
<p style="color:#deedd1">Text here</p>
This sample text font color is #deedd1
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.
#deedd1 Background Color
<div style="background-color:#deedd1">
Div content here</div>
This div background color is #deedd1
#deedd1 Border Color
<div style="border:3px solid #deedd1">
Div here</div>
This div border color is #deedd1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,237,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deedd1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deedd1; -webkit-box-shadow: 1px 1px 3px 2px #deedd1; box-shadow: 1px 1px 3px 2px #deedd1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,237,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deedd1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deedd1; -webkit-box-shadow: 1px 1px 3px 2px #deedd1; box-shadow: 1px 1px 3px 2px #deedd1;">
Div content here</div>
This div box has shadow with color #deedd1
Comments
No comments written yet.
Please login to write comment.