Shades of Green White #DEDCCE
Tints of Green White #DEDCCE
RGB
CMYK
RGB Variations
Color information
#DEDCCE (or 0xDEDCCE) is known color: Green White. HEX triplet: DE, DC and CE. RGB value is (222,220,206). Sum of RGB (Red+Green+Blue) = 222+220+206=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCCE is #212331. Grayscale: #DBDBDB. Windows color (decimal): -2171698 or 13556958. OLE color: 13556958.
HSL color Cylindrical-coordinate representation of color #DEDCCE: hue angle of 52.5º 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 #DEDCCE is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 206 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.13 |
| HSL | 52.5º | 0.2% | 0.84% | - |
| HSV(B) | 52.5º | 0.07% | 0.87% | - |
| XYZ | 66.86 | 71.17 | 68.61 | - |
| YUV | 219 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 206 | 0 | 0.01 | 0.07 | 0.13 | 52.5 | 0.2 | 0.84 |
| Hex | DE | DC | CE | 0 | 1 | 7 | D | 34 | 14 | 54 |
| Octal | 336 | 334 | 316 | 0 | 1 | 7 | 15 | 64 | 24 | 124 |
| Binary | 11011110 | 11011100 | 11001110 | 0 | 1 | 111 | 1101 | 110100 | 10100 | 1010100 |
Color Harmonies of #DEDCCE
Complementary color
Monochromatic Colors of #DEDCCE
Black with #DEDCCE
Text Example
Text Example
White with #DEDCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCCE; }
p { color: rgb(222,220,206); }
H1.HeaderClassName
{
color: #DEDCCE;
}
.AnyTagClassName
{
color: #DEDCCE;
}
</style>
background-color css
<style>
a { background-color: #DEDCCE; }
a { background-color: rgb(222,220,206); }
div.DivClassName
{
background-color: #DEDCCE;
}
.BgClassName
{
background-color: #DEDCCE;
}
</style>
border-color css
<style>
span { border-color: #DEDCCE; }
span { border-color: rgb(222,220,206); }
td.TdClassName
{
border-color: #DEDCCE;
}
.TagClassName
{
border-color: #DEDCCE;
}
</style>