Shades of White Lilac #EBDFF5
Tints of White Lilac #EBDFF5
RGB
CMYK
RGB Variations
Color information
#EBDFF5 (or 0xEBDFF5) is known color: White Lilac. HEX triplet: EB, DF and F5. RGB value is (235,223,245). Sum of RGB (Red+Green+Blue) = 235+223+245=703 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.43% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBDFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFF5 is #14200A. Grayscale: #E5E5E5. Windows color (decimal): -1318923 or 16113643. OLE color: 16113643.
HSL color Cylindrical-coordinate representation of color #EBDFF5: hue angle of 272.73º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBDFF5 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 223 | 245 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.04 |
| HSL | 272.73º | 0.52% | 0.92% | - |
| HSV(B) | 272.73º | 0.09% | 0.96% | - |
| XYZ | 77.13 | 77.03 | 97.19 | - |
| YUV | 229.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 245 | 0.04 | 0.09 | 0 | 0.04 | 272.73 | 0.52 | 0.92 |
| Hex | EB | DF | F5 | 4 | 9 | 0 | 4 | 111 | 34 | 5C |
| Octal | 353 | 337 | 365 | 4 | 11 | 0 | 4 | 421 | 64 | 134 |
| Binary | 11101011 | 11011111 | 11110101 | 100 | 1001 | 0 | 100 | 100010001 | 110100 | 1011100 |
Color Harmonies of #EBDFF5
Complementary color
Monochromatic Colors of #EBDFF5
Black with #EBDFF5
Text Example
Text Example
White with #EBDFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFF5; }
p { color: rgb(235,223,245); }
H1.HeaderClassName
{
color: #EBDFF5;
}
.AnyTagClassName
{
color: #EBDFF5;
}
</style>
background-color css
<style>
a { background-color: #EBDFF5; }
a { background-color: rgb(235,223,245); }
div.DivClassName
{
background-color: #EBDFF5;
}
.BgClassName
{
background-color: #EBDFF5;
}
</style>
border-color css
<style>
span { border-color: #EBDFF5; }
span { border-color: rgb(235,223,245); }
td.TdClassName
{
border-color: #EBDFF5;
}
.TagClassName
{
border-color: #EBDFF5;
}
</style>