Shades of Lily White #EDF2EF
Tints of Lily White #EDF2EF
RGB
CMYK
RGB Variations
Color information
#EDF2EF (or 0xEDF2EF) is known color: Lily White. HEX triplet: ED, F2 and EF. RGB value is (237,242,239). Sum of RGB (Red+Green+Blue) = 237+242+239=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 239 (93.75% from 255 or 33.29% from 718); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2EF is #120D10. Grayscale: #F0F0F0. Windows color (decimal): -1182993 or 15725293. OLE color: 15725293.
HSL color Cylindrical-coordinate representation of color #EDF2EF: hue angle of 144º degrees, saturation: 0.16, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDF2EF is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 242 | 239 | - |
CMYK | 0.02 | 0 | 0.01 | 0.05 |
HSL | 144º | 0.16% | 0.94% | - |
HSV(B) | 144º | 0.02% | 0.95% | - |
XYZ | 82.26 | 87.74 | 94.26 | - |
YUV | 240.16 | 127.34 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 242 | 239 | 0.02 | 0 | 0.01 | 0.05 | 144 | 0.16 | 0.94 |
Hex | ED | F2 | EF | 2 | 0 | 1 | 5 | 90 | 10 | 5E |
Octal | 355 | 362 | 357 | 2 | 0 | 1 | 5 | 220 | 20 | 136 |
Binary | 11101101 | 11110010 | 11101111 | 10 | 0 | 1 | 101 | 10010000 | 10000 | 1011110 |
Color Harmonies of #EDF2EF
Complementary color
Monochromatic Colors of #EDF2EF
Black with #EDF2EF
Text Example
Text Example
White with #EDF2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2EF; }
p { color: rgb(237,242,239); }
H1.HeaderClassName
{
color: #EDF2EF;
}
.AnyTagClassName
{
color: #EDF2EF;
}
</style>
background-color css
<style>
a { background-color: #EDF2EF; }
a { background-color: rgb(237,242,239); }
div.DivClassName
{
background-color: #EDF2EF;
}
.BgClassName
{
background-color: #EDF2EF;
}
</style>
border-color css
<style>
span { border-color: #EDF2EF; }
span { border-color: rgb(237,242,239); }
td.TdClassName
{
border-color: #EDF2EF;
}
.TagClassName
{
border-color: #EDF2EF;
}
</style>