Shades of Green White #DEDFCC
Tints of Green White #DEDFCC
RGB
CMYK
RGB Variations
Color information
#DEDFCC (or 0xDEDFCC) is known color: Green White. HEX triplet: DE, DF and CC. RGB value is (222,223,204). Sum of RGB (Red+Green+Blue) = 222+223+204=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFCC is #212033. Grayscale: #DCDCDC. Windows color (decimal): -2170932 or 13426654. OLE color: 13426654.
HSL color Cylindrical-coordinate representation of color #DEDFCC: hue angle of 63.16º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEDFCC is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 223 | 204 | - |
CMYK | 0.00 | 0 | 0.09 | 0.13 |
HSL | 63.16º | 0.23% | 0.84% | - |
HSV(B) | 63.16º | 0.09% | 0.87% | - |
XYZ | 67.41 | 72.66 | 67.6 | - |
YUV | 220.54 | 118.67 | 129.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 223 | 204 | 0.00 | 0 | 0.09 | 0.13 | 63.16 | 0.23 | 0.84 |
Hex | DE | DF | CC | 0 | 0 | 9 | D | 3F | 17 | 54 |
Octal | 336 | 337 | 314 | 0 | 0 | 11 | 15 | 77 | 27 | 124 |
Binary | 11011110 | 11011111 | 11001100 | 0 | 0 | 1001 | 1101 | 111111 | 10111 | 1010100 |
Color Harmonies of #DEDFCC
Complementary color
Monochromatic Colors of #DEDFCC
Black with #DEDFCC
Text Example
Text Example
White with #DEDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFCC; }
p { color: rgb(222,223,204); }
H1.HeaderClassName
{
color: #DEDFCC;
}
.AnyTagClassName
{
color: #DEDFCC;
}
</style>
background-color css
<style>
a { background-color: #DEDFCC; }
a { background-color: rgb(222,223,204); }
div.DivClassName
{
background-color: #DEDFCC;
}
.BgClassName
{
background-color: #DEDFCC;
}
</style>
border-color css
<style>
span { border-color: #DEDFCC; }
span { border-color: rgb(222,223,204); }
td.TdClassName
{
border-color: #DEDFCC;
}
.TagClassName
{
border-color: #DEDFCC;
}
</style>