Shades of French Lilac #E6C6DE
Tints of French Lilac #E6C6DE
RGB
CMYK
RGB Variations
Color information
#E6C6DE (or 0xE6C6DE) is known color: French Lilac. HEX triplet: E6, C6 and DE. RGB value is (230,198,222). Sum of RGB (Red+Green+Blue) = 230+198+222=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C6DE is #193921. Grayscale: #D2D2D2. Windows color (decimal): -1653026 or 14599910. OLE color: 14599910.
HSL color Cylindrical-coordinate representation of color #E6C6DE: hue angle of 315º degrees, saturation: 0.39, 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 #E6C6DE is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 222 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.10 |
| HSL | 315º | 0.39% | 0.84% | - |
| HSV(B) | 315º | 0.14% | 0.9% | - |
| XYZ | 66.01 | 62.49 | 77.69 | - |
| YUV | 210.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 222 | 0 | 0.14 | 0.03 | 0.10 | 315 | 0.39 | 0.84 |
| Hex | E6 | C6 | DE | 0 | E | 3 | A | 13B | 27 | 54 |
| Octal | 346 | 306 | 336 | 0 | 16 | 3 | 12 | 473 | 47 | 124 |
| Binary | 11100110 | 11000110 | 11011110 | 0 | 1110 | 11 | 1010 | 100111011 | 100111 | 1010100 |
Color Harmonies of #E6C6DE
Complementary color
Monochromatic Colors of #E6C6DE
Black with #E6C6DE
Text Example
Text Example
White with #E6C6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C6DE; }
p { color: rgb(230,198,222); }
H1.HeaderClassName
{
color: #E6C6DE;
}
.AnyTagClassName
{
color: #E6C6DE;
}
</style>
background-color css
<style>
a { background-color: #E6C6DE; }
a { background-color: rgb(230,198,222); }
div.DivClassName
{
background-color: #E6C6DE;
}
.BgClassName
{
background-color: #E6C6DE;
}
</style>
border-color css
<style>
span { border-color: #E6C6DE; }
span { border-color: rgb(230,198,222); }
td.TdClassName
{
border-color: #E6C6DE;
}
.TagClassName
{
border-color: #E6C6DE;
}
</style>