Shades of Green White #DEDFCE
Tints of Green White #DEDFCE
RGB
CMYK
RGB Variations
Color information
#DEDFCE (or 0xDEDFCE) is known color: Green White. HEX triplet: DE, DF and CE. RGB value is (222,223,206). Sum of RGB (Red+Green+Blue) = 222+223+206=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFCE is #212031. Grayscale: #DCDCDC. Windows color (decimal): -2170930 or 13557726. OLE color: 13557726.
HSL color Cylindrical-coordinate representation of color #DEDFCE: hue angle of 63.53º 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 #DEDFCE is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 206 | - |
| CMYK | 0.00 | 0 | 0.08 | 0.13 |
| HSL | 63.53º | 0.21% | 0.84% | - |
| HSV(B) | 63.53º | 0.08% | 0.87% | - |
| XYZ | 67.65 | 72.76 | 68.87 | - |
| YUV | 220.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 206 | 0.00 | 0 | 0.08 | 0.13 | 63.53 | 0.21 | 0.84 |
| Hex | DE | DF | CE | 0 | 0 | 8 | D | 40 | 15 | 54 |
| Octal | 336 | 337 | 316 | 0 | 0 | 10 | 15 | 100 | 25 | 124 |
| Binary | 11011110 | 11011111 | 11001110 | 0 | 0 | 1000 | 1101 | 1000000 | 10101 | 1010100 |
Color Harmonies of #DEDFCE
Complementary color
Monochromatic Colors of #DEDFCE
Black with #DEDFCE
Text Example
Text Example
White with #DEDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFCE; }
p { color: rgb(222,223,206); }
H1.HeaderClassName
{
color: #DEDFCE;
}
.AnyTagClassName
{
color: #DEDFCE;
}
</style>
background-color css
<style>
a { background-color: #DEDFCE; }
a { background-color: rgb(222,223,206); }
div.DivClassName
{
background-color: #DEDFCE;
}
.BgClassName
{
background-color: #DEDFCE;
}
</style>
border-color css
<style>
span { border-color: #DEDFCE; }
span { border-color: rgb(222,223,206); }
td.TdClassName
{
border-color: #DEDFCE;
}
.TagClassName
{
border-color: #DEDFCE;
}
</style>