Shades of White Lilac #EBE5ED
Tints of White Lilac #EBE5ED
RGB
CMYK
RGB Variations
Color information
#EBE5ED (or 0xEBE5ED) is known color: White Lilac. HEX triplet: EB, E5 and ED. RGB value is (235,229,237). Sum of RGB (Red+Green+Blue) = 235+229+237=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBE5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5ED is #141A12. Grayscale: #E7E7E7. Windows color (decimal): -1317395 or 15590891. OLE color: 15590891.
HSL color Cylindrical-coordinate representation of color #EBE5ED: hue angle of 285º degrees, saturation: 0.18, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBE5ED is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 229 | 237 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.07 |
| HSL | 285º | 0.18% | 0.91% | - |
| HSV(B) | 285º | 0.03% | 0.93% | - |
| XYZ | 77.57 | 79.82 | 91.44 | - |
| YUV | 231.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 237 | 0.01 | 0.03 | 0 | 0.07 | 285 | 0.18 | 0.91 |
| Hex | EB | E5 | ED | 1 | 3 | 0 | 7 | 11D | 12 | 5B |
| Octal | 353 | 345 | 355 | 1 | 3 | 0 | 7 | 435 | 22 | 133 |
| Binary | 11101011 | 11100101 | 11101101 | 1 | 11 | 0 | 111 | 100011101 | 10010 | 1011011 |
Color Harmonies of #EBE5ED
Complementary color
Monochromatic Colors of #EBE5ED
Black with #EBE5ED
Text Example
Text Example
White with #EBE5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5ED; }
p { color: rgb(235,229,237); }
H1.HeaderClassName
{
color: #EBE5ED;
}
.AnyTagClassName
{
color: #EBE5ED;
}
</style>
background-color css
<style>
a { background-color: #EBE5ED; }
a { background-color: rgb(235,229,237); }
div.DivClassName
{
background-color: #EBE5ED;
}
.BgClassName
{
background-color: #EBE5ED;
}
</style>
border-color css
<style>
span { border-color: #EBE5ED; }
span { border-color: rgb(235,229,237); }
td.TdClassName
{
border-color: #EBE5ED;
}
.TagClassName
{
border-color: #EBE5ED;
}
</style>