Shades of French Lilac #E6CBDF
Tints of French Lilac #E6CBDF
RGB
CMYK
RGB Variations
Color information
#E6CBDF (or 0xE6CBDF) is known color: French Lilac. HEX triplet: E6, CB and DF. RGB value is (230,203,223). Sum of RGB (Red+Green+Blue) = 230+203+223=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CBDF is #193420. Grayscale: #D5D5D5. Windows color (decimal): -1651745 or 14666726. OLE color: 14666726.
HSL color Cylindrical-coordinate representation of color #E6CBDF: hue angle of 315.56º 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 #E6CBDF is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 223 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.10 |
| HSL | 315.56º | 0.35% | 0.85% | - |
| HSV(B) | 315.56º | 0.12% | 0.9% | - |
| XYZ | 67.31 | 64.86 | 78.78 | - |
| YUV | 213.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 223 | 0 | 0.12 | 0.03 | 0.10 | 315.56 | 0.35 | 0.85 |
| Hex | E6 | CB | DF | 0 | C | 3 | A | 13C | 23 | 55 |
| Octal | 346 | 313 | 337 | 0 | 14 | 3 | 12 | 474 | 43 | 125 |
| Binary | 11100110 | 11001011 | 11011111 | 0 | 1100 | 11 | 1010 | 100111100 | 100011 | 1010101 |
Color Harmonies of #E6CBDF
Complementary color
Monochromatic Colors of #E6CBDF
Black with #E6CBDF
Text Example
Text Example
White with #E6CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBDF; }
p { color: rgb(230,203,223); }
H1.HeaderClassName
{
color: #E6CBDF;
}
.AnyTagClassName
{
color: #E6CBDF;
}
</style>
background-color css
<style>
a { background-color: #E6CBDF; }
a { background-color: rgb(230,203,223); }
div.DivClassName
{
background-color: #E6CBDF;
}
.BgClassName
{
background-color: #E6CBDF;
}
</style>
border-color css
<style>
span { border-color: #E6CBDF; }
span { border-color: rgb(230,203,223); }
td.TdClassName
{
border-color: #E6CBDF;
}
.TagClassName
{
border-color: #E6CBDF;
}
</style>