Shades of Hint Of Green #DEFAD3
Tints of Hint Of Green #DEFAD3
RGB
CMYK
RGB Variations
Color information
#DEFAD3 (or 0xDEFAD3) is known color: Hint Of Green. HEX triplet: DE, FA and D3. RGB value is (222,250,211). Sum of RGB (Red+Green+Blue) = 222+250+211=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 211 (82.81% from 255 or 30.89% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAD3 is #21052C. Grayscale: #EDEDED. Windows color (decimal): -2164013 or 13892318. OLE color: 13892318.
HSL color Cylindrical-coordinate representation of color #DEFAD3: hue angle of 103.08º 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 #DEFAD3 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 211 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.02 |
| HSL | 103.08º | 0.8% | 0.9% | - |
| HSV(B) | 103.08º | 0.16% | 0.98% | - |
| XYZ | 76.07 | 88.6 | 74.72 | - |
| YUV | 237.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 211 | 0.11 | 0 | 0.16 | 0.02 | 103.08 | 0.8 | 0.9 |
| Hex | DE | FA | D3 | B | 0 | 10 | 2 | 67 | 50 | 5A |
| Octal | 336 | 372 | 323 | 13 | 0 | 20 | 2 | 147 | 120 | 132 |
| Binary | 11011110 | 11111010 | 11010011 | 1011 | 0 | 10000 | 10 | 1100111 | 1010000 | 1011010 |
Color Harmonies of #DEFAD3
Complementary color
Monochromatic Colors of #DEFAD3
Black with #DEFAD3
Text Example
Text Example
White with #DEFAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFAD3; }
p { color: rgb(222,250,211); }
H1.HeaderClassName
{
color: #DEFAD3;
}
.AnyTagClassName
{
color: #DEFAD3;
}
</style>
background-color css
<style>
a { background-color: #DEFAD3; }
a { background-color: rgb(222,250,211); }
div.DivClassName
{
background-color: #DEFAD3;
}
.BgClassName
{
background-color: #DEFAD3;
}
</style>
border-color css
<style>
span { border-color: #DEFAD3; }
span { border-color: rgb(222,250,211); }
td.TdClassName
{
border-color: #DEFAD3;
}
.TagClassName
{
border-color: #DEFAD3;
}
</style>