Shades of Lily White #EBEFED
Tints of Lily White #EBEFED
RGB
CMYK
RGB Variations
Color information
#EBEFED (or 0xEBEFED) is known color: Lily White. HEX triplet: EB, EF and ED. RGB value is (235,239,237). Sum of RGB (Red+Green+Blue) = 235+239+237=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 239 (93.75% from 255 or 33.61% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEFED is #141012. Grayscale: #EDEDED. Windows color (decimal): -1314835 or 15593451. OLE color: 15593451.
HSL color Cylindrical-coordinate representation of color #EBEFED: hue angle of 150º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBEFED is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 235 | 239 | 237 | - |
CMYK | 0.02 | 0 | 0.01 | 0.06 |
HSL | 150º | 0.11% | 0.93% | - |
HSV(B) | 150º | 0.02% | 0.94% | - |
XYZ | 80.41 | 85.51 | 92.39 | - |
YUV | 237.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 239 | 237 | 0.02 | 0 | 0.01 | 0.06 | 150 | 0.11 | 0.93 |
Hex | EB | EF | ED | 2 | 0 | 1 | 6 | 96 | B | 5D |
Octal | 353 | 357 | 355 | 2 | 0 | 1 | 6 | 226 | 13 | 135 |
Binary | 11101011 | 11101111 | 11101101 | 10 | 0 | 1 | 110 | 10010110 | 1011 | 1011101 |
Color Harmonies of #EBEFED
Complementary color
Monochromatic Colors of #EBEFED
Black with #EBEFED
Text Example
Text Example
White with #EBEFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEFED; }
p { color: rgb(235,239,237); }
H1.HeaderClassName
{
color: #EBEFED;
}
.AnyTagClassName
{
color: #EBEFED;
}
</style>
background-color css
<style>
a { background-color: #EBEFED; }
a { background-color: rgb(235,239,237); }
div.DivClassName
{
background-color: #EBEFED;
}
.BgClassName
{
background-color: #EBEFED;
}
</style>
border-color css
<style>
span { border-color: #EBEFED; }
span { border-color: rgb(235,239,237); }
td.TdClassName
{
border-color: #EBEFED;
}
.TagClassName
{
border-color: #EBEFED;
}
</style>