Shades of Green White #DFE0CE
Tints of Green White #DFE0CE
RGB
CMYK
RGB Variations
Color information
#DFE0CE (or 0xDFE0CE) is known color: Green White. HEX triplet: DF, E0 and CE. RGB value is (223,224,206). Sum of RGB (Red+Green+Blue) = 223+224+206=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0CE is #201F31. Grayscale: #DDDDDD. Windows color (decimal): -2105138 or 13557983. OLE color: 13557983.
HSL color Cylindrical-coordinate representation of color #DFE0CE: hue angle of 63.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFE0CE is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 206 | - |
| CMYK | 0.00 | 0 | 0.08 | 0.12 |
| HSL | 63.33º | 0.23% | 0.84% | - |
| HSV(B) | 63.33º | 0.08% | 0.88% | - |
| XYZ | 68.23 | 73.46 | 68.97 | - |
| YUV | 221.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 206 | 0.00 | 0 | 0.08 | 0.12 | 63.33 | 0.23 | 0.84 |
| Hex | DF | E0 | CE | 0 | 0 | 8 | C | 3F | 16 | 54 |
| Octal | 337 | 340 | 316 | 0 | 0 | 10 | 14 | 77 | 26 | 124 |
| Binary | 11011111 | 11100000 | 11001110 | 0 | 0 | 1000 | 1100 | 111111 | 10110 | 1010100 |
Color Harmonies of #DFE0CE
Complementary color
Monochromatic Colors of #DFE0CE
Black with #DFE0CE
Text Example
Text Example
White with #DFE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE0CE; }
p { color: rgb(223,224,206); }
H1.HeaderClassName
{
color: #DFE0CE;
}
.AnyTagClassName
{
color: #DFE0CE;
}
</style>
background-color css
<style>
a { background-color: #DFE0CE; }
a { background-color: rgb(223,224,206); }
div.DivClassName
{
background-color: #DFE0CE;
}
.BgClassName
{
background-color: #DFE0CE;
}
</style>
border-color css
<style>
span { border-color: #DFE0CE; }
span { border-color: rgb(223,224,206); }
td.TdClassName
{
border-color: #DFE0CE;
}
.TagClassName
{
border-color: #DFE0CE;
}
</style>