Shades of Green White #DEDEC9
Tints of Green White #DEDEC9
RGB
CMYK
RGB Variations
Color information
#DEDEC9 (or 0xDEDEC9) is known color: Green White. HEX triplet: DE, DE and C9. RGB value is (222,222,201). Sum of RGB (Red+Green+Blue) = 222+222+201=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEC9 is #212136. Grayscale: #DBDBDB. Windows color (decimal): -2171191 or 13229790. OLE color: 13229790.
HSL color Cylindrical-coordinate representation of color #DEDEC9: hue angle of 60º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEDEC9 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 222 | 201 | - |
CMYK | 0 | 0 | 0.09 | 0.13 |
HSL | 60º | 0.24% | 0.83% | - |
HSV(B) | 60º | 0.09% | 0.87% | - |
XYZ | 66.79 | 71.99 | 65.63 | - |
YUV | 219.61 | 117.5 | 129.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 201 | 0 | 0 | 0.09 | 0.13 | 60 | 0.24 | 0.83 |
Hex | DE | DE | C9 | 0 | 0 | 9 | D | 3C | 18 | 53 |
Octal | 336 | 336 | 311 | 0 | 0 | 11 | 15 | 74 | 30 | 123 |
Binary | 11011110 | 11011110 | 11001001 | 0 | 0 | 1001 | 1101 | 111100 | 11000 | 1010011 |
Color Harmonies of #DEDEC9
Complementary color
Monochromatic Colors of #DEDEC9
Black with #DEDEC9
Text Example
Text Example
White with #DEDEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEC9; }
p { color: rgb(222,222,201); }
H1.HeaderClassName
{
color: #DEDEC9;
}
.AnyTagClassName
{
color: #DEDEC9;
}
</style>
background-color css
<style>
a { background-color: #DEDEC9; }
a { background-color: rgb(222,222,201); }
div.DivClassName
{
background-color: #DEDEC9;
}
.BgClassName
{
background-color: #DEDEC9;
}
</style>
border-color css
<style>
span { border-color: #DEDEC9; }
span { border-color: rgb(222,222,201); }
td.TdClassName
{
border-color: #DEDEC9;
}
.TagClassName
{
border-color: #DEDEC9;
}
</style>