Shades of Hint Of Green #E2FDD0
Tints of Hint Of Green #E2FDD0
RGB
CMYK
RGB Variations
Color information
#E2FDD0 (or 0xE2FDD0) is known color: Hint Of Green. HEX triplet: E2, FD and D0. RGB value is (226,253,208). Sum of RGB (Red+Green+Blue) = 226+253+208=687 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.90% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 208 (81.64% from 255 or 30.28% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FDD0 is #1D022F. Grayscale: #EFEFEF. Windows color (decimal): -1901104 or 13696482. OLE color: 13696482.
HSL color Cylindrical-coordinate representation of color #E2FDD0: hue angle of 96º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2FDD0 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 253 | 208 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.01 |
| HSL | 96º | 0.92% | 0.9% | - |
| HSV(B) | 96º | 0.18% | 0.99% | - |
| XYZ | 77.87 | 90.97 | 73.13 | - |
| YUV | 239.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 253 | 208 | 0.11 | 0 | 0.18 | 0.01 | 96 | 0.92 | 0.9 |
| Hex | E2 | FD | D0 | B | 0 | 12 | 1 | 60 | 5C | 5A |
| Octal | 342 | 375 | 320 | 13 | 0 | 22 | 1 | 140 | 134 | 132 |
| Binary | 11100010 | 11111101 | 11010000 | 1011 | 0 | 10010 | 1 | 1100000 | 1011100 | 1011010 |
Color Harmonies of #E2FDD0
Complementary color
Monochromatic Colors of #E2FDD0
Black with #E2FDD0
Text Example
Text Example
White with #E2FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FDD0; }
p { color: rgb(226,253,208); }
H1.HeaderClassName
{
color: #E2FDD0;
}
.AnyTagClassName
{
color: #E2FDD0;
}
</style>
background-color css
<style>
a { background-color: #E2FDD0; }
a { background-color: rgb(226,253,208); }
div.DivClassName
{
background-color: #E2FDD0;
}
.BgClassName
{
background-color: #E2FDD0;
}
</style>
border-color css
<style>
span { border-color: #E2FDD0; }
span { border-color: rgb(226,253,208); }
td.TdClassName
{
border-color: #E2FDD0;
}
.TagClassName
{
border-color: #E2FDD0;
}
</style>