Shades of French Lilac #E3CADC
Tints of French Lilac #E3CADC
RGB
CMYK
RGB Variations
Color information
#E3CADC (or 0xE3CADC) is known color: French Lilac. HEX triplet: E3, CA and DC. RGB value is (227,202,220). Sum of RGB (Red+Green+Blue) = 227+202+220=649 (85% of max value = 765). Red value is 227 (89.06% from 255 or 34.98% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CADC is #1C3523. Grayscale: #D3D3D3. Windows color (decimal): -1848612 or 14469859. OLE color: 14469859.
HSL color Cylindrical-coordinate representation of color #E3CADC: hue angle of 316.8º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3CADC is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 227 | 202 | 220 | - |
CMYK | 0 | 0.11 | 0.03 | 0.11 |
HSL | 316.8º | 0.31% | 0.84% | - |
HSV(B) | 316.8º | 0.11% | 0.89% | - |
XYZ | 65.72 | 63.74 | 76.55 | - |
YUV | 211.53 | 132.78 | 139.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 202 | 220 | 0 | 0.11 | 0.03 | 0.11 | 316.8 | 0.31 | 0.84 |
Hex | E3 | CA | DC | 0 | B | 3 | B | 13D | 1F | 54 |
Octal | 343 | 312 | 334 | 0 | 13 | 3 | 13 | 475 | 37 | 124 |
Binary | 11100011 | 11001010 | 11011100 | 0 | 1011 | 11 | 1011 | 100111101 | 11111 | 1010100 |
Color Harmonies of #E3CADC
Complementary color
Monochromatic Colors of #E3CADC
Black with #E3CADC
Text Example
Text Example
White with #E3CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CADC; }
p { color: rgb(227,202,220); }
H1.HeaderClassName
{
color: #E3CADC;
}
.AnyTagClassName
{
color: #E3CADC;
}
</style>
background-color css
<style>
a { background-color: #E3CADC; }
a { background-color: rgb(227,202,220); }
div.DivClassName
{
background-color: #E3CADC;
}
.BgClassName
{
background-color: #E3CADC;
}
</style>
border-color css
<style>
span { border-color: #E3CADC; }
span { border-color: rgb(227,202,220); }
td.TdClassName
{
border-color: #E3CADC;
}
.TagClassName
{
border-color: #E3CADC;
}
</style>