Shades of French Lilac #E5CADE
Tints of French Lilac #E5CADE
RGB
CMYK
RGB Variations
Color information
#E5CADE (or 0xE5CADE) is known color: French Lilac. HEX triplet: E5, CA and DE. RGB value is (229,202,222). Sum of RGB (Red+Green+Blue) = 229+202+222=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CADE is #1A3521. Grayscale: #D4D4D4. Windows color (decimal): -1717538 or 14600933. OLE color: 14600933.
HSL color Cylindrical-coordinate representation of color #E5CADE: hue angle of 315.56º degrees, saturation: 0.34, 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 #E5CADE is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 202 | 222 | - |
CMYK | 0 | 0.12 | 0.03 | 0.10 |
HSL | 315.56º | 0.34% | 0.85% | - |
HSV(B) | 315.56º | 0.12% | 0.9% | - |
XYZ | 66.62 | 64.17 | 77.98 | - |
YUV | 212.35 | 133.45 | 139.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 202 | 222 | 0 | 0.12 | 0.03 | 0.10 | 315.56 | 0.34 | 0.85 |
Hex | E5 | CA | DE | 0 | C | 3 | A | 13C | 22 | 55 |
Octal | 345 | 312 | 336 | 0 | 14 | 3 | 12 | 474 | 42 | 125 |
Binary | 11100101 | 11001010 | 11011110 | 0 | 1100 | 11 | 1010 | 100111100 | 100010 | 1010101 |
Color Harmonies of #E5CADE
Complementary color
Monochromatic Colors of #E5CADE
Black with #E5CADE
Text Example
Text Example
White with #E5CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CADE; }
p { color: rgb(229,202,222); }
H1.HeaderClassName
{
color: #E5CADE;
}
.AnyTagClassName
{
color: #E5CADE;
}
</style>
background-color css
<style>
a { background-color: #E5CADE; }
a { background-color: rgb(229,202,222); }
div.DivClassName
{
background-color: #E5CADE;
}
.BgClassName
{
background-color: #E5CADE;
}
</style>
border-color css
<style>
span { border-color: #E5CADE; }
span { border-color: rgb(229,202,222); }
td.TdClassName
{
border-color: #E5CADE;
}
.TagClassName
{
border-color: #E5CADE;
}
</style>