Shades of Aqua Spring #E7F1E5
Tints of Aqua Spring #E7F1E5
RGB
CMYK
RGB Variations
Color information
#E7F1E5 (or 0xE7F1E5) is known color: Aqua Spring. HEX triplet: E7, F1 and E5. RGB value is (231,241,229). Sum of RGB (Red+Green+Blue) = 231+241+229=701 (92% of max value = 765). Red value is 231 (90.62% from 255 or 32.95% from 701); Green value is 241 (94.53% from 255 or 34.38% from 701); Blue value is 229 (89.84% from 255 or 32.67% from 701); Max value from RGB is 241 - color contains mainly: green. Hex color #E7F1E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7F1E5 is #180E1A. Grayscale: #ECECEC. Windows color (decimal): -1576475 or 15069671. OLE color: 15069671.
HSL color Cylindrical-coordinate representation of color #E7F1E5: hue angle of 110º degrees, saturation: 0.3, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E7F1E5 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 241 | 229 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.05 |
| HSL | 110º | 0.3% | 0.92% | - |
| HSV(B) | 110º | 0.05% | 0.95% | - |
| XYZ | 78.55 | 85.56 | 86.5 | - |
| YUV | 236.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 241 | 229 | 0.04 | 0 | 0.05 | 0.05 | 110 | 0.3 | 0.92 |
| Hex | E7 | F1 | E5 | 4 | 0 | 5 | 5 | 6E | 1E | 5C |
| Octal | 347 | 361 | 345 | 4 | 0 | 5 | 5 | 156 | 36 | 134 |
| Binary | 11100111 | 11110001 | 11100101 | 100 | 0 | 101 | 101 | 1101110 | 11110 | 1011100 |
Color Harmonies of #E7F1E5
Complementary color
Monochromatic Colors of #E7F1E5
Black with #E7F1E5
Text Example
Text Example
White with #E7F1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F1E5; }
p { color: rgb(231,241,229); }
H1.HeaderClassName
{
color: #E7F1E5;
}
.AnyTagClassName
{
color: #E7F1E5;
}
</style>
background-color css
<style>
a { background-color: #E7F1E5; }
a { background-color: rgb(231,241,229); }
div.DivClassName
{
background-color: #E7F1E5;
}
.BgClassName
{
background-color: #E7F1E5;
}
</style>
border-color css
<style>
span { border-color: #E7F1E5; }
span { border-color: rgb(231,241,229); }
td.TdClassName
{
border-color: #E7F1E5;
}
.TagClassName
{
border-color: #E7F1E5;
}
</style>