Shades of Lily White #EEF0EF
Tints of Lily White #EEF0EF
RGB
CMYK
RGB Variations
Color information
#EEF0EF (or 0xEEF0EF) is known color: Lily White. HEX triplet: EE, F0 and EF. RGB value is (238,240,239). Sum of RGB (Red+Green+Blue) = 238+240+239=717 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.19% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 239 (93.75% from 255 or 33.33% from 717); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0EF is #110F10. Grayscale: #EFEFEF. Windows color (decimal): -1117969 or 15724782. OLE color: 15724782.
HSL color Cylindrical-coordinate representation of color #EEF0EF: hue angle of 150º degrees, saturation: 0.06, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EEF0EF is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
RGB | 238 | 240 | 239 | - |
CMYK | 0.01 | 0 | 0.00 | 0.06 |
HSL | 150º | 0.06% | 0.94% | - |
HSV(B) | 150º | 0.01% | 0.94% | - |
XYZ | 82 | 86.73 | 94.08 | - |
YUV | 239.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 240 | 239 | 0.01 | 0 | 0.00 | 0.06 | 150 | 0.06 | 0.94 |
Hex | EE | F0 | EF | 1 | 0 | 0 | 6 | 96 | 6 | 5E |
Octal | 356 | 360 | 357 | 1 | 0 | 0 | 6 | 226 | 6 | 136 |
Binary | 11101110 | 11110000 | 11101111 | 1 | 0 | 0 | 110 | 10010110 | 110 | 1011110 |
Color Harmonies of #EEF0EF
Complementary color
Monochromatic Colors of #EEF0EF
Black with #EEF0EF
Text Example
Text Example
White with #EEF0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF0EF; }
p { color: rgb(238,240,239); }
H1.HeaderClassName
{
color: #EEF0EF;
}
.AnyTagClassName
{
color: #EEF0EF;
}
</style>
background-color css
<style>
a { background-color: #EEF0EF; }
a { background-color: rgb(238,240,239); }
div.DivClassName
{
background-color: #EEF0EF;
}
.BgClassName
{
background-color: #EEF0EF;
}
</style>
border-color css
<style>
span { border-color: #EEF0EF; }
span { border-color: rgb(238,240,239); }
td.TdClassName
{
border-color: #EEF0EF;
}
.TagClassName
{
border-color: #EEF0EF;
}
</style>