Shades of Lily White #E2EAE5
Tints of Lily White #E2EAE5
RGB
CMYK
RGB Variations
Color information
#E2EAE5 (or 0xE2EAE5) is known color: Lily White. HEX triplet: E2, EA and E5. RGB value is (226,234,229). Sum of RGB (Red+Green+Blue) = 226+234+229=689 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.80% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EAE5 is #1D151A. Grayscale: #E7E7E7. Windows color (decimal): -1905947 or 15067874. OLE color: 15067874.
HSL color Cylindrical-coordinate representation of color #E2EAE5: hue angle of 142.5º degrees, saturation: 0.16, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2EAE5 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 229 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.08 |
| HSL | 142.5º | 0.16% | 0.9% | - |
| HSV(B) | 142.5º | 0.03% | 0.92% | - |
| XYZ | 74.93 | 80.67 | 85.75 | - |
| YUV | 231.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 229 | 0.03 | 0 | 0.02 | 0.08 | 142.5 | 0.16 | 0.9 |
| Hex | E2 | EA | E5 | 3 | 0 | 2 | 8 | 8E | 10 | 5A |
| Octal | 342 | 352 | 345 | 3 | 0 | 2 | 10 | 216 | 20 | 132 |
| Binary | 11100010 | 11101010 | 11100101 | 11 | 0 | 10 | 1000 | 10001110 | 10000 | 1011010 |
Color Harmonies of #E2EAE5
Complementary color
Monochromatic Colors of #E2EAE5
Black with #E2EAE5
Text Example
Text Example
White with #E2EAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EAE5; }
p { color: rgb(226,234,229); }
H1.HeaderClassName
{
color: #E2EAE5;
}
.AnyTagClassName
{
color: #E2EAE5;
}
</style>
background-color css
<style>
a { background-color: #E2EAE5; }
a { background-color: rgb(226,234,229); }
div.DivClassName
{
background-color: #E2EAE5;
}
.BgClassName
{
background-color: #E2EAE5;
}
</style>
border-color css
<style>
span { border-color: #E2EAE5; }
span { border-color: rgb(226,234,229); }
td.TdClassName
{
border-color: #E2EAE5;
}
.TagClassName
{
border-color: #E2EAE5;
}
</style>