Shades of Green White #DEDECE
Tints of Green White #DEDECE
RGB
CMYK
RGB Variations
Color information
#DEDECE (or 0xDEDECE) is known color: Green White. HEX triplet: DE, DE and CE. RGB value is (222,222,206). Sum of RGB (Red+Green+Blue) = 222+222+206=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDECE is #212131. Grayscale: #DCDCDC. Windows color (decimal): -2171186 or 13557470. OLE color: 13557470.
HSL color Cylindrical-coordinate representation of color #DEDECE: hue angle of 60º 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 #DEDECE is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 222 | 206 | - |
CMYK | 0 | 0 | 0.07 | 0.13 |
HSL | 60º | 0.2% | 0.84% | - |
HSV(B) | 60º | 0.07% | 0.87% | - |
XYZ | 67.39 | 72.23 | 68.78 | - |
YUV | 220.18 | 120 | 129.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 206 | 0 | 0 | 0.07 | 0.13 | 60 | 0.2 | 0.84 |
Hex | DE | DE | CE | 0 | 0 | 7 | D | 3C | 14 | 54 |
Octal | 336 | 336 | 316 | 0 | 0 | 7 | 15 | 74 | 24 | 124 |
Binary | 11011110 | 11011110 | 11001110 | 0 | 0 | 111 | 1101 | 111100 | 10100 | 1010100 |
Color Harmonies of #DEDECE
Complementary color
Monochromatic Colors of #DEDECE
Black with #DEDECE
Text Example
Text Example
White with #DEDECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDECE; }
p { color: rgb(222,222,206); }
H1.HeaderClassName
{
color: #DEDECE;
}
.AnyTagClassName
{
color: #DEDECE;
}
</style>
background-color css
<style>
a { background-color: #DEDECE; }
a { background-color: rgb(222,222,206); }
div.DivClassName
{
background-color: #DEDECE;
}
.BgClassName
{
background-color: #DEDECE;
}
</style>
border-color css
<style>
span { border-color: #DEDECE; }
span { border-color: rgb(222,222,206); }
td.TdClassName
{
border-color: #DEDECE;
}
.TagClassName
{
border-color: #DEDECE;
}
</style>