Shades of Green White #DEDDCE
Tints of Green White #DEDDCE
RGB
CMYK
RGB Variations
Color information
#DEDDCE (or 0xDEDDCE) is known color: Green White. HEX triplet: DE, DD and CE. RGB value is (222,221,206). Sum of RGB (Red+Green+Blue) = 222+221+206=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDCE is #212231. Grayscale: #DBDBDB. Windows color (decimal): -2171442 or 13557214. OLE color: 13557214.
HSL color Cylindrical-coordinate representation of color #DEDDCE: hue angle of 56.25º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEDDCE is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 221 | 206 | - |
CMYK | 0 | 0.00 | 0.07 | 0.13 |
HSL | 56.25º | 0.2% | 0.84% | - |
HSV(B) | 56.25º | 0.07% | 0.87% | - |
XYZ | 67.12 | 71.7 | 68.69 | - |
YUV | 219.59 | 120.33 | 129.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 206 | 0 | 0.00 | 0.07 | 0.13 | 56.25 | 0.2 | 0.84 |
Hex | DE | DD | CE | 0 | 0 | 7 | D | 38 | 14 | 54 |
Octal | 336 | 335 | 316 | 0 | 0 | 7 | 15 | 70 | 24 | 124 |
Binary | 11011110 | 11011101 | 11001110 | 0 | 0 | 111 | 1101 | 111000 | 10100 | 1010100 |
Color Harmonies of #DEDDCE
Complementary color
Monochromatic Colors of #DEDDCE
Black with #DEDDCE
Text Example
Text Example
White with #DEDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDCE; }
p { color: rgb(222,221,206); }
H1.HeaderClassName
{
color: #DEDDCE;
}
.AnyTagClassName
{
color: #DEDDCE;
}
</style>
background-color css
<style>
a { background-color: #DEDDCE; }
a { background-color: rgb(222,221,206); }
div.DivClassName
{
background-color: #DEDDCE;
}
.BgClassName
{
background-color: #DEDDCE;
}
</style>
border-color css
<style>
span { border-color: #DEDDCE; }
span { border-color: rgb(222,221,206); }
td.TdClassName
{
border-color: #DEDDCE;
}
.TagClassName
{
border-color: #DEDDCE;
}
</style>