Shades of French Lilac #E6C1DF
Tints of French Lilac #E6C1DF
RGB
CMYK
RGB Variations
Color information
#E6C1DF (or 0xE6C1DF) is known color: French Lilac. HEX triplet: E6, C1 and DF. RGB value is (230,193,223). Sum of RGB (Red+Green+Blue) = 230+193+223=646 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.60% from 646); Green value is 193 (75.78% from 255 or 29.88% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C1DF is #193E20. Grayscale: #CFCFCF. Windows color (decimal): -1654305 or 14664166. OLE color: 14664166.
HSL color Cylindrical-coordinate representation of color #E6C1DF: hue angle of 311.35º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E6C1DF is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 193 | 223 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.10 |
| HSL | 311.35º | 0.43% | 0.83% | - |
| HSV(B) | 311.35º | 0.16% | 0.9% | - |
| XYZ | 65.02 | 60.29 | 78.02 | - |
| YUV | 207.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 193 | 223 | 0 | 0.16 | 0.03 | 0.10 | 311.35 | 0.43 | 0.83 |
| Hex | E6 | C1 | DF | 0 | 10 | 3 | A | 137 | 2B | 53 |
| Octal | 346 | 301 | 337 | 0 | 20 | 3 | 12 | 467 | 53 | 123 |
| Binary | 11100110 | 11000001 | 11011111 | 0 | 10000 | 11 | 1010 | 100110111 | 101011 | 1010011 |
Color Harmonies of #E6C1DF
Complementary color
Monochromatic Colors of #E6C1DF
Black with #E6C1DF
Text Example
Text Example
White with #E6C1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C1DF; }
p { color: rgb(230,193,223); }
H1.HeaderClassName
{
color: #E6C1DF;
}
.AnyTagClassName
{
color: #E6C1DF;
}
</style>
background-color css
<style>
a { background-color: #E6C1DF; }
a { background-color: rgb(230,193,223); }
div.DivClassName
{
background-color: #E6C1DF;
}
.BgClassName
{
background-color: #E6C1DF;
}
</style>
border-color css
<style>
span { border-color: #E6C1DF; }
span { border-color: rgb(230,193,223); }
td.TdClassName
{
border-color: #E6C1DF;
}
.TagClassName
{
border-color: #E6C1DF;
}
</style>