Shades of Lily White #EAF1EE
Tints of Lily White #EAF1EE
RGB
CMYK
RGB Variations
Color information
#EAF1EE (or 0xEAF1EE) is known color: Lily White. HEX triplet: EA, F1 and EE. RGB value is (234,241,238). Sum of RGB (Red+Green+Blue) = 234+241+238=713 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.82% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF1EE is #150E11. Grayscale: #EEEEEE. Windows color (decimal): -1379858 or 15659498. OLE color: 15659498.
HSL color Cylindrical-coordinate representation of color #EAF1EE: hue angle of 154.29º 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 #EAF1EE is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 241 | 238 | - |
CMYK | 0.03 | 0 | 0.01 | 0.05 |
HSL | 154.29º | 0.2% | 0.93% | - |
HSV(B) | 154.29º | 0.03% | 0.95% | - |
XYZ | 80.82 | 86.58 | 93.34 | - |
YUV | 238.57 | 127.68 | 124.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 241 | 238 | 0.03 | 0 | 0.01 | 0.05 | 154.29 | 0.2 | 0.93 |
Hex | EA | F1 | EE | 3 | 0 | 1 | 5 | 9A | 14 | 5D |
Octal | 352 | 361 | 356 | 3 | 0 | 1 | 5 | 232 | 24 | 135 |
Binary | 11101010 | 11110001 | 11101110 | 11 | 0 | 1 | 101 | 10011010 | 10100 | 1011101 |
Color Harmonies of #EAF1EE
Complementary color
Monochromatic Colors of #EAF1EE
Black with #EAF1EE
Text Example
Text Example
White with #EAF1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF1EE; }
p { color: rgb(234,241,238); }
H1.HeaderClassName
{
color: #EAF1EE;
}
.AnyTagClassName
{
color: #EAF1EE;
}
</style>
background-color css
<style>
a { background-color: #EAF1EE; }
a { background-color: rgb(234,241,238); }
div.DivClassName
{
background-color: #EAF1EE;
}
.BgClassName
{
background-color: #EAF1EE;
}
</style>
border-color css
<style>
span { border-color: #EAF1EE; }
span { border-color: rgb(234,241,238); }
td.TdClassName
{
border-color: #EAF1EE;
}
.TagClassName
{
border-color: #EAF1EE;
}
</style>