Shades of Lily White #EFF6F2
Tints of Lily White #EFF6F2
RGB
CMYK
RGB Variations
Color information
#EFF6F2 (or 0xEFF6F2) is known color: Lily White. HEX triplet: EF, F6 and F2. RGB value is (239,246,242). Sum of RGB (Red+Green+Blue) = 239+246+242=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 246 (96.48% from 255 or 33.84% from 727); Blue value is 242 (94.92% from 255 or 33.29% from 727); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF6F2 is #10090D. Grayscale: #F3F3F3. Windows color (decimal): -1050894 or 15922927. OLE color: 15922927.
HSL color Cylindrical-coordinate representation of color #EFF6F2: hue angle of 145.71º degrees, saturation: 0.28, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFF6F2 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 242 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.04 |
| HSL | 145.71º | 0.28% | 0.95% | - |
| HSV(B) | 145.71º | 0.03% | 0.96% | - |
| XYZ | 84.58 | 90.67 | 97.05 | - |
| YUV | 243.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 242 | 0.03 | 0 | 0.02 | 0.04 | 145.71 | 0.28 | 0.95 |
| Hex | EF | F6 | F2 | 3 | 0 | 2 | 4 | 92 | 1C | 5F |
| Octal | 357 | 366 | 362 | 3 | 0 | 2 | 4 | 222 | 34 | 137 |
| Binary | 11101111 | 11110110 | 11110010 | 11 | 0 | 10 | 100 | 10010010 | 11100 | 1011111 |
Color Harmonies of #EFF6F2
Complementary color
Monochromatic Colors of #EFF6F2
Black with #EFF6F2
Text Example
Text Example
White with #EFF6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6F2; }
p { color: rgb(239,246,242); }
H1.HeaderClassName
{
color: #EFF6F2;
}
.AnyTagClassName
{
color: #EFF6F2;
}
</style>
background-color css
<style>
a { background-color: #EFF6F2; }
a { background-color: rgb(239,246,242); }
div.DivClassName
{
background-color: #EFF6F2;
}
.BgClassName
{
background-color: #EFF6F2;
}
</style>
border-color css
<style>
span { border-color: #EFF6F2; }
span { border-color: rgb(239,246,242); }
td.TdClassName
{
border-color: #EFF6F2;
}
.TagClassName
{
border-color: #EFF6F2;
}
</style>