Shades of Lily White #EDEFEE
Tints of Lily White #EDEFEE
RGB
CMYK
RGB Variations
Color information
#EDEFEE (or 0xEDEFEE) is known color: Lily White. HEX triplet: ED, EF and EE. RGB value is (237,239,238). Sum of RGB (Red+Green+Blue) = 237+239+238=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 239 (93.75% from 255 or 33.47% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFEE is #121011. Grayscale: #EEEEEE. Windows color (decimal): -1183762 or 15658989. OLE color: 15658989.
HSL color Cylindrical-coordinate representation of color #EDEFEE: hue angle of 150º degrees, saturation: 0.06, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EDEFEE is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 239 | 238 | - |
CMYK | 0.01 | 0 | 0.00 | 0.06 |
HSL | 150º | 0.06% | 0.93% | - |
HSV(B) | 150º | 0.01% | 0.94% | - |
XYZ | 81.22 | 85.91 | 93.19 | - |
YUV | 238.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 239 | 238 | 0.01 | 0 | 0.00 | 0.06 | 150 | 0.06 | 0.93 |
Hex | ED | EF | EE | 1 | 0 | 0 | 6 | 96 | 6 | 5D |
Octal | 355 | 357 | 356 | 1 | 0 | 0 | 6 | 226 | 6 | 135 |
Binary | 11101101 | 11101111 | 11101110 | 1 | 0 | 0 | 110 | 10010110 | 110 | 1011101 |
Color Harmonies of #EDEFEE
Complementary color
Monochromatic Colors of #EDEFEE
Black with #EDEFEE
Text Example
Text Example
White with #EDEFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFEE; }
p { color: rgb(237,239,238); }
H1.HeaderClassName
{
color: #EDEFEE;
}
.AnyTagClassName
{
color: #EDEFEE;
}
</style>
background-color css
<style>
a { background-color: #EDEFEE; }
a { background-color: rgb(237,239,238); }
div.DivClassName
{
background-color: #EDEFEE;
}
.BgClassName
{
background-color: #EDEFEE;
}
</style>
border-color css
<style>
span { border-color: #EDEFEE; }
span { border-color: rgb(237,239,238); }
td.TdClassName
{
border-color: #EDEFEE;
}
.TagClassName
{
border-color: #EDEFEE;
}
</style>