Shades of French Lilac #E6CBDE
Tints of French Lilac #E6CBDE
RGB
CMYK
RGB Variations
Color information
#E6CBDE (or 0xE6CBDE) is known color: French Lilac. HEX triplet: E6, CB and DE. RGB value is (230,203,222). Sum of RGB (Red+Green+Blue) = 230+203+222=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CBDE is #193421. Grayscale: #D5D5D5. Windows color (decimal): -1651746 or 14601190. OLE color: 14601190.
HSL color Cylindrical-coordinate representation of color #E6CBDE: hue angle of 317.78º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6CBDE is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 222 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.10 |
| HSL | 317.78º | 0.35% | 0.85% | - |
| HSV(B) | 317.78º | 0.12% | 0.9% | - |
| XYZ | 67.17 | 64.81 | 78.08 | - |
| YUV | 213.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 222 | 0 | 0.12 | 0.03 | 0.10 | 317.78 | 0.35 | 0.85 |
| Hex | E6 | CB | DE | 0 | C | 3 | A | 13E | 23 | 55 |
| Octal | 346 | 313 | 336 | 0 | 14 | 3 | 12 | 476 | 43 | 125 |
| Binary | 11100110 | 11001011 | 11011110 | 0 | 1100 | 11 | 1010 | 100111110 | 100011 | 1010101 |
Color Harmonies of #E6CBDE
Complementary color
Monochromatic Colors of #E6CBDE
Black with #E6CBDE
Text Example
Text Example
White with #E6CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBDE; }
p { color: rgb(230,203,222); }
H1.HeaderClassName
{
color: #E6CBDE;
}
.AnyTagClassName
{
color: #E6CBDE;
}
</style>
background-color css
<style>
a { background-color: #E6CBDE; }
a { background-color: rgb(230,203,222); }
div.DivClassName
{
background-color: #E6CBDE;
}
.BgClassName
{
background-color: #E6CBDE;
}
</style>
border-color css
<style>
span { border-color: #E6CBDE; }
span { border-color: rgb(230,203,222); }
td.TdClassName
{
border-color: #E6CBDE;
}
.TagClassName
{
border-color: #E6CBDE;
}
</style>