Shades of Hint Of Green #DEFCD1
Tints of Hint Of Green #DEFCD1
RGB
CMYK
RGB Variations
Color information
#DEFCD1 (or 0xDEFCD1) is known color: Hint Of Green. HEX triplet: DE, FC and D1. RGB value is (222,252,209). Sum of RGB (Red+Green+Blue) = 222+252+209=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 209 (82.03% from 255 or 30.60% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCD1 is #21032E. Grayscale: #EEEEEE. Windows color (decimal): -2163503 or 13761758. OLE color: 13761758.
HSL color Cylindrical-coordinate representation of color #DEFCD1: hue angle of 101.86º 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 #DEFCD1 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 209 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.01 |
| HSL | 101.86º | 0.88% | 0.9% | - |
| HSV(B) | 101.86º | 0.17% | 0.99% | - |
| XYZ | 76.44 | 89.75 | 73.62 | - |
| YUV | 238.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 209 | 0.12 | 0 | 0.17 | 0.01 | 101.86 | 0.88 | 0.9 |
| Hex | DE | FC | D1 | C | 0 | 11 | 1 | 66 | 58 | 5A |
| Octal | 336 | 374 | 321 | 14 | 0 | 21 | 1 | 146 | 130 | 132 |
| Binary | 11011110 | 11111100 | 11010001 | 1100 | 0 | 10001 | 1 | 1100110 | 1011000 | 1011010 |
Color Harmonies of #DEFCD1
Complementary color
Monochromatic Colors of #DEFCD1
Black with #DEFCD1
Text Example
Text Example
White with #DEFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFCD1; }
p { color: rgb(222,252,209); }
H1.HeaderClassName
{
color: #DEFCD1;
}
.AnyTagClassName
{
color: #DEFCD1;
}
</style>
background-color css
<style>
a { background-color: #DEFCD1; }
a { background-color: rgb(222,252,209); }
div.DivClassName
{
background-color: #DEFCD1;
}
.BgClassName
{
background-color: #DEFCD1;
}
</style>
border-color css
<style>
span { border-color: #DEFCD1; }
span { border-color: rgb(222,252,209); }
td.TdClassName
{
border-color: #DEFCD1;
}
.TagClassName
{
border-color: #DEFCD1;
}
</style>