Shades of Lily White #EAF1ED
Tints of Lily White #EAF1ED
RGB
CMYK
RGB Variations
Color information
#EAF1ED (or 0xEAF1ED) is known color: Lily White. HEX triplet: EA, F1 and ED. RGB value is (234,241,237). Sum of RGB (Red+Green+Blue) = 234+241+237=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 241 (94.53% from 255 or 33.85% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF1ED is #150E12. Grayscale: #EEEEEE. Windows color (decimal): -1379859 or 15593962. OLE color: 15593962.
HSL color Cylindrical-coordinate representation of color #EAF1ED: hue angle of 145.71º degrees, saturation: 0.2, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAF1ED is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 241 | 237 | - |
CMYK | 0.03 | 0 | 0.02 | 0.05 |
HSL | 145.71º | 0.2% | 0.93% | - |
HSV(B) | 145.71º | 0.03% | 0.95% | - |
XYZ | 80.67 | 86.52 | 92.57 | - |
YUV | 238.45 | 127.18 | 124.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 241 | 237 | 0.03 | 0 | 0.02 | 0.05 | 145.71 | 0.2 | 0.93 |
Hex | EA | F1 | ED | 3 | 0 | 2 | 5 | 92 | 14 | 5D |
Octal | 352 | 361 | 355 | 3 | 0 | 2 | 5 | 222 | 24 | 135 |
Binary | 11101010 | 11110001 | 11101101 | 11 | 0 | 10 | 101 | 10010010 | 10100 | 1011101 |
Color Harmonies of #EAF1ED
Complementary color
Monochromatic Colors of #EAF1ED
Black with #EAF1ED
Text Example
Text Example
White with #EAF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF1ED; }
p { color: rgb(234,241,237); }
H1.HeaderClassName
{
color: #EAF1ED;
}
.AnyTagClassName
{
color: #EAF1ED;
}
</style>
background-color css
<style>
a { background-color: #EAF1ED; }
a { background-color: rgb(234,241,237); }
div.DivClassName
{
background-color: #EAF1ED;
}
.BgClassName
{
background-color: #EAF1ED;
}
</style>
border-color css
<style>
span { border-color: #EAF1ED; }
span { border-color: rgb(234,241,237); }
td.TdClassName
{
border-color: #EAF1ED;
}
.TagClassName
{
border-color: #EAF1ED;
}
</style>