Shades of Green White #DEDDCC
Tints of Green White #DEDDCC
RGB
CMYK
RGB Variations
Color information
#DEDDCC (or 0xDEDDCC) is known color: Green White. HEX triplet: DE, DD and CC. RGB value is (222,221,204). Sum of RGB (Red+Green+Blue) = 222+221+204=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDCC is #212233. Grayscale: #DBDBDB. Windows color (decimal): -2171444 or 13426142. OLE color: 13426142.
HSL color Cylindrical-coordinate representation of color #DEDDCC: hue angle of 56.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEDDCC is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 221 | 204 | - |
CMYK | 0 | 0.00 | 0.08 | 0.13 |
HSL | 56.67º | 0.21% | 0.84% | - |
HSV(B) | 56.67º | 0.08% | 0.87% | - |
XYZ | 66.88 | 71.6 | 67.42 | - |
YUV | 219.36 | 119.33 | 129.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 204 | 0 | 0.00 | 0.08 | 0.13 | 56.67 | 0.21 | 0.84 |
Hex | DE | DD | CC | 0 | 0 | 8 | D | 39 | 15 | 54 |
Octal | 336 | 335 | 314 | 0 | 0 | 10 | 15 | 71 | 25 | 124 |
Binary | 11011110 | 11011101 | 11001100 | 0 | 0 | 1000 | 1101 | 111001 | 10101 | 1010100 |
Color Harmonies of #DEDDCC
Complementary color
Monochromatic Colors of #DEDDCC
Black with #DEDDCC
Text Example
Text Example
White with #DEDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDCC; }
p { color: rgb(222,221,204); }
H1.HeaderClassName
{
color: #DEDDCC;
}
.AnyTagClassName
{
color: #DEDDCC;
}
</style>
background-color css
<style>
a { background-color: #DEDDCC; }
a { background-color: rgb(222,221,204); }
div.DivClassName
{
background-color: #DEDDCC;
}
.BgClassName
{
background-color: #DEDDCC;
}
</style>
border-color css
<style>
span { border-color: #DEDDCC; }
span { border-color: rgb(222,221,204); }
td.TdClassName
{
border-color: #DEDDCC;
}
.TagClassName
{
border-color: #DEDDCC;
}
</style>