Shades of Aqua Spring #E2FDE2
Tints of Aqua Spring #E2FDE2
RGB
CMYK
RGB Variations
Color information
#E2FDE2 (or 0xE2FDE2) is known color: Aqua Spring. HEX triplet: E2, FD and E2. RGB value is (226,253,226). Sum of RGB (Red+Green+Blue) = 226+253+226=705 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.06% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 226 (88.67% from 255 or 32.06% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FDE2 is #1D021D. Grayscale: #F1F1F1. Windows color (decimal): -1901086 or 14876130. OLE color: 14876130.
HSL color Cylindrical-coordinate representation of color #E2FDE2: hue angle of 120º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FDE2 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 253 | 226 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.01 |
| HSL | 120º | 0.87% | 0.94% | - |
| HSV(B) | 120º | 0.11% | 0.99% | - |
| XYZ | 80.22 | 91.91 | 85.46 | - |
| YUV | 241.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 253 | 226 | 0.11 | 0 | 0.11 | 0.01 | 120 | 0.87 | 0.94 |
| Hex | E2 | FD | E2 | B | 0 | B | 1 | 78 | 57 | 5E |
| Octal | 342 | 375 | 342 | 13 | 0 | 13 | 1 | 170 | 127 | 136 |
| Binary | 11100010 | 11111101 | 11100010 | 1011 | 0 | 1011 | 1 | 1111000 | 1010111 | 1011110 |
Color Harmonies of #E2FDE2
Complementary color
Monochromatic Colors of #E2FDE2
Black with #E2FDE2
Text Example
Text Example
White with #E2FDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FDE2; }
p { color: rgb(226,253,226); }
H1.HeaderClassName
{
color: #E2FDE2;
}
.AnyTagClassName
{
color: #E2FDE2;
}
</style>
background-color css
<style>
a { background-color: #E2FDE2; }
a { background-color: rgb(226,253,226); }
div.DivClassName
{
background-color: #E2FDE2;
}
.BgClassName
{
background-color: #E2FDE2;
}
</style>
border-color css
<style>
span { border-color: #E2FDE2; }
span { border-color: rgb(226,253,226); }
td.TdClassName
{
border-color: #E2FDE2;
}
.TagClassName
{
border-color: #E2FDE2;
}
</style>