Shades of Lily White #EBF5EF
Tints of Lily White #EBF5EF
RGB
CMYK
RGB Variations
Color information
#EBF5EF (or 0xEBF5EF) is known color: Lily White. HEX triplet: EB, F5 and EF. RGB value is (235,245,239). Sum of RGB (Red+Green+Blue) = 235+245+239=719 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.68% from 719); Green value is 245 (96.09% from 255 or 34.08% from 719); Blue value is 239 (93.75% from 255 or 33.24% from 719); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF5EF is #140A10. Grayscale: #F1F1F1. Windows color (decimal): -1313297 or 15726059. OLE color: 15726059.
HSL color Cylindrical-coordinate representation of color #EBF5EF: hue angle of 144º degrees, saturation: 0.33, 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 #EBF5EF is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 245 | 239 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.04 |
| HSL | 144º | 0.33% | 0.94% | - |
| HSV(B) | 144º | 0.04% | 0.96% | - |
| XYZ | 82.49 | 89.2 | 94.53 | - |
| YUV | 241.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 245 | 239 | 0.04 | 0 | 0.02 | 0.04 | 144 | 0.33 | 0.94 |
| Hex | EB | F5 | EF | 4 | 0 | 2 | 4 | 90 | 21 | 5E |
| Octal | 353 | 365 | 357 | 4 | 0 | 2 | 4 | 220 | 41 | 136 |
| Binary | 11101011 | 11110101 | 11101111 | 100 | 0 | 10 | 100 | 10010000 | 100001 | 1011110 |
Color Harmonies of #EBF5EF
Complementary color
Monochromatic Colors of #EBF5EF
Black with #EBF5EF
Text Example
Text Example
White with #EBF5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF5EF; }
p { color: rgb(235,245,239); }
H1.HeaderClassName
{
color: #EBF5EF;
}
.AnyTagClassName
{
color: #EBF5EF;
}
</style>
background-color css
<style>
a { background-color: #EBF5EF; }
a { background-color: rgb(235,245,239); }
div.DivClassName
{
background-color: #EBF5EF;
}
.BgClassName
{
background-color: #EBF5EF;
}
</style>
border-color css
<style>
span { border-color: #EBF5EF; }
span { border-color: rgb(235,245,239); }
td.TdClassName
{
border-color: #EBF5EF;
}
.TagClassName
{
border-color: #EBF5EF;
}
</style>