Shades of French Lilac #EAC1DD
Tints of French Lilac #EAC1DD
RGB
CMYK
RGB Variations
Color information
#EAC1DD (or 0xEAC1DD) is known color: French Lilac. HEX triplet: EA, C1 and DD. RGB value is (234,193,221). Sum of RGB (Red+Green+Blue) = 234+193+221=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1DD is #153E22. Grayscale: #D0D0D0. Windows color (decimal): -1392163 or 14533098. OLE color: 14533098.
HSL color Cylindrical-coordinate representation of color #EAC1DD: hue angle of 319.02º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC1DD is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 221 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.08 |
| HSL | 319.02º | 0.49% | 0.84% | - |
| HSV(B) | 319.02º | 0.18% | 0.92% | - |
| XYZ | 66.05 | 60.85 | 76.67 | - |
| YUV | 208.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 221 | 0 | 0.18 | 0.06 | 0.08 | 319.02 | 0.49 | 0.84 |
| Hex | EA | C1 | DD | 0 | 12 | 6 | 8 | 13F | 31 | 54 |
| Octal | 352 | 301 | 335 | 0 | 22 | 6 | 10 | 477 | 61 | 124 |
| Binary | 11101010 | 11000001 | 11011101 | 0 | 10010 | 110 | 1000 | 100111111 | 110001 | 1010100 |
Color Harmonies of #EAC1DD
Complementary color
Monochromatic Colors of #EAC1DD
Black with #EAC1DD
Text Example
Text Example
White with #EAC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC1DD; }
p { color: rgb(234,193,221); }
H1.HeaderClassName
{
color: #EAC1DD;
}
.AnyTagClassName
{
color: #EAC1DD;
}
</style>
background-color css
<style>
a { background-color: #EAC1DD; }
a { background-color: rgb(234,193,221); }
div.DivClassName
{
background-color: #EAC1DD;
}
.BgClassName
{
background-color: #EAC1DD;
}
</style>
border-color css
<style>
span { border-color: #EAC1DD; }
span { border-color: rgb(234,193,221); }
td.TdClassName
{
border-color: #EAC1DD;
}
.TagClassName
{
border-color: #EAC1DD;
}
</style>