Shades of Lily White #EAF8F0
Tints of Lily White #EAF8F0
RGB
CMYK
RGB Variations
Color information
#EAF8F0 (or 0xEAF8F0) is known color: Lily White. HEX triplet: EA, F8 and F0. RGB value is (234,248,240). Sum of RGB (Red+Green+Blue) = 234+248+240=722 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.41% from 722); Green value is 248 (97.27% from 255 or 34.35% from 722); Blue value is 240 (94.14% from 255 or 33.24% from 722); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF8F0 is #15070F. Grayscale: #F2F2F2. Windows color (decimal): -1378064 or 15792362. OLE color: 15792362.
HSL color Cylindrical-coordinate representation of color #EAF8F0: hue angle of 145.71º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAF8F0 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
RGB | 234 | 248 | 240 | - |
CMYK | 0.06 | 0 | 0.03 | 0.03 |
HSL | 145.71º | 0.5% | 0.95% | - |
HSV(B) | 145.71º | 0.06% | 0.97% | - |
XYZ | 83.23 | 90.92 | 95.6 | - |
YUV | 242.9 | 126.36 | 121.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 248 | 240 | 0.06 | 0 | 0.03 | 0.03 | 145.71 | 0.5 | 0.95 |
Hex | EA | F8 | F0 | 6 | 0 | 3 | 3 | 92 | 32 | 5F |
Octal | 352 | 370 | 360 | 6 | 0 | 3 | 3 | 222 | 62 | 137 |
Binary | 11101010 | 11111000 | 11110000 | 110 | 0 | 11 | 11 | 10010010 | 110010 | 1011111 |
Color Harmonies of #EAF8F0
Complementary color
Monochromatic Colors of #EAF8F0
Black with #EAF8F0
Text Example
Text Example
White with #EAF8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF8F0; }
p { color: rgb(234,248,240); }
H1.HeaderClassName
{
color: #EAF8F0;
}
.AnyTagClassName
{
color: #EAF8F0;
}
</style>
background-color css
<style>
a { background-color: #EAF8F0; }
a { background-color: rgb(234,248,240); }
div.DivClassName
{
background-color: #EAF8F0;
}
.BgClassName
{
background-color: #EAF8F0;
}
</style>
border-color css
<style>
span { border-color: #EAF8F0; }
span { border-color: rgb(234,248,240); }
td.TdClassName
{
border-color: #EAF8F0;
}
.TagClassName
{
border-color: #EAF8F0;
}
</style>