Color spaces of #dddead
RGB | 221 | 222 | 173 |
---|---|---|---|
HSL | 0.17 | 0.43 | 0.77 |
HSV | 61° | 22° | 87° |
CMYK | 0.00 | 0.00 | 0.22 0.13 |
XYZ | 63.4829 | 70.6318 | 49.8226 |
Yxy | 70.6318 | 0.3451 | 0.3840 |
Hunter Lab | 84.0427 | -12.2422 | 23.6813 |
CIE-Lab | 87.3058 | -8.2219 | 23.9959 |
#dddead color RGB value is (221,222,173).
#dddead hex color red value is 221, green value is 222 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dddead hue: 0.17 , saturation: 0.43 and the lightness value of dddead is 0.77.
The process color (four color CMYK) of #dddead color hex is 0.00, 0.00, 0.22, 0.13. Web safe color of #dddead is #cccc99. Color #dddead contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011110 | 10101101 |
Octal | 335 | 336 | 255 |
Decimal | 221 | 222 | 173 |
Hex | DD | DE | AD |
Shades of #dddead
Tints of #dddead
RGB Percentages of Color #dddead
CMYK Percentages of Color #dddead
Complementary Color
#dddead | #aeadde |
#dddead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddead Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddead Color CSS Codes
.mybgcolor {background-color:#dddead; } .myforecolor {color:#dddead; } .mybordercolor {border:3px solid #dddead; }
#dddead Text Font Color
<p style="color:#dddead">Text here</p>
This sample text font color is #dddead
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.
#dddead Background Color
<div style="background-color:#dddead">
Div content here</div>
This div background color is #dddead
#dddead Border Color
<div style="border:3px solid #dddead">
Div here</div>
This div border color is #dddead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,222,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddead; -webkit-box-shadow: 1px 1px 3px 2px #dddead; box-shadow: 1px 1px 3px 2px #dddead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,222,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dddead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddead; -webkit-box-shadow: 1px 1px 3px 2px #dddead; box-shadow: 1px 1px 3px 2px #dddead;">
Div content here</div>
This div box has shadow with color #dddead
#dddead Color Palettes
Comments
No comments written yet.
Please login to write comment.