Shades of Aqua Spring #E7EAE7
Tints of Aqua Spring #E7EAE7
RGB
CMYK
RGB Variations
Color information
#E7EAE7 (or 0xE7EAE7) is known color: Aqua Spring. HEX triplet: E7, EA and E7. RGB value is (231,234,231). Sum of RGB (Red+Green+Blue) = 231+234+231=696 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.19% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 231 (90.62% from 255 or 33.19% from 696); Max value from RGB is 234 - color contains mainly: green. Hex color #E7EAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EAE7 is #181518. Grayscale: #E8E8E8. Windows color (decimal): -1578265 or 15198951. OLE color: 15198951.
HSL color Cylindrical-coordinate representation of color #E7EAE7: hue angle of 120º degrees, saturation: 0.07, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E7EAE7 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
RGB | 231 | 234 | 231 | - |
CMYK | 0.01 | 0 | 0.01 | 0.08 |
HSL | 120º | 0.07% | 0.91% | - |
HSV(B) | 120º | 0.01% | 0.92% | - |
XYZ | 76.8 | 81.6 | 87.3 | - |
YUV | 232.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 234 | 231 | 0.01 | 0 | 0.01 | 0.08 | 120 | 0.07 | 0.91 |
Hex | E7 | EA | E7 | 1 | 0 | 1 | 8 | 78 | 7 | 5B |
Octal | 347 | 352 | 347 | 1 | 0 | 1 | 10 | 170 | 7 | 133 |
Binary | 11100111 | 11101010 | 11100111 | 1 | 0 | 1 | 1000 | 1111000 | 111 | 1011011 |
Color Harmonies of #E7EAE7
Complementary color
Monochromatic Colors of #E7EAE7
Black with #E7EAE7
Text Example
Text Example
White with #E7EAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EAE7; }
p { color: rgb(231,234,231); }
H1.HeaderClassName
{
color: #E7EAE7;
}
.AnyTagClassName
{
color: #E7EAE7;
}
</style>
background-color css
<style>
a { background-color: #E7EAE7; }
a { background-color: rgb(231,234,231); }
div.DivClassName
{
background-color: #E7EAE7;
}
.BgClassName
{
background-color: #E7EAE7;
}
</style>
border-color css
<style>
span { border-color: #E7EAE7; }
span { border-color: rgb(231,234,231); }
td.TdClassName
{
border-color: #E7EAE7;
}
.TagClassName
{
border-color: #E7EAE7;
}
</style>