Shades of French Lilac #E5CBDF
Tints of French Lilac #E5CBDF
RGB
CMYK
RGB Variations
Color information
#E5CBDF (or 0xE5CBDF) is known color: French Lilac. HEX triplet: E5, CB and DF. RGB value is (229,203,223). Sum of RGB (Red+Green+Blue) = 229+203+223=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBDF is #1A3420. Grayscale: #D5D5D5. Windows color (decimal): -1717281 or 14666725. OLE color: 14666725.
HSL color Cylindrical-coordinate representation of color #E5CBDF: hue angle of 313.85º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5CBDF is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 223 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.10 |
| HSL | 313.85º | 0.33% | 0.85% | - |
| HSV(B) | 313.85º | 0.11% | 0.9% | - |
| XYZ | 66.99 | 64.7 | 78.77 | - |
| YUV | 213.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 223 | 0 | 0.11 | 0.03 | 0.10 | 313.85 | 0.33 | 0.85 |
| Hex | E5 | CB | DF | 0 | B | 3 | A | 13A | 21 | 55 |
| Octal | 345 | 313 | 337 | 0 | 13 | 3 | 12 | 472 | 41 | 125 |
| Binary | 11100101 | 11001011 | 11011111 | 0 | 1011 | 11 | 1010 | 100111010 | 100001 | 1010101 |
Color Harmonies of #E5CBDF
Complementary color
Monochromatic Colors of #E5CBDF
Black with #E5CBDF
Text Example
Text Example
White with #E5CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBDF; }
p { color: rgb(229,203,223); }
H1.HeaderClassName
{
color: #E5CBDF;
}
.AnyTagClassName
{
color: #E5CBDF;
}
</style>
background-color css
<style>
a { background-color: #E5CBDF; }
a { background-color: rgb(229,203,223); }
div.DivClassName
{
background-color: #E5CBDF;
}
.BgClassName
{
background-color: #E5CBDF;
}
</style>
border-color css
<style>
span { border-color: #E5CBDF; }
span { border-color: rgb(229,203,223); }
td.TdClassName
{
border-color: #E5CBDF;
}
.TagClassName
{
border-color: #E5CBDF;
}
</style>