Shades of Green White #DEDDC6
Tints of Green White #DEDDC6
RGB
CMYK
RGB Variations
Color information
#DEDDC6 (or 0xDEDDC6) is known color: Green White. HEX triplet: DE, DD and C6. RGB value is (222,221,198). Sum of RGB (Red+Green+Blue) = 222+221+198=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDC6 is #212239. Grayscale: #DADADA. Windows color (decimal): -2171450 or 13032926. OLE color: 13032926.
HSL color Cylindrical-coordinate representation of color #DEDDC6: hue angle of 57.5º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEDDC6 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 198 | - |
| CMYK | 0 | 0.00 | 0.11 | 0.13 |
| HSL | 57.5º | 0.27% | 0.82% | - |
| HSV(B) | 57.5º | 0.11% | 0.87% | - |
| XYZ | 66.17 | 71.32 | 63.7 | - |
| YUV | 218.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 198 | 0 | 0.00 | 0.11 | 0.13 | 57.5 | 0.27 | 0.82 |
| Hex | DE | DD | C6 | 0 | 0 | B | D | 3A | 1B | 52 |
| Octal | 336 | 335 | 306 | 0 | 0 | 13 | 15 | 72 | 33 | 122 |
| Binary | 11011110 | 11011101 | 11000110 | 0 | 0 | 1011 | 1101 | 111010 | 11011 | 1010010 |
Color Harmonies of #DEDDC6
Complementary color
Monochromatic Colors of #DEDDC6
Black with #DEDDC6
Text Example
Text Example
White with #DEDDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDC6; }
p { color: rgb(222,221,198); }
H1.HeaderClassName
{
color: #DEDDC6;
}
.AnyTagClassName
{
color: #DEDDC6;
}
</style>
background-color css
<style>
a { background-color: #DEDDC6; }
a { background-color: rgb(222,221,198); }
div.DivClassName
{
background-color: #DEDDC6;
}
.BgClassName
{
background-color: #DEDDC6;
}
</style>
border-color css
<style>
span { border-color: #DEDDC6; }
span { border-color: rgb(222,221,198); }
td.TdClassName
{
border-color: #DEDDC6;
}
.TagClassName
{
border-color: #DEDDC6;
}
</style>