Shades of French Lilac #EEB7DF
Tints of French Lilac #EEB7DF
RGB
CMYK
RGB Variations
Color information
#EEB7DF (or 0xEEB7DF) is known color: French Lilac. HEX triplet: EE, B7 and DF. RGB value is (238,183,223). Sum of RGB (Red+Green+Blue) = 238+183+223=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 183 (71.88% from 255 or 28.42% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB7DF is #114820. Grayscale: #CBCBCB. Windows color (decimal): -1132577 or 14661614. OLE color: 14661614.
HSL color Cylindrical-coordinate representation of color #EEB7DF: hue angle of 316.36º 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 #EEB7DF is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 223 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.07 |
| HSL | 316.36º | 0.62% | 0.83% | - |
| HSV(B) | 316.36º | 0.23% | 0.93% | - |
| XYZ | 65.51 | 57.37 | 77.43 | - |
| YUV | 204.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 223 | 0 | 0.23 | 0.06 | 0.07 | 316.36 | 0.62 | 0.83 |
| Hex | EE | B7 | DF | 0 | 17 | 6 | 7 | 13C | 3E | 53 |
| Octal | 356 | 267 | 337 | 0 | 27 | 6 | 7 | 474 | 76 | 123 |
| Binary | 11101110 | 10110111 | 11011111 | 0 | 10111 | 110 | 111 | 100111100 | 111110 | 1010011 |
Color Harmonies of #EEB7DF
Complementary color
Monochromatic Colors of #EEB7DF
Black with #EEB7DF
Text Example
Text Example
White with #EEB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB7DF; }
p { color: rgb(238,183,223); }
H1.HeaderClassName
{
color: #EEB7DF;
}
.AnyTagClassName
{
color: #EEB7DF;
}
</style>
background-color css
<style>
a { background-color: #EEB7DF; }
a { background-color: rgb(238,183,223); }
div.DivClassName
{
background-color: #EEB7DF;
}
.BgClassName
{
background-color: #EEB7DF;
}
</style>
border-color css
<style>
span { border-color: #EEB7DF; }
span { border-color: rgb(238,183,223); }
td.TdClassName
{
border-color: #EEB7DF;
}
.TagClassName
{
border-color: #EEB7DF;
}
</style>