Shades of Hint Of Green #DEFBD1
Tints of Hint Of Green #DEFBD1
RGB
CMYK
RGB Variations
Color information
#DEFBD1 (or 0xDEFBD1) is known color: Hint Of Green. HEX triplet: DE, FB and D1. RGB value is (222,251,209). Sum of RGB (Red+Green+Blue) = 222+251+209=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 209 (82.03% from 255 or 30.65% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBD1 is #21042E. Grayscale: #EDEDED. Windows color (decimal): -2163759 or 13761502. OLE color: 13761502.
HSL color Cylindrical-coordinate representation of color #DEFBD1: hue angle of 101.43º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEFBD1 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 209 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.02 |
| HSL | 101.43º | 0.84% | 0.9% | - |
| HSV(B) | 101.43º | 0.17% | 0.98% | - |
| XYZ | 76.13 | 89.13 | 73.51 | - |
| YUV | 237.54 | 111.89 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 209 | 0.12 | 0 | 0.17 | 0.02 | 101.43 | 0.84 | 0.9 |
| Hex | DE | FB | D1 | C | 0 | 11 | 2 | 65 | 54 | 5A |
| Octal | 336 | 373 | 321 | 14 | 0 | 21 | 2 | 145 | 124 | 132 |
| Binary | 11011110 | 11111011 | 11010001 | 1100 | 0 | 10001 | 10 | 1100101 | 1010100 | 1011010 |
Color Harmonies of #DEFBD1
Complementary color
Monochromatic Colors of #DEFBD1
Black with #DEFBD1
Text Example
Text Example
White with #DEFBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBD1; }
p { color: rgb(222,251,209); }
H1.HeaderClassName
{
color: #DEFBD1;
}
.AnyTagClassName
{
color: #DEFBD1;
}
</style>
background-color css
<style>
a { background-color: #DEFBD1; }
a { background-color: rgb(222,251,209); }
div.DivClassName
{
background-color: #DEFBD1;
}
.BgClassName
{
background-color: #DEFBD1;
}
</style>
border-color css
<style>
span { border-color: #DEFBD1; }
span { border-color: rgb(222,251,209); }
td.TdClassName
{
border-color: #DEFBD1;
}
.TagClassName
{
border-color: #DEFBD1;
}
</style>