Shades of French Lilac #EEB0DF
Tints of French Lilac #EEB0DF
RGB
CMYK
RGB Variations
Color information
#EEB0DF (or 0xEEB0DF) is known color: French Lilac. HEX triplet: EE, B0 and DF. RGB value is (238,176,223). Sum of RGB (Red+Green+Blue) = 238+176+223=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0DF is #114F20. Grayscale: #C7C7C7. Windows color (decimal): -1134369 or 14659822. OLE color: 14659822.
HSL color Cylindrical-coordinate representation of color #EEB0DF: hue angle of 314.52º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB0DF is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 223 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.07 |
| HSL | 314.52º | 0.65% | 0.81% | - |
| HSV(B) | 314.52º | 0.26% | 0.93% | - |
| XYZ | 64.1 | 54.56 | 76.96 | - |
| YUV | 199.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 223 | 0 | 0.26 | 0.06 | 0.07 | 314.52 | 0.65 | 0.81 |
| Hex | EE | B0 | DF | 0 | 1A | 6 | 7 | 13B | 41 | 51 |
| Octal | 356 | 260 | 337 | 0 | 32 | 6 | 7 | 473 | 101 | 121 |
| Binary | 11101110 | 10110000 | 11011111 | 0 | 11010 | 110 | 111 | 100111011 | 1000001 | 1010001 |
Color Harmonies of #EEB0DF
Complementary color
Monochromatic Colors of #EEB0DF
Black with #EEB0DF
Text Example
Text Example
White with #EEB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0DF; }
p { color: rgb(238,176,223); }
H1.HeaderClassName
{
color: #EEB0DF;
}
.AnyTagClassName
{
color: #EEB0DF;
}
</style>
background-color css
<style>
a { background-color: #EEB0DF; }
a { background-color: rgb(238,176,223); }
div.DivClassName
{
background-color: #EEB0DF;
}
.BgClassName
{
background-color: #EEB0DF;
}
</style>
border-color css
<style>
span { border-color: #EEB0DF; }
span { border-color: rgb(238,176,223); }
td.TdClassName
{
border-color: #EEB0DF;
}
.TagClassName
{
border-color: #EEB0DF;
}
</style>