Shades of French Lilac #EACCE2
Tints of French Lilac #EACCE2
RGB
CMYK
RGB Variations
Color information
#EACCE2 (or 0xEACCE2) is known color: French Lilac. HEX triplet: EA, CC and E2. RGB value is (234,204,226). Sum of RGB (Red+Green+Blue) = 234+204+226=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCE2 is #15331D. Grayscale: #D7D7D7. Windows color (decimal): -1389342 or 14863594. OLE color: 14863594.
HSL color Cylindrical-coordinate representation of color #EACCE2: hue angle of 316º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACCE2 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 226 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.08 |
| HSL | 316º | 0.42% | 0.86% | - |
| HSV(B) | 316º | 0.13% | 0.92% | - |
| XYZ | 69.25 | 66.17 | 81.07 | - |
| YUV | 215.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 226 | 0 | 0.13 | 0.03 | 0.08 | 316 | 0.42 | 0.86 |
| Hex | EA | CC | E2 | 0 | D | 3 | 8 | 13C | 2A | 56 |
| Octal | 352 | 314 | 342 | 0 | 15 | 3 | 10 | 474 | 52 | 126 |
| Binary | 11101010 | 11001100 | 11100010 | 0 | 1101 | 11 | 1000 | 100111100 | 101010 | 1010110 |
Color Harmonies of #EACCE2
Complementary color
Monochromatic Colors of #EACCE2
Black with #EACCE2
Text Example
Text Example
White with #EACCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCE2; }
p { color: rgb(234,204,226); }
H1.HeaderClassName
{
color: #EACCE2;
}
.AnyTagClassName
{
color: #EACCE2;
}
</style>
background-color css
<style>
a { background-color: #EACCE2; }
a { background-color: rgb(234,204,226); }
div.DivClassName
{
background-color: #EACCE2;
}
.BgClassName
{
background-color: #EACCE2;
}
</style>
border-color css
<style>
span { border-color: #EACCE2; }
span { border-color: rgb(234,204,226); }
td.TdClassName
{
border-color: #EACCE2;
}
.TagClassName
{
border-color: #EACCE2;
}
</style>