Shades of White Lilac #EBDDF1
Tints of White Lilac #EBDDF1
RGB
CMYK
RGB Variations
Color information
#EBDDF1 (or 0xEBDDF1) is known color: White Lilac. HEX triplet: EB, DD and F1. RGB value is (235,221,241). Sum of RGB (Red+Green+Blue) = 235+221+241=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 241 (94.53% from 255 or 34.58% from 697); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBDDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDF1 is #14220E. Grayscale: #E3E3E3. Windows color (decimal): -1319439 or 15850987. OLE color: 15850987.
HSL color Cylindrical-coordinate representation of color #EBDDF1: hue angle of 282º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBDDF1 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 221 | 241 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.05 |
| HSL | 282º | 0.42% | 0.91% | - |
| HSV(B) | 282º | 0.08% | 0.95% | - |
| XYZ | 75.99 | 75.73 | 93.83 | - |
| YUV | 227.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 241 | 0.02 | 0.08 | 0 | 0.05 | 282 | 0.42 | 0.91 |
| Hex | EB | DD | F1 | 2 | 8 | 0 | 5 | 11A | 2A | 5B |
| Octal | 353 | 335 | 361 | 2 | 10 | 0 | 5 | 432 | 52 | 133 |
| Binary | 11101011 | 11011101 | 11110001 | 10 | 1000 | 0 | 101 | 100011010 | 101010 | 1011011 |
Color Harmonies of #EBDDF1
Complementary color
Monochromatic Colors of #EBDDF1
Black with #EBDDF1
Text Example
Text Example
White with #EBDDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDF1; }
p { color: rgb(235,221,241); }
H1.HeaderClassName
{
color: #EBDDF1;
}
.AnyTagClassName
{
color: #EBDDF1;
}
</style>
background-color css
<style>
a { background-color: #EBDDF1; }
a { background-color: rgb(235,221,241); }
div.DivClassName
{
background-color: #EBDDF1;
}
.BgClassName
{
background-color: #EBDDF1;
}
</style>
border-color css
<style>
span { border-color: #EBDDF1; }
span { border-color: rgb(235,221,241); }
td.TdClassName
{
border-color: #EBDDF1;
}
.TagClassName
{
border-color: #EBDDF1;
}
</style>