Shades of Hint Of Green #DEFCD0
Tints of Hint Of Green #DEFCD0
RGB
CMYK
RGB Variations
Color information
#DEFCD0 (or 0xDEFCD0) is known color: Hint Of Green. HEX triplet: DE, FC and D0. RGB value is (222,252,208). Sum of RGB (Red+Green+Blue) = 222+252+208=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 208 (81.64% from 255 or 30.50% from 682); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCD0 is #21032F. Grayscale: #EEEEEE. Windows color (decimal): -2163504 or 13696222. OLE color: 13696222.
HSL color Cylindrical-coordinate representation of color #DEFCD0: hue angle of 100.91º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEFCD0 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 208 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.01 |
| HSL | 100.91º | 0.88% | 0.9% | - |
| HSV(B) | 100.91º | 0.17% | 0.99% | - |
| XYZ | 76.32 | 89.7 | 72.97 | - |
| YUV | 238.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 208 | 0.12 | 0 | 0.17 | 0.01 | 100.91 | 0.88 | 0.9 |
| Hex | DE | FC | D0 | C | 0 | 11 | 1 | 65 | 58 | 5A |
| Octal | 336 | 374 | 320 | 14 | 0 | 21 | 1 | 145 | 130 | 132 |
| Binary | 11011110 | 11111100 | 11010000 | 1100 | 0 | 10001 | 1 | 1100101 | 1011000 | 1011010 |
Color Harmonies of #DEFCD0
Complementary color
Monochromatic Colors of #DEFCD0
Black with #DEFCD0
Text Example
Text Example
White with #DEFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCD0; }
p { color: rgb(222,252,208); }
H1.HeaderClassName
{
color: #DEFCD0;
}
.AnyTagClassName
{
color: #DEFCD0;
}
</style>
background-color css
<style>
a { background-color: #DEFCD0; }
a { background-color: rgb(222,252,208); }
div.DivClassName
{
background-color: #DEFCD0;
}
.BgClassName
{
background-color: #DEFCD0;
}
</style>
border-color css
<style>
span { border-color: #DEFCD0; }
span { border-color: rgb(222,252,208); }
td.TdClassName
{
border-color: #DEFCD0;
}
.TagClassName
{
border-color: #DEFCD0;
}
</style>