Shades of Lily White #EEF2F0
Tints of Lily White #EEF2F0
RGB
CMYK
RGB Variations
Color information
#EEF2F0 (or 0xEEF2F0) is known color: Lily White. HEX triplet: EE, F2 and F0. RGB value is (238,242,240). Sum of RGB (Red+Green+Blue) = 238+242+240=720 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.06% from 720); Green value is 242 (94.92% from 255 or 33.61% from 720); Blue value is 240 (94.14% from 255 or 33.33% from 720); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2F0 is #110D0F. Grayscale: #F0F0F0. Windows color (decimal): -1117456 or 15790830. OLE color: 15790830.
HSL color Cylindrical-coordinate representation of color #EEF2F0: hue angle of 150º degrees, saturation: 0.13, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEF2F0 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 242 | 240 | - |
CMYK | 0.02 | 0 | 0.01 | 0.05 |
HSL | 150º | 0.13% | 0.94% | - |
HSV(B) | 150º | 0.02% | 0.95% | - |
XYZ | 82.74 | 87.97 | 95.06 | - |
YUV | 240.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 242 | 240 | 0.02 | 0 | 0.01 | 0.05 | 150 | 0.13 | 0.94 |
Hex | EE | F2 | F0 | 2 | 0 | 1 | 5 | 96 | D | 5E |
Octal | 356 | 362 | 360 | 2 | 0 | 1 | 5 | 226 | 15 | 136 |
Binary | 11101110 | 11110010 | 11110000 | 10 | 0 | 1 | 101 | 10010110 | 1101 | 1011110 |
Color Harmonies of #EEF2F0
Complementary color
Monochromatic Colors of #EEF2F0
Black with #EEF2F0
Text Example
Text Example
White with #EEF2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2F0; }
p { color: rgb(238,242,240); }
H1.HeaderClassName
{
color: #EEF2F0;
}
.AnyTagClassName
{
color: #EEF2F0;
}
</style>
background-color css
<style>
a { background-color: #EEF2F0; }
a { background-color: rgb(238,242,240); }
div.DivClassName
{
background-color: #EEF2F0;
}
.BgClassName
{
background-color: #EEF2F0;
}
</style>
border-color css
<style>
span { border-color: #EEF2F0; }
span { border-color: rgb(238,242,240); }
td.TdClassName
{
border-color: #EEF2F0;
}
.TagClassName
{
border-color: #EEF2F0;
}
</style>