Shades of Lily White #EBEEEC
Tints of Lily White #EBEEEC
RGB
CMYK
RGB Variations
Color information
#EBEEEC (or 0xEBEEEC) is known color: Lily White. HEX triplet: EB, EE and EC. RGB value is (235,238,236). Sum of RGB (Red+Green+Blue) = 235+238+236=709 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.15% from 709); Green value is 238 (93.36% from 255 or 33.57% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEEEC is #141113. Grayscale: #ECECEC. Windows color (decimal): -1315092 or 15527659. OLE color: 15527659.
HSL color Cylindrical-coordinate representation of color #EBEEEC: hue angle of 140º degrees, saturation: 0.08, 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 #EBEEEC is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 238 | 236 | - |
CMYK | 0.01 | 0 | 0.01 | 0.07 |
HSL | 140º | 0.08% | 0.93% | - |
HSV(B) | 140º | 0.01% | 0.93% | - |
XYZ | 79.98 | 84.87 | 91.52 | - |
YUV | 236.88 | 127.51 | 126.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 238 | 236 | 0.01 | 0 | 0.01 | 0.07 | 140 | 0.08 | 0.93 |
Hex | EB | EE | EC | 1 | 0 | 1 | 7 | 8C | 8 | 5D |
Octal | 353 | 356 | 354 | 1 | 0 | 1 | 7 | 214 | 10 | 135 |
Binary | 11101011 | 11101110 | 11101100 | 1 | 0 | 1 | 111 | 10001100 | 1000 | 1011101 |
Color Harmonies of #EBEEEC
Complementary color
Monochromatic Colors of #EBEEEC
Black with #EBEEEC
Text Example
Text Example
White with #EBEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEEC; }
p { color: rgb(235,238,236); }
H1.HeaderClassName
{
color: #EBEEEC;
}
.AnyTagClassName
{
color: #EBEEEC;
}
</style>
background-color css
<style>
a { background-color: #EBEEEC; }
a { background-color: rgb(235,238,236); }
div.DivClassName
{
background-color: #EBEEEC;
}
.BgClassName
{
background-color: #EBEEEC;
}
</style>
border-color css
<style>
span { border-color: #EBEEEC; }
span { border-color: rgb(235,238,236); }
td.TdClassName
{
border-color: #EBEEEC;
}
.TagClassName
{
border-color: #EBEEEC;
}
</style>