Shades of French Lilac #EEB5ED
Tints of French Lilac #EEB5ED
RGB
CMYK
RGB Variations
Color information
#EEB5ED (or 0xEEB5ED) is known color: French Lilac. HEX triplet: EE, B5 and ED. RGB value is (238,181,237). Sum of RGB (Red+Green+Blue) = 238+181+237=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 181 (71.09% from 255 or 27.59% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB5ED is #114A12. Grayscale: #CCCCCC. Windows color (decimal): -1133075 or 15578606. OLE color: 15578606.
HSL color Cylindrical-coordinate representation of color #EEB5ED: hue angle of 301.05º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB5ED is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 237 | - |
| CMYK | 0 | 0.24 | 0.00 | 0.07 |
| HSL | 301.05º | 0.63% | 0.82% | - |
| HSV(B) | 301.05º | 0.24% | 0.93% | - |
| XYZ | 67.07 | 57.34 | 87.65 | - |
| YUV | 204.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 237 | 0 | 0.24 | 0.00 | 0.07 | 301.05 | 0.63 | 0.82 |
| Hex | EE | B5 | ED | 0 | 18 | 0 | 7 | 12D | 3F | 52 |
| Octal | 356 | 265 | 355 | 0 | 30 | 0 | 7 | 455 | 77 | 122 |
| Binary | 11101110 | 10110101 | 11101101 | 0 | 11000 | 0 | 111 | 100101101 | 111111 | 1010010 |
Color Harmonies of #EEB5ED
Complementary color
Monochromatic Colors of #EEB5ED
Black with #EEB5ED
Text Example
Text Example
White with #EEB5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB5ED; }
p { color: rgb(238,181,237); }
H1.HeaderClassName
{
color: #EEB5ED;
}
.AnyTagClassName
{
color: #EEB5ED;
}
</style>
background-color css
<style>
a { background-color: #EEB5ED; }
a { background-color: rgb(238,181,237); }
div.DivClassName
{
background-color: #EEB5ED;
}
.BgClassName
{
background-color: #EEB5ED;
}
</style>
border-color css
<style>
span { border-color: #EEB5ED; }
span { border-color: rgb(238,181,237); }
td.TdClassName
{
border-color: #EEB5ED;
}
.TagClassName
{
border-color: #EEB5ED;
}
</style>