Shades of Green White #DEDED0
Tints of Green White #DEDED0
RGB
CMYK
RGB Variations
Color information
#DEDED0 (or 0xDEDED0) is known color: Green White. HEX triplet: DE, DE and D0. RGB value is (222,222,208). Sum of RGB (Red+Green+Blue) = 222+222+208=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDED0 is #21212F. Grayscale: #DCDCDC. Windows color (decimal): -2171184 or 13688542. OLE color: 13688542.
HSL color Cylindrical-coordinate representation of color #DEDED0: hue angle of 60º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEDED0 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 222 | 208 | - |
CMYK | 0 | 0 | 0.06 | 0.13 |
HSL | 60º | 0.18% | 0.84% | - |
HSV(B) | 60º | 0.06% | 0.87% | - |
XYZ | 67.63 | 72.33 | 70.07 | - |
YUV | 220.4 | 121 | 129.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 208 | 0 | 0 | 0.06 | 0.13 | 60 | 0.18 | 0.84 |
Hex | DE | DE | D0 | 0 | 0 | 6 | D | 3C | 12 | 54 |
Octal | 336 | 336 | 320 | 0 | 0 | 6 | 15 | 74 | 22 | 124 |
Binary | 11011110 | 11011110 | 11010000 | 0 | 0 | 110 | 1101 | 111100 | 10010 | 1010100 |
Color Harmonies of #DEDED0
Complementary color
Monochromatic Colors of #DEDED0
Black with #DEDED0
Text Example
Text Example
White with #DEDED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDED0; }
p { color: rgb(222,222,208); }
H1.HeaderClassName
{
color: #DEDED0;
}
.AnyTagClassName
{
color: #DEDED0;
}
</style>
background-color css
<style>
a { background-color: #DEDED0; }
a { background-color: rgb(222,222,208); }
div.DivClassName
{
background-color: #DEDED0;
}
.BgClassName
{
background-color: #DEDED0;
}
</style>
border-color css
<style>
span { border-color: #DEDED0; }
span { border-color: rgb(222,222,208); }
td.TdClassName
{
border-color: #DEDED0;
}
.TagClassName
{
border-color: #DEDED0;
}
</style>