Shades of Green White #DEDED2
Tints of Green White #DEDED2
RGB
CMYK
RGB Variations
Color information
#DEDED2 (or 0xDEDED2) is known color: Green White. HEX triplet: DE, DE and D2. RGB value is (222,222,210). Sum of RGB (Red+Green+Blue) = 222+222+210=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDED2 is #21212D. Grayscale: #DCDCDC. Windows color (decimal): -2171182 or 13819614. OLE color: 13819614.
HSL color Cylindrical-coordinate representation of color #DEDED2: hue angle of 60º degrees, saturation: 0.15, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEDED2 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 222 | 210 | - |
CMYK | 0 | 0 | 0.05 | 0.13 |
HSL | 60º | 0.15% | 0.85% | - |
HSV(B) | 60º | 0.05% | 0.87% | - |
XYZ | 67.88 | 72.43 | 71.37 | - |
YUV | 220.63 | 122 | 128.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 210 | 0 | 0 | 0.05 | 0.13 | 60 | 0.15 | 0.85 |
Hex | DE | DE | D2 | 0 | 0 | 5 | D | 3C | F | 55 |
Octal | 336 | 336 | 322 | 0 | 0 | 5 | 15 | 74 | 17 | 125 |
Binary | 11011110 | 11011110 | 11010010 | 0 | 0 | 101 | 1101 | 111100 | 1111 | 1010101 |
Color Harmonies of #DEDED2
Complementary color
Monochromatic Colors of #DEDED2
Black with #DEDED2
Text Example
Text Example
White with #DEDED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDED2; }
p { color: rgb(222,222,210); }
H1.HeaderClassName
{
color: #DEDED2;
}
.AnyTagClassName
{
color: #DEDED2;
}
</style>
background-color css
<style>
a { background-color: #DEDED2; }
a { background-color: rgb(222,222,210); }
div.DivClassName
{
background-color: #DEDED2;
}
.BgClassName
{
background-color: #DEDED2;
}
</style>
border-color css
<style>
span { border-color: #DEDED2; }
span { border-color: rgb(222,222,210); }
td.TdClassName
{
border-color: #DEDED2;
}
.TagClassName
{
border-color: #DEDED2;
}
</style>