Shades of Lily White #EAF5F0
Tints of Lily White #EAF5F0
RGB
CMYK
RGB Variations
Color information
#EAF5F0 (or 0xEAF5F0) is known color: Lily White. HEX triplet: EA, F5 and F0. RGB value is (234,245,240). Sum of RGB (Red+Green+Blue) = 234+245+240=719 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.55% from 719); Green value is 245 (96.09% from 255 or 34.08% from 719); Blue value is 240 (94.14% from 255 or 33.38% from 719); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF5F0 is #150A0F. Grayscale: #F1F1F1. Windows color (decimal): -1378832 or 15791594. OLE color: 15791594.
HSL color Cylindrical-coordinate representation of color #EAF5F0: hue angle of 152.73º degrees, saturation: 0.35, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAF5F0 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 245 | 240 | - |
CMYK | 0.04 | 0 | 0.02 | 0.04 |
HSL | 152.73º | 0.35% | 0.94% | - |
HSV(B) | 152.73º | 0.04% | 0.96% | - |
XYZ | 82.31 | 89.09 | 95.3 | - |
YUV | 241.14 | 127.36 | 122.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 245 | 240 | 0.04 | 0 | 0.02 | 0.04 | 152.73 | 0.35 | 0.94 |
Hex | EA | F5 | F0 | 4 | 0 | 2 | 4 | 99 | 23 | 5E |
Octal | 352 | 365 | 360 | 4 | 0 | 2 | 4 | 231 | 43 | 136 |
Binary | 11101010 | 11110101 | 11110000 | 100 | 0 | 10 | 100 | 10011001 | 100011 | 1011110 |
Color Harmonies of #EAF5F0
Complementary color
Monochromatic Colors of #EAF5F0
Black with #EAF5F0
Text Example
Text Example
White with #EAF5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF5F0; }
p { color: rgb(234,245,240); }
H1.HeaderClassName
{
color: #EAF5F0;
}
.AnyTagClassName
{
color: #EAF5F0;
}
</style>
background-color css
<style>
a { background-color: #EAF5F0; }
a { background-color: rgb(234,245,240); }
div.DivClassName
{
background-color: #EAF5F0;
}
.BgClassName
{
background-color: #EAF5F0;
}
</style>
border-color css
<style>
span { border-color: #EAF5F0; }
span { border-color: rgb(234,245,240); }
td.TdClassName
{
border-color: #EAF5F0;
}
.TagClassName
{
border-color: #EAF5F0;
}
</style>