Shades of Lily White #EEF1EF
Tints of Lily White #EEF1EF
RGB
CMYK
RGB Variations
Color information
#EEF1EF (or 0xEEF1EF) is known color: Lily White. HEX triplet: EE, F1 and EF. RGB value is (238,241,239). Sum of RGB (Red+Green+Blue) = 238+241+239=718 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.15% from 718); Green value is 241 (94.53% from 255 or 33.57% from 718); Blue value is 239 (93.75% from 255 or 33.29% from 718); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1EF is #110E10. Grayscale: #EFEFEF. Windows color (decimal): -1117713 or 15725038. OLE color: 15725038.
HSL color Cylindrical-coordinate representation of color #EEF1EF: hue angle of 140º degrees, saturation: 0.1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EEF1EF is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 239 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.05 |
| HSL | 140º | 0.1% | 0.94% | - |
| HSV(B) | 140º | 0.01% | 0.95% | - |
| XYZ | 82.3 | 87.32 | 94.18 | - |
| YUV | 239.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 239 | 0.01 | 0 | 0.01 | 0.05 | 140 | 0.1 | 0.94 |
| Hex | EE | F1 | EF | 1 | 0 | 1 | 5 | 8C | A | 5E |
| Octal | 356 | 361 | 357 | 1 | 0 | 1 | 5 | 214 | 12 | 136 |
| Binary | 11101110 | 11110001 | 11101111 | 1 | 0 | 1 | 101 | 10001100 | 1010 | 1011110 |
Color Harmonies of #EEF1EF
Complementary color
Monochromatic Colors of #EEF1EF
Black with #EEF1EF
Text Example
Text Example
White with #EEF1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1EF; }
p { color: rgb(238,241,239); }
H1.HeaderClassName
{
color: #EEF1EF;
}
.AnyTagClassName
{
color: #EEF1EF;
}
</style>
background-color css
<style>
a { background-color: #EEF1EF; }
a { background-color: rgb(238,241,239); }
div.DivClassName
{
background-color: #EEF1EF;
}
.BgClassName
{
background-color: #EEF1EF;
}
</style>
border-color css
<style>
span { border-color: #EEF1EF; }
span { border-color: rgb(238,241,239); }
td.TdClassName
{
border-color: #EEF1EF;
}
.TagClassName
{
border-color: #EEF1EF;
}
</style>