Shades of Lily White #EFF1F0
Tints of Lily White #EFF1F0
RGB
CMYK
RGB Variations
Color information
#EFF1F0 (or 0xEFF1F0) is known color: Lily White. HEX triplet: EF, F1 and F0. RGB value is (239,241,240). Sum of RGB (Red+Green+Blue) = 239+241+240=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 241 (94.53% from 255 or 33.47% from 720); Blue value is 240 (94.14% from 255 or 33.33% from 720); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1F0 is #100E0F. Grayscale: #F0F0F0. Windows color (decimal): -1052176 or 15790575. OLE color: 15790575.
HSL color Cylindrical-coordinate representation of color #EFF1F0: hue angle of 150º degrees, saturation: 0.07, 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 #EFF1F0 is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
RGB | 239 | 241 | 240 | - |
CMYK | 0.01 | 0 | 0.00 | 0.05 |
HSL | 150º | 0.07% | 0.94% | - |
HSV(B) | 150º | 0.01% | 0.95% | - |
XYZ | 82.78 | 87.55 | 94.97 | - |
YUV | 240.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 241 | 240 | 0.01 | 0 | 0.00 | 0.05 | 150 | 0.07 | 0.94 |
Hex | EF | F1 | F0 | 1 | 0 | 0 | 5 | 96 | 7 | 5E |
Octal | 357 | 361 | 360 | 1 | 0 | 0 | 5 | 226 | 7 | 136 |
Binary | 11101111 | 11110001 | 11110000 | 1 | 0 | 0 | 101 | 10010110 | 111 | 1011110 |
Color Harmonies of #EFF1F0
Complementary color
Monochromatic Colors of #EFF1F0
Black with #EFF1F0
Text Example
Text Example
White with #EFF1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF1F0; }
p { color: rgb(239,241,240); }
H1.HeaderClassName
{
color: #EFF1F0;
}
.AnyTagClassName
{
color: #EFF1F0;
}
</style>
background-color css
<style>
a { background-color: #EFF1F0; }
a { background-color: rgb(239,241,240); }
div.DivClassName
{
background-color: #EFF1F0;
}
.BgClassName
{
background-color: #EFF1F0;
}
</style>
border-color css
<style>
span { border-color: #EFF1F0; }
span { border-color: rgb(239,241,240); }
td.TdClassName
{
border-color: #EFF1F0;
}
.TagClassName
{
border-color: #EFF1F0;
}
</style>