Shades of Lily White #EBF6F0
Tints of Lily White #EBF6F0
RGB
CMYK
RGB Variations
Color information
#EBF6F0 (or 0xEBF6F0) is known color: Lily White. HEX triplet: EB, F6 and F0. RGB value is (235,246,240). Sum of RGB (Red+Green+Blue) = 235+246+240=721 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.59% from 721); Green value is 246 (96.48% from 255 or 34.12% from 721); Blue value is 240 (94.14% from 255 or 33.29% from 721); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF6F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF6F0 is #14090F. Grayscale: #F2F2F2. Windows color (decimal): -1313040 or 15791851. OLE color: 15791851.
HSL color Cylindrical-coordinate representation of color #EBF6F0: hue angle of 147.27º degrees, saturation: 0.38, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBF6F0 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 246 | 240 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.04 |
| HSL | 147.27º | 0.38% | 0.94% | - |
| HSV(B) | 147.27º | 0.04% | 0.96% | - |
| XYZ | 82.94 | 89.86 | 95.41 | - |
| YUV | 242.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 246 | 240 | 0.04 | 0 | 0.02 | 0.04 | 147.27 | 0.38 | 0.94 |
| Hex | EB | F6 | F0 | 4 | 0 | 2 | 4 | 93 | 26 | 5E |
| Octal | 353 | 366 | 360 | 4 | 0 | 2 | 4 | 223 | 46 | 136 |
| Binary | 11101011 | 11110110 | 11110000 | 100 | 0 | 10 | 100 | 10010011 | 100110 | 1011110 |
Color Harmonies of #EBF6F0
Complementary color
Monochromatic Colors of #EBF6F0
Black with #EBF6F0
Text Example
Text Example
White with #EBF6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF6F0; }
p { color: rgb(235,246,240); }
H1.HeaderClassName
{
color: #EBF6F0;
}
.AnyTagClassName
{
color: #EBF6F0;
}
</style>
background-color css
<style>
a { background-color: #EBF6F0; }
a { background-color: rgb(235,246,240); }
div.DivClassName
{
background-color: #EBF6F0;
}
.BgClassName
{
background-color: #EBF6F0;
}
</style>
border-color css
<style>
span { border-color: #EBF6F0; }
span { border-color: rgb(235,246,240); }
td.TdClassName
{
border-color: #EBF6F0;
}
.TagClassName
{
border-color: #EBF6F0;
}
</style>