Shades of French Lilac #EEB6DF
Tints of French Lilac #EEB6DF
RGB
CMYK
RGB Variations
Color information
#EEB6DF (or 0xEEB6DF) is known color: French Lilac. HEX triplet: EE, B6 and DF. RGB value is (238,182,223). Sum of RGB (Red+Green+Blue) = 238+182+223=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 182 (71.48% from 255 or 28.30% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB6DF is #114920. Grayscale: #CBCBCB. Windows color (decimal): -1132833 or 14661358. OLE color: 14661358.
HSL color Cylindrical-coordinate representation of color #EEB6DF: hue angle of 316.07º degrees, saturation: 0.62, 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 #EEB6DF is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 223 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.07 |
| HSL | 316.07º | 0.62% | 0.82% | - |
| HSV(B) | 316.07º | 0.24% | 0.93% | - |
| XYZ | 65.31 | 56.96 | 77.36 | - |
| YUV | 203.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 223 | 0 | 0.24 | 0.06 | 0.07 | 316.07 | 0.62 | 0.82 |
| Hex | EE | B6 | DF | 0 | 18 | 6 | 7 | 13C | 3E | 52 |
| Octal | 356 | 266 | 337 | 0 | 30 | 6 | 7 | 474 | 76 | 122 |
| Binary | 11101110 | 10110110 | 11011111 | 0 | 11000 | 110 | 111 | 100111100 | 111110 | 1010010 |
Color Harmonies of #EEB6DF
Complementary color
Monochromatic Colors of #EEB6DF
Black with #EEB6DF
Text Example
Text Example
White with #EEB6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB6DF; }
p { color: rgb(238,182,223); }
H1.HeaderClassName
{
color: #EEB6DF;
}
.AnyTagClassName
{
color: #EEB6DF;
}
</style>
background-color css
<style>
a { background-color: #EEB6DF; }
a { background-color: rgb(238,182,223); }
div.DivClassName
{
background-color: #EEB6DF;
}
.BgClassName
{
background-color: #EEB6DF;
}
</style>
border-color css
<style>
span { border-color: #EEB6DF; }
span { border-color: rgb(238,182,223); }
td.TdClassName
{
border-color: #EEB6DF;
}
.TagClassName
{
border-color: #EEB6DF;
}
</style>