Shades of Aqua Spring #E5E7E5
Tints of Aqua Spring #E5E7E5
RGB
CMYK
RGB Variations
Color information
#E5E7E5 (or 0xE5E7E5) is known color: Aqua Spring. HEX triplet: E5, E7 and E5. RGB value is (229,231,229). Sum of RGB (Red+Green+Blue) = 229+231+229=689 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.24% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E7E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E7E5 is #1A181A. Grayscale: #E6E6E6. Windows color (decimal): -1710107 or 15067109. OLE color: 15067109.
HSL color Cylindrical-coordinate representation of color #E5E7E5: hue angle of 120º degrees, saturation: 0.04, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E5E7E5 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 229 | 231 | 229 | - |
CMYK | 0.01 | 0 | 0.01 | 0.09 |
HSL | 120º | 0.04% | 0.9% | - |
HSV(B) | 120º | 0.01% | 0.91% | - |
XYZ | 75.03 | 79.47 | 85.51 | - |
YUV | 230.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 231 | 229 | 0.01 | 0 | 0.01 | 0.09 | 120 | 0.04 | 0.9 |
Hex | E5 | E7 | E5 | 1 | 0 | 1 | 9 | 78 | 4 | 5A |
Octal | 345 | 347 | 345 | 1 | 0 | 1 | 11 | 170 | 4 | 132 |
Binary | 11100101 | 11100111 | 11100101 | 1 | 0 | 1 | 1001 | 1111000 | 100 | 1011010 |
Color Harmonies of #E5E7E5
Complementary color
Monochromatic Colors of #E5E7E5
Black with #E5E7E5
Text Example
Text Example
White with #E5E7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E7E5; }
p { color: rgb(229,231,229); }
H1.HeaderClassName
{
color: #E5E7E5;
}
.AnyTagClassName
{
color: #E5E7E5;
}
</style>
background-color css
<style>
a { background-color: #E5E7E5; }
a { background-color: rgb(229,231,229); }
div.DivClassName
{
background-color: #E5E7E5;
}
.BgClassName
{
background-color: #E5E7E5;
}
</style>
border-color css
<style>
span { border-color: #E5E7E5; }
span { border-color: rgb(229,231,229); }
td.TdClassName
{
border-color: #E5E7E5;
}
.TagClassName
{
border-color: #E5E7E5;
}
</style>