Shades of White Lilac #EBDEF2
Tints of White Lilac #EBDEF2
RGB
CMYK
RGB Variations
Color information
#EBDEF2 (or 0xEBDEF2) is known color: White Lilac. HEX triplet: EB, DE and F2. RGB value is (235,222,242). Sum of RGB (Red+Green+Blue) = 235+222+242=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBDEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDEF2 is #14210D. Grayscale: #E4E4E4. Windows color (decimal): -1319182 or 15916779. OLE color: 15916779.
HSL color Cylindrical-coordinate representation of color #EBDEF2: hue angle of 279º degrees, saturation: 0.43, 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 #EBDEF2 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 222 | 242 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.05 |
| HSL | 279º | 0.43% | 0.91% | - |
| HSV(B) | 279º | 0.08% | 0.95% | - |
| XYZ | 76.41 | 76.32 | 94.71 | - |
| YUV | 228.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 222 | 242 | 0.03 | 0.08 | 0 | 0.05 | 279 | 0.43 | 0.91 |
| Hex | EB | DE | F2 | 3 | 8 | 0 | 5 | 117 | 2B | 5B |
| Octal | 353 | 336 | 362 | 3 | 10 | 0 | 5 | 427 | 53 | 133 |
| Binary | 11101011 | 11011110 | 11110010 | 11 | 1000 | 0 | 101 | 100010111 | 101011 | 1011011 |
Color Harmonies of #EBDEF2
Complementary color
Monochromatic Colors of #EBDEF2
Black with #EBDEF2
Text Example
Text Example
White with #EBDEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDEF2; }
p { color: rgb(235,222,242); }
H1.HeaderClassName
{
color: #EBDEF2;
}
.AnyTagClassName
{
color: #EBDEF2;
}
</style>
background-color css
<style>
a { background-color: #EBDEF2; }
a { background-color: rgb(235,222,242); }
div.DivClassName
{
background-color: #EBDEF2;
}
.BgClassName
{
background-color: #EBDEF2;
}
</style>
border-color css
<style>
span { border-color: #EBDEF2; }
span { border-color: rgb(235,222,242); }
td.TdClassName
{
border-color: #EBDEF2;
}
.TagClassName
{
border-color: #EBDEF2;
}
</style>