Shades of Green White #DEDCCC
Tints of Green White #DEDCCC
RGB
CMYK
RGB Variations
Color information
#DEDCCC (or 0xDEDCCC) is known color: Green White. HEX triplet: DE, DC and CC. RGB value is (222,220,204). Sum of RGB (Red+Green+Blue) = 222+220+204=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCCC is #212333. Grayscale: #DADADA. Windows color (decimal): -2171700 or 13425886. OLE color: 13425886.
HSL color Cylindrical-coordinate representation of color #DEDCCC: hue angle of 53.33º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEDCCC is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 220 | 204 | - |
CMYK | 0 | 0.01 | 0.08 | 0.13 |
HSL | 53.33º | 0.21% | 0.84% | - |
HSV(B) | 53.33º | 0.08% | 0.87% | - |
XYZ | 66.62 | 71.08 | 67.33 | - |
YUV | 218.77 | 119.66 | 130.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 220 | 204 | 0 | 0.01 | 0.08 | 0.13 | 53.33 | 0.21 | 0.84 |
Hex | DE | DC | CC | 0 | 1 | 8 | D | 35 | 15 | 54 |
Octal | 336 | 334 | 314 | 0 | 1 | 10 | 15 | 65 | 25 | 124 |
Binary | 11011110 | 11011100 | 11001100 | 0 | 1 | 1000 | 1101 | 110101 | 10101 | 1010100 |
Color Harmonies of #DEDCCC
Complementary color
Monochromatic Colors of #DEDCCC
Black with #DEDCCC
Text Example
Text Example
White with #DEDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCCC; }
p { color: rgb(222,220,204); }
H1.HeaderClassName
{
color: #DEDCCC;
}
.AnyTagClassName
{
color: #DEDCCC;
}
</style>
background-color css
<style>
a { background-color: #DEDCCC; }
a { background-color: rgb(222,220,204); }
div.DivClassName
{
background-color: #DEDCCC;
}
.BgClassName
{
background-color: #DEDCCC;
}
</style>
border-color css
<style>
span { border-color: #DEDCCC; }
span { border-color: rgb(222,220,204); }
td.TdClassName
{
border-color: #DEDCCC;
}
.TagClassName
{
border-color: #DEDCCC;
}
</style>