Shades of Lily White #EAF0ED
Tints of Lily White #EAF0ED
RGB
CMYK
RGB Variations
Color information
#EAF0ED (or 0xEAF0ED) is known color: Lily White. HEX triplet: EA, F0 and ED. RGB value is (234,240,237). Sum of RGB (Red+Green+Blue) = 234+240+237=711 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.91% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF0ED is #150F12. Grayscale: #EDEDED. Windows color (decimal): -1380115 or 15593706. OLE color: 15593706.
HSL color Cylindrical-coordinate representation of color #EAF0ED: hue angle of 150º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EAF0ED is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 234 | 240 | 237 | - |
CMYK | 0.02 | 0 | 0.01 | 0.06 |
HSL | 150º | 0.17% | 0.93% | - |
HSV(B) | 150º | 0.02% | 0.94% | - |
XYZ | 80.38 | 85.93 | 92.47 | - |
YUV | 237.86 | 127.51 | 125.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 240 | 237 | 0.02 | 0 | 0.01 | 0.06 | 150 | 0.17 | 0.93 |
Hex | EA | F0 | ED | 2 | 0 | 1 | 6 | 96 | 11 | 5D |
Octal | 352 | 360 | 355 | 2 | 0 | 1 | 6 | 226 | 21 | 135 |
Binary | 11101010 | 11110000 | 11101101 | 10 | 0 | 1 | 110 | 10010110 | 10001 | 1011101 |
Color Harmonies of #EAF0ED
Complementary color
Monochromatic Colors of #EAF0ED
Black with #EAF0ED
Text Example
Text Example
White with #EAF0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF0ED; }
p { color: rgb(234,240,237); }
H1.HeaderClassName
{
color: #EAF0ED;
}
.AnyTagClassName
{
color: #EAF0ED;
}
</style>
background-color css
<style>
a { background-color: #EAF0ED; }
a { background-color: rgb(234,240,237); }
div.DivClassName
{
background-color: #EAF0ED;
}
.BgClassName
{
background-color: #EAF0ED;
}
</style>
border-color css
<style>
span { border-color: #EAF0ED; }
span { border-color: rgb(234,240,237); }
td.TdClassName
{
border-color: #EAF0ED;
}
.TagClassName
{
border-color: #EAF0ED;
}
</style>