Shades of Green White #DEDEC8
Tints of Green White #DEDEC8
RGB
CMYK
RGB Variations
Color information
#DEDEC8 (or 0xDEDEC8) is known color: Green White. HEX triplet: DE, DE and C8. RGB value is (222,222,200). Sum of RGB (Red+Green+Blue) = 222+222+200=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 200 (78.52% from 255 or 31.06% from 644); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEC8 is #212137. Grayscale: #DBDBDB. Windows color (decimal): -2171192 or 13164254. OLE color: 13164254.
HSL color Cylindrical-coordinate representation of color #DEDEC8: hue angle of 60º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEDEC8 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 222 | 200 | - |
CMYK | 0 | 0 | 0.10 | 0.13 |
HSL | 60º | 0.25% | 0.83% | - |
HSV(B) | 60º | 0.1% | 0.87% | - |
XYZ | 66.67 | 71.94 | 65.02 | - |
YUV | 219.49 | 117 | 129.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 200 | 0 | 0 | 0.10 | 0.13 | 60 | 0.25 | 0.83 |
Hex | DE | DE | C8 | 0 | 0 | A | D | 3C | 19 | 53 |
Octal | 336 | 336 | 310 | 0 | 0 | 12 | 15 | 74 | 31 | 123 |
Binary | 11011110 | 11011110 | 11001000 | 0 | 0 | 1010 | 1101 | 111100 | 11001 | 1010011 |
Color Harmonies of #DEDEC8
Complementary color
Monochromatic Colors of #DEDEC8
Black with #DEDEC8
Text Example
Text Example
White with #DEDEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEC8; }
p { color: rgb(222,222,200); }
H1.HeaderClassName
{
color: #DEDEC8;
}
.AnyTagClassName
{
color: #DEDEC8;
}
</style>
background-color css
<style>
a { background-color: #DEDEC8; }
a { background-color: rgb(222,222,200); }
div.DivClassName
{
background-color: #DEDEC8;
}
.BgClassName
{
background-color: #DEDEC8;
}
</style>
border-color css
<style>
span { border-color: #DEDEC8; }
span { border-color: rgb(222,222,200); }
td.TdClassName
{
border-color: #DEDEC8;
}
.TagClassName
{
border-color: #DEDEC8;
}
</style>