Shades of Hint Of Green #E4F2D6
Tints of Hint Of Green #E4F2D6
RGB
CMYK
RGB Variations
Color information
#E4F2D6 (or 0xE4F2D6) is known color: Hint Of Green. HEX triplet: E4, F2 and D6. RGB value is (228,242,214). Sum of RGB (Red+Green+Blue) = 228+242+214=684 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.33% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 214 (83.98% from 255 or 31.29% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F2D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4F2D6 is #1B0D29. Grayscale: #EAEAEA. Windows color (decimal): -1772842 or 14086884. OLE color: 14086884.
HSL color Cylindrical-coordinate representation of color #E4F2D6: hue angle of 90º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E4F2D6 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 242 | 214 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.05 |
| HSL | 90º | 0.52% | 0.89% | - |
| HSV(B) | 90º | 0.12% | 0.95% | - |
| XYZ | 75.88 | 84.85 | 76 | - |
| YUV | 234.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 242 | 214 | 0.06 | 0 | 0.12 | 0.05 | 90 | 0.52 | 0.89 |
| Hex | E4 | F2 | D6 | 6 | 0 | C | 5 | 5A | 34 | 59 |
| Octal | 344 | 362 | 326 | 6 | 0 | 14 | 5 | 132 | 64 | 131 |
| Binary | 11100100 | 11110010 | 11010110 | 110 | 0 | 1100 | 101 | 1011010 | 110100 | 1011001 |
Color Harmonies of #E4F2D6
Complementary color
Monochromatic Colors of #E4F2D6
Black with #E4F2D6
Text Example
Text Example
White with #E4F2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F2D6; }
p { color: rgb(228,242,214); }
H1.HeaderClassName
{
color: #E4F2D6;
}
.AnyTagClassName
{
color: #E4F2D6;
}
</style>
background-color css
<style>
a { background-color: #E4F2D6; }
a { background-color: rgb(228,242,214); }
div.DivClassName
{
background-color: #E4F2D6;
}
.BgClassName
{
background-color: #E4F2D6;
}
</style>
border-color css
<style>
span { border-color: #E4F2D6; }
span { border-color: rgb(228,242,214); }
td.TdClassName
{
border-color: #E4F2D6;
}
.TagClassName
{
border-color: #E4F2D6;
}
</style>