Shades of French Lilac #E6C5DE
Tints of French Lilac #E6C5DE
RGB
CMYK
RGB Variations
Color information
#E6C5DE (or 0xE6C5DE) is known color: French Lilac. HEX triplet: E6, C5 and DE. RGB value is (230,197,222). Sum of RGB (Red+Green+Blue) = 230+197+222=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C5DE is #193A21. Grayscale: #D1D1D1. Windows color (decimal): -1653282 or 14599654. OLE color: 14599654.
HSL color Cylindrical-coordinate representation of color #E6C5DE: hue angle of 314.55º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6C5DE is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 222 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.10 |
| HSL | 314.55º | 0.4% | 0.84% | - |
| HSV(B) | 314.55º | 0.14% | 0.9% | - |
| XYZ | 65.78 | 62.03 | 77.61 | - |
| YUV | 209.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 222 | 0 | 0.14 | 0.03 | 0.10 | 314.55 | 0.4 | 0.84 |
| Hex | E6 | C5 | DE | 0 | E | 3 | A | 13B | 28 | 54 |
| Octal | 346 | 305 | 336 | 0 | 16 | 3 | 12 | 473 | 50 | 124 |
| Binary | 11100110 | 11000101 | 11011110 | 0 | 1110 | 11 | 1010 | 100111011 | 101000 | 1010100 |
Color Harmonies of #E6C5DE
Complementary color
Monochromatic Colors of #E6C5DE
Black with #E6C5DE
Text Example
Text Example
White with #E6C5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C5DE; }
p { color: rgb(230,197,222); }
H1.HeaderClassName
{
color: #E6C5DE;
}
.AnyTagClassName
{
color: #E6C5DE;
}
</style>
background-color css
<style>
a { background-color: #E6C5DE; }
a { background-color: rgb(230,197,222); }
div.DivClassName
{
background-color: #E6C5DE;
}
.BgClassName
{
background-color: #E6C5DE;
}
</style>
border-color css
<style>
span { border-color: #E6C5DE; }
span { border-color: rgb(230,197,222); }
td.TdClassName
{
border-color: #E6C5DE;
}
.TagClassName
{
border-color: #E6C5DE;
}
</style>