Shades of French Lilac #E9C0DF
Tints of French Lilac #E9C0DF
RGB
CMYK
RGB Variations
Color information
#E9C0DF (or 0xE9C0DF) is known color: French Lilac. HEX triplet: E9, C0 and DF. RGB value is (233,192,223). Sum of RGB (Red+Green+Blue) = 233+192+223=648 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.96% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C0DF is #163F20. Grayscale: #CFCFCF. Windows color (decimal): -1457953 or 14663913. OLE color: 14663913.
HSL color Cylindrical-coordinate representation of color #E9C0DF: hue angle of 314.63º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9C0DF is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 192 | 223 | - |
CMYK | 0 | 0.18 | 0.04 | 0.09 |
HSL | 314.63º | 0.48% | 0.83% | - |
HSV(B) | 314.63º | 0.18% | 0.91% | - |
XYZ | 65.77 | 60.35 | 77.99 | - |
YUV | 207.79 | 136.58 | 145.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 192 | 223 | 0 | 0.18 | 0.04 | 0.09 | 314.63 | 0.48 | 0.83 |
Hex | E9 | C0 | DF | 0 | 12 | 4 | 9 | 13B | 30 | 53 |
Octal | 351 | 300 | 337 | 0 | 22 | 4 | 11 | 473 | 60 | 123 |
Binary | 11101001 | 11000000 | 11011111 | 0 | 10010 | 100 | 1001 | 100111011 | 110000 | 1010011 |
Color Harmonies of #E9C0DF
Complementary color
Monochromatic Colors of #E9C0DF
Black with #E9C0DF
Text Example
Text Example
White with #E9C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C0DF; }
p { color: rgb(233,192,223); }
H1.HeaderClassName
{
color: #E9C0DF;
}
.AnyTagClassName
{
color: #E9C0DF;
}
</style>
background-color css
<style>
a { background-color: #E9C0DF; }
a { background-color: rgb(233,192,223); }
div.DivClassName
{
background-color: #E9C0DF;
}
.BgClassName
{
background-color: #E9C0DF;
}
</style>
border-color css
<style>
span { border-color: #E9C0DF; }
span { border-color: rgb(233,192,223); }
td.TdClassName
{
border-color: #E9C0DF;
}
.TagClassName
{
border-color: #E9C0DF;
}
</style>