Shades of Green White #DEDEC6
Tints of Green White #DEDEC6
RGB
CMYK
RGB Variations
Color information
#DEDEC6 (or 0xDEDEC6) is known color: Green White. HEX triplet: DE, DE and C6. RGB value is (222,222,198). Sum of RGB (Red+Green+Blue) = 222+222+198=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 198 (77.73% from 255 or 30.84% from 642); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEC6 is #212139. Grayscale: #DBDBDB. Windows color (decimal): -2171194 or 13033182. OLE color: 13033182.
HSL color Cylindrical-coordinate representation of color #DEDEC6: hue angle of 60º 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 #DEDEC6 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 222 | 198 | - |
CMYK | 0 | 0 | 0.11 | 0.13 |
HSL | 60º | 0.27% | 0.82% | - |
HSV(B) | 60º | 0.11% | 0.87% | - |
XYZ | 66.44 | 71.85 | 63.79 | - |
YUV | 219.26 | 116 | 129.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 198 | 0 | 0 | 0.11 | 0.13 | 60 | 0.27 | 0.82 |
Hex | DE | DE | C6 | 0 | 0 | B | D | 3C | 1B | 52 |
Octal | 336 | 336 | 306 | 0 | 0 | 13 | 15 | 74 | 33 | 122 |
Binary | 11011110 | 11011110 | 11000110 | 0 | 0 | 1011 | 1101 | 111100 | 11011 | 1010010 |
Color Harmonies of #DEDEC6
Complementary color
Monochromatic Colors of #DEDEC6
Black with #DEDEC6
Text Example
Text Example
White with #DEDEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEC6; }
p { color: rgb(222,222,198); }
H1.HeaderClassName
{
color: #DEDEC6;
}
.AnyTagClassName
{
color: #DEDEC6;
}
</style>
background-color css
<style>
a { background-color: #DEDEC6; }
a { background-color: rgb(222,222,198); }
div.DivClassName
{
background-color: #DEDEC6;
}
.BgClassName
{
background-color: #DEDEC6;
}
</style>
border-color css
<style>
span { border-color: #DEDEC6; }
span { border-color: rgb(222,222,198); }
td.TdClassName
{
border-color: #DEDEC6;
}
.TagClassName
{
border-color: #DEDEC6;
}
</style>