Shades of French Lilac #EEB7DD
Tints of French Lilac #EEB7DD
RGB
CMYK
RGB Variations
Color information
#EEB7DD (or 0xEEB7DD) is known color: French Lilac. HEX triplet: EE, B7 and DD. RGB value is (238,183,221). Sum of RGB (Red+Green+Blue) = 238+183+221=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 183 (71.88% from 255 or 28.50% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB7DD is #114822. Grayscale: #CBCBCB. Windows color (decimal): -1132579 or 14530542. OLE color: 14530542.
HSL color Cylindrical-coordinate representation of color #EEB7DD: hue angle of 318.55º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEB7DD is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 221 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.07 |
| HSL | 318.55º | 0.62% | 0.83% | - |
| HSV(B) | 318.55º | 0.23% | 0.93% | - |
| XYZ | 65.24 | 57.26 | 76.02 | - |
| YUV | 203.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 221 | 0 | 0.23 | 0.07 | 0.07 | 318.55 | 0.62 | 0.83 |
| Hex | EE | B7 | DD | 0 | 17 | 7 | 7 | 13F | 3E | 53 |
| Octal | 356 | 267 | 335 | 0 | 27 | 7 | 7 | 477 | 76 | 123 |
| Binary | 11101110 | 10110111 | 11011101 | 0 | 10111 | 111 | 111 | 100111111 | 111110 | 1010011 |
Color Harmonies of #EEB7DD
Complementary color
Monochromatic Colors of #EEB7DD
Black with #EEB7DD
Text Example
Text Example
White with #EEB7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB7DD; }
p { color: rgb(238,183,221); }
H1.HeaderClassName
{
color: #EEB7DD;
}
.AnyTagClassName
{
color: #EEB7DD;
}
</style>
background-color css
<style>
a { background-color: #EEB7DD; }
a { background-color: rgb(238,183,221); }
div.DivClassName
{
background-color: #EEB7DD;
}
.BgClassName
{
background-color: #EEB7DD;
}
</style>
border-color css
<style>
span { border-color: #EEB7DD; }
span { border-color: rgb(238,183,221); }
td.TdClassName
{
border-color: #EEB7DD;
}
.TagClassName
{
border-color: #EEB7DD;
}
</style>