Shades of Lily White #EAF3EE
Tints of Lily White #EAF3EE
RGB
CMYK
RGB Variations
Color information
#EAF3EE (or 0xEAF3EE) is known color: Lily White. HEX triplet: EA, F3 and EE. RGB value is (234,243,238). Sum of RGB (Red+Green+Blue) = 234+243+238=715 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.73% from 715); Green value is 243 (95.31% from 255 or 33.99% from 715); Blue value is 238 (93.36% from 255 or 33.29% from 715); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF3EE is #150C11. Grayscale: #EFEFEF. Windows color (decimal): -1379346 or 15660010. OLE color: 15660010.
HSL color Cylindrical-coordinate representation of color #EAF3EE: hue angle of 146.67º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAF3EE is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 243 | 238 | - |
CMYK | 0.04 | 0 | 0.02 | 0.05 |
HSL | 146.67º | 0.27% | 0.94% | - |
HSV(B) | 146.67º | 0.04% | 0.95% | - |
XYZ | 81.41 | 87.77 | 93.54 | - |
YUV | 239.74 | 127.02 | 123.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 243 | 238 | 0.04 | 0 | 0.02 | 0.05 | 146.67 | 0.27 | 0.94 |
Hex | EA | F3 | EE | 4 | 0 | 2 | 5 | 93 | 1B | 5E |
Octal | 352 | 363 | 356 | 4 | 0 | 2 | 5 | 223 | 33 | 136 |
Binary | 11101010 | 11110011 | 11101110 | 100 | 0 | 10 | 101 | 10010011 | 11011 | 1011110 |
Color Harmonies of #EAF3EE
Complementary color
Monochromatic Colors of #EAF3EE
Black with #EAF3EE
Text Example
Text Example
White with #EAF3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF3EE; }
p { color: rgb(234,243,238); }
H1.HeaderClassName
{
color: #EAF3EE;
}
.AnyTagClassName
{
color: #EAF3EE;
}
</style>
background-color css
<style>
a { background-color: #EAF3EE; }
a { background-color: rgb(234,243,238); }
div.DivClassName
{
background-color: #EAF3EE;
}
.BgClassName
{
background-color: #EAF3EE;
}
</style>
border-color css
<style>
span { border-color: #EAF3EE; }
span { border-color: rgb(234,243,238); }
td.TdClassName
{
border-color: #EAF3EE;
}
.TagClassName
{
border-color: #EAF3EE;
}
</style>