Shades of Lily White #EBEDEC
Tints of Lily White #EBEDEC
RGB
CMYK
RGB Variations
Color information
#EBEDEC (or 0xEBEDEC) is known color: Lily White. HEX triplet: EB, ED and EC. RGB value is (235,237,236). Sum of RGB (Red+Green+Blue) = 235+237+236=708 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.19% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDEC is #141213. Grayscale: #ECECEC. Windows color (decimal): -1315348 or 15527403. OLE color: 15527403.
HSL color Cylindrical-coordinate representation of color #EBEDEC: hue angle of 150º degrees, saturation: 0.05, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EBEDEC is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 237 | 236 | - |
CMYK | 0.01 | 0 | 0.00 | 0.07 |
HSL | 150º | 0.05% | 0.93% | - |
HSV(B) | 150º | 0.01% | 0.93% | - |
XYZ | 79.69 | 84.29 | 91.43 | - |
YUV | 236.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 237 | 236 | 0.01 | 0 | 0.00 | 0.07 | 150 | 0.05 | 0.93 |
Hex | EB | ED | EC | 1 | 0 | 0 | 7 | 96 | 5 | 5D |
Octal | 353 | 355 | 354 | 1 | 0 | 0 | 7 | 226 | 5 | 135 |
Binary | 11101011 | 11101101 | 11101100 | 1 | 0 | 0 | 111 | 10010110 | 101 | 1011101 |
Color Harmonies of #EBEDEC
Complementary color
Monochromatic Colors of #EBEDEC
Black with #EBEDEC
Text Example
Text Example
White with #EBEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDEC; }
p { color: rgb(235,237,236); }
H1.HeaderClassName
{
color: #EBEDEC;
}
.AnyTagClassName
{
color: #EBEDEC;
}
</style>
background-color css
<style>
a { background-color: #EBEDEC; }
a { background-color: rgb(235,237,236); }
div.DivClassName
{
background-color: #EBEDEC;
}
.BgClassName
{
background-color: #EBEDEC;
}
</style>
border-color css
<style>
span { border-color: #EBEDEC; }
span { border-color: rgb(235,237,236); }
td.TdClassName
{
border-color: #EBEDEC;
}
.TagClassName
{
border-color: #EBEDEC;
}
</style>