Shades of White Lilac #EBDDF2
Tints of White Lilac #EBDDF2
RGB
CMYK
RGB Variations
Color information
#EBDDF2 (or 0xEBDDF2) is known color: White Lilac. HEX triplet: EB, DD and F2. RGB value is (235,221,242). Sum of RGB (Red+Green+Blue) = 235+221+242=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBDDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDF2 is #14220D. Grayscale: #E3E3E3. Windows color (decimal): -1319438 or 15916523. OLE color: 15916523.
HSL color Cylindrical-coordinate representation of color #EBDDF2: hue angle of 280º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBDDF2 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 221 | 242 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.05 |
| HSL | 280º | 0.45% | 0.91% | - |
| HSV(B) | 280º | 0.09% | 0.95% | - |
| XYZ | 76.14 | 75.79 | 94.62 | - |
| YUV | 227.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 242 | 0.03 | 0.09 | 0 | 0.05 | 280 | 0.45 | 0.91 |
| Hex | EB | DD | F2 | 3 | 9 | 0 | 5 | 118 | 2D | 5B |
| Octal | 353 | 335 | 362 | 3 | 11 | 0 | 5 | 430 | 55 | 133 |
| Binary | 11101011 | 11011101 | 11110010 | 11 | 1001 | 0 | 101 | 100011000 | 101101 | 1011011 |
Color Harmonies of #EBDDF2
Complementary color
Monochromatic Colors of #EBDDF2
Black with #EBDDF2
Text Example
Text Example
White with #EBDDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDF2; }
p { color: rgb(235,221,242); }
H1.HeaderClassName
{
color: #EBDDF2;
}
.AnyTagClassName
{
color: #EBDDF2;
}
</style>
background-color css
<style>
a { background-color: #EBDDF2; }
a { background-color: rgb(235,221,242); }
div.DivClassName
{
background-color: #EBDDF2;
}
.BgClassName
{
background-color: #EBDDF2;
}
</style>
border-color css
<style>
span { border-color: #EBDDF2; }
span { border-color: rgb(235,221,242); }
td.TdClassName
{
border-color: #EBDDF2;
}
.TagClassName
{
border-color: #EBDDF2;
}
</style>