Shades of Hint Of Green #DEFAD1
Tints of Hint Of Green #DEFAD1
RGB
CMYK
RGB Variations
Color information
#DEFAD1 (or 0xDEFAD1) is known color: Hint Of Green. HEX triplet: DE, FA and D1. RGB value is (222,250,209). Sum of RGB (Red+Green+Blue) = 222+250+209=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 209 (82.03% from 255 or 30.69% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAD1 is #21052E. Grayscale: #EDEDED. Windows color (decimal): -2164015 or 13761246. OLE color: 13761246.
HSL color Cylindrical-coordinate representation of color #DEFAD1: hue angle of 100.98º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEFAD1 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 209 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.02 |
| HSL | 100.98º | 0.8% | 0.9% | - |
| HSV(B) | 100.98º | 0.16% | 0.98% | - |
| XYZ | 75.82 | 88.5 | 73.41 | - |
| YUV | 236.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 209 | 0.11 | 0 | 0.16 | 0.02 | 100.98 | 0.8 | 0.9 |
| Hex | DE | FA | D1 | B | 0 | 10 | 2 | 65 | 50 | 5A |
| Octal | 336 | 372 | 321 | 13 | 0 | 20 | 2 | 145 | 120 | 132 |
| Binary | 11011110 | 11111010 | 11010001 | 1011 | 0 | 10000 | 10 | 1100101 | 1010000 | 1011010 |
Color Harmonies of #DEFAD1
Complementary color
Monochromatic Colors of #DEFAD1
Black with #DEFAD1
Text Example
Text Example
White with #DEFAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFAD1; }
p { color: rgb(222,250,209); }
H1.HeaderClassName
{
color: #DEFAD1;
}
.AnyTagClassName
{
color: #DEFAD1;
}
</style>
background-color css
<style>
a { background-color: #DEFAD1; }
a { background-color: rgb(222,250,209); }
div.DivClassName
{
background-color: #DEFAD1;
}
.BgClassName
{
background-color: #DEFAD1;
}
</style>
border-color css
<style>
span { border-color: #DEFAD1; }
span { border-color: rgb(222,250,209); }
td.TdClassName
{
border-color: #DEFAD1;
}
.TagClassName
{
border-color: #DEFAD1;
}
</style>