Shades of Lily White #EDF5F0
Tints of Lily White #EDF5F0
RGB
CMYK
RGB Variations
Color information
#EDF5F0 (or 0xEDF5F0) is known color: Lily White. HEX triplet: ED, F5 and F0. RGB value is (237,245,240). Sum of RGB (Red+Green+Blue) = 237+245+240=722 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.83% from 722); Green value is 245 (96.09% from 255 or 33.93% from 722); Blue value is 240 (94.14% from 255 or 33.24% from 722); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5F0 is #120A0F. Grayscale: #F2F2F2. Windows color (decimal): -1182224 or 15791597. OLE color: 15791597.
HSL color Cylindrical-coordinate representation of color #EDF5F0: hue angle of 142.5º degrees, saturation: 0.29, 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 #EDF5F0 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 240 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.04 |
| HSL | 142.5º | 0.29% | 0.95% | - |
| HSV(B) | 142.5º | 0.03% | 0.96% | - |
| XYZ | 83.31 | 89.6 | 95.34 | - |
| YUV | 242.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 240 | 0.03 | 0 | 0.02 | 0.04 | 142.5 | 0.29 | 0.95 |
| Hex | ED | F5 | F0 | 3 | 0 | 2 | 4 | 8E | 1D | 5F |
| Octal | 355 | 365 | 360 | 3 | 0 | 2 | 4 | 216 | 35 | 137 |
| Binary | 11101101 | 11110101 | 11110000 | 11 | 0 | 10 | 100 | 10001110 | 11101 | 1011111 |
Color Harmonies of #EDF5F0
Complementary color
Monochromatic Colors of #EDF5F0
Black with #EDF5F0
Text Example
Text Example
White with #EDF5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5F0; }
p { color: rgb(237,245,240); }
H1.HeaderClassName
{
color: #EDF5F0;
}
.AnyTagClassName
{
color: #EDF5F0;
}
</style>
background-color css
<style>
a { background-color: #EDF5F0; }
a { background-color: rgb(237,245,240); }
div.DivClassName
{
background-color: #EDF5F0;
}
.BgClassName
{
background-color: #EDF5F0;
}
</style>
border-color css
<style>
span { border-color: #EDF5F0; }
span { border-color: rgb(237,245,240); }
td.TdClassName
{
border-color: #EDF5F0;
}
.TagClassName
{
border-color: #EDF5F0;
}
</style>