Shades of French Lilac #E7CBE0
Tints of French Lilac #E7CBE0
RGB
CMYK
RGB Variations
Color information
#E7CBE0 (or 0xE7CBE0) is known color: French Lilac. HEX triplet: E7, CB and E0. RGB value is (231,203,224). Sum of RGB (Red+Green+Blue) = 231+203+224=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBE0 is #18341F. Grayscale: #D5D5D5. Windows color (decimal): -1586208 or 14732263. OLE color: 14732263.
HSL color Cylindrical-coordinate representation of color #E7CBE0: hue angle of 315º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7CBE0 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 224 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.09 |
| HSL | 315º | 0.37% | 0.85% | - |
| HSV(B) | 315º | 0.12% | 0.91% | - |
| XYZ | 67.77 | 65.08 | 79.51 | - |
| YUV | 213.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 224 | 0 | 0.12 | 0.03 | 0.09 | 315 | 0.37 | 0.85 |
| Hex | E7 | CB | E0 | 0 | C | 3 | 9 | 13B | 25 | 55 |
| Octal | 347 | 313 | 340 | 0 | 14 | 3 | 11 | 473 | 45 | 125 |
| Binary | 11100111 | 11001011 | 11100000 | 0 | 1100 | 11 | 1001 | 100111011 | 100101 | 1010101 |
Color Harmonies of #E7CBE0
Complementary color
Monochromatic Colors of #E7CBE0
Black with #E7CBE0
Text Example
Text Example
White with #E7CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CBE0; }
p { color: rgb(231,203,224); }
H1.HeaderClassName
{
color: #E7CBE0;
}
.AnyTagClassName
{
color: #E7CBE0;
}
</style>
background-color css
<style>
a { background-color: #E7CBE0; }
a { background-color: rgb(231,203,224); }
div.DivClassName
{
background-color: #E7CBE0;
}
.BgClassName
{
background-color: #E7CBE0;
}
</style>
border-color css
<style>
span { border-color: #E7CBE0; }
span { border-color: rgb(231,203,224); }
td.TdClassName
{
border-color: #E7CBE0;
}
.TagClassName
{
border-color: #E7CBE0;
}
</style>