Shades of French Lilac #E6C1DA
Tints of French Lilac #E6C1DA
RGB
CMYK
RGB Variations
Color information
#E6C1DA (or 0xE6C1DA) is known color: French Lilac. HEX triplet: E6, C1 and DA. RGB value is (230,193,218). Sum of RGB (Red+Green+Blue) = 230+193+218=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 193 (75.78% from 255 or 30.11% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C1DA is #193E25. Grayscale: #CECECE. Windows color (decimal): -1654310 or 14336486. OLE color: 14336486.
HSL color Cylindrical-coordinate representation of color #E6C1DA: hue angle of 319.46º 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 #E6C1DA is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 193 | 218 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.10 |
| HSL | 319.46º | 0.43% | 0.83% | - |
| HSV(B) | 319.46º | 0.16% | 0.9% | - |
| XYZ | 64.36 | 60.02 | 74.52 | - |
| YUV | 206.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 193 | 218 | 0 | 0.16 | 0.05 | 0.10 | 319.46 | 0.43 | 0.83 |
| Hex | E6 | C1 | DA | 0 | 10 | 5 | A | 13F | 2B | 53 |
| Octal | 346 | 301 | 332 | 0 | 20 | 5 | 12 | 477 | 53 | 123 |
| Binary | 11100110 | 11000001 | 11011010 | 0 | 10000 | 101 | 1010 | 100111111 | 101011 | 1010011 |
Color Harmonies of #E6C1DA
Complementary color
Monochromatic Colors of #E6C1DA
Black with #E6C1DA
Text Example
Text Example
White with #E6C1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C1DA; }
p { color: rgb(230,193,218); }
H1.HeaderClassName
{
color: #E6C1DA;
}
.AnyTagClassName
{
color: #E6C1DA;
}
</style>
background-color css
<style>
a { background-color: #E6C1DA; }
a { background-color: rgb(230,193,218); }
div.DivClassName
{
background-color: #E6C1DA;
}
.BgClassName
{
background-color: #E6C1DA;
}
</style>
border-color css
<style>
span { border-color: #E6C1DA; }
span { border-color: rgb(230,193,218); }
td.TdClassName
{
border-color: #E6C1DA;
}
.TagClassName
{
border-color: #E6C1DA;
}
</style>