Shades of Lily White #EAF2EE
Tints of Lily White #EAF2EE
RGB
CMYK
RGB Variations
Color information
#EAF2EE (or 0xEAF2EE) is known color: Lily White. HEX triplet: EA, F2 and EE. RGB value is (234,242,238). Sum of RGB (Red+Green+Blue) = 234+242+238=714 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.77% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF2EE is #150D11. Grayscale: #EFEFEF. Windows color (decimal): -1379602 or 15659754. OLE color: 15659754.
HSL color Cylindrical-coordinate representation of color #EAF2EE: hue angle of 150º degrees, saturation: 0.24, 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 #EAF2EE is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 242 | 238 | - |
CMYK | 0.03 | 0 | 0.02 | 0.05 |
HSL | 150º | 0.24% | 0.93% | - |
HSV(B) | 150º | 0.03% | 0.95% | - |
XYZ | 81.12 | 87.17 | 93.44 | - |
YUV | 239.15 | 127.35 | 124.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 242 | 238 | 0.03 | 0 | 0.02 | 0.05 | 150 | 0.24 | 0.93 |
Hex | EA | F2 | EE | 3 | 0 | 2 | 5 | 96 | 18 | 5D |
Octal | 352 | 362 | 356 | 3 | 0 | 2 | 5 | 226 | 30 | 135 |
Binary | 11101010 | 11110010 | 11101110 | 11 | 0 | 10 | 101 | 10010110 | 11000 | 1011101 |
Color Harmonies of #EAF2EE
Complementary color
Monochromatic Colors of #EAF2EE
Black with #EAF2EE
Text Example
Text Example
White with #EAF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF2EE; }
p { color: rgb(234,242,238); }
H1.HeaderClassName
{
color: #EAF2EE;
}
.AnyTagClassName
{
color: #EAF2EE;
}
</style>
background-color css
<style>
a { background-color: #EAF2EE; }
a { background-color: rgb(234,242,238); }
div.DivClassName
{
background-color: #EAF2EE;
}
.BgClassName
{
background-color: #EAF2EE;
}
</style>
border-color css
<style>
span { border-color: #EAF2EE; }
span { border-color: rgb(234,242,238); }
td.TdClassName
{
border-color: #EAF2EE;
}
.TagClassName
{
border-color: #EAF2EE;
}
</style>