Shades of French Lilac #EEB3DE
Tints of French Lilac #EEB3DE
RGB
CMYK
RGB Variations
Color information
#EEB3DE (or 0xEEB3DE) is known color: French Lilac. HEX triplet: EE, B3 and DE. RGB value is (238,179,222). Sum of RGB (Red+Green+Blue) = 238+179+222=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB3DE is #114C21. Grayscale: #C9C9C9. Windows color (decimal): -1133602 or 14595054. OLE color: 14595054.
HSL color Cylindrical-coordinate representation of color #EEB3DE: hue angle of 316.27º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB3DE is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 222 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.07 |
| HSL | 316.27º | 0.63% | 0.82% | - |
| HSV(B) | 316.27º | 0.25% | 0.93% | - |
| XYZ | 64.56 | 55.69 | 76.45 | - |
| YUV | 201.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 222 | 0 | 0.25 | 0.07 | 0.07 | 316.27 | 0.63 | 0.82 |
| Hex | EE | B3 | DE | 0 | 19 | 7 | 7 | 13C | 3F | 52 |
| Octal | 356 | 263 | 336 | 0 | 31 | 7 | 7 | 474 | 77 | 122 |
| Binary | 11101110 | 10110011 | 11011110 | 0 | 11001 | 111 | 111 | 100111100 | 111111 | 1010010 |
Color Harmonies of #EEB3DE
Complementary color
Monochromatic Colors of #EEB3DE
Black with #EEB3DE
Text Example
Text Example
White with #EEB3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB3DE; }
p { color: rgb(238,179,222); }
H1.HeaderClassName
{
color: #EEB3DE;
}
.AnyTagClassName
{
color: #EEB3DE;
}
</style>
background-color css
<style>
a { background-color: #EEB3DE; }
a { background-color: rgb(238,179,222); }
div.DivClassName
{
background-color: #EEB3DE;
}
.BgClassName
{
background-color: #EEB3DE;
}
</style>
border-color css
<style>
span { border-color: #EEB3DE; }
span { border-color: rgb(238,179,222); }
td.TdClassName
{
border-color: #EEB3DE;
}
.TagClassName
{
border-color: #EEB3DE;
}
</style>