Shades of Hint Of Green #E0FAD6
Tints of Hint Of Green #E0FAD6
RGB
CMYK
RGB Variations
Color information
#E0FAD6 (or 0xE0FAD6) is known color: Hint Of Green. HEX triplet: E0, FA and D6. RGB value is (224,250,214). Sum of RGB (Red+Green+Blue) = 224+250+214=688 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.56% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 214 (83.98% from 255 or 31.10% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FAD6 is #1F0529. Grayscale: #EEEEEE. Windows color (decimal): -2032938 or 14088928. OLE color: 14088928.
HSL color Cylindrical-coordinate representation of color #E0FAD6: hue angle of 103.33º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0FAD6 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 214 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.02 |
| HSL | 103.33º | 0.78% | 0.91% | - |
| HSV(B) | 103.33º | 0.14% | 0.98% | - |
| XYZ | 77.06 | 89.07 | 76.75 | - |
| YUV | 238.12 | 114.39 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 214 | 0.10 | 0 | 0.14 | 0.02 | 103.33 | 0.78 | 0.91 |
| Hex | E0 | FA | D6 | A | 0 | E | 2 | 67 | 4E | 5B |
| Octal | 340 | 372 | 326 | 12 | 0 | 16 | 2 | 147 | 116 | 133 |
| Binary | 11100000 | 11111010 | 11010110 | 1010 | 0 | 1110 | 10 | 1100111 | 1001110 | 1011011 |
Color Harmonies of #E0FAD6
Complementary color
Monochromatic Colors of #E0FAD6
Black with #E0FAD6
Text Example
Text Example
White with #E0FAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FAD6; }
p { color: rgb(224,250,214); }
H1.HeaderClassName
{
color: #E0FAD6;
}
.AnyTagClassName
{
color: #E0FAD6;
}
</style>
background-color css
<style>
a { background-color: #E0FAD6; }
a { background-color: rgb(224,250,214); }
div.DivClassName
{
background-color: #E0FAD6;
}
.BgClassName
{
background-color: #E0FAD6;
}
</style>
border-color css
<style>
span { border-color: #E0FAD6; }
span { border-color: rgb(224,250,214); }
td.TdClassName
{
border-color: #E0FAD6;
}
.TagClassName
{
border-color: #E0FAD6;
}
</style>