Shades of French Lilac #EABDDC
Tints of French Lilac #EABDDC
RGB
CMYK
RGB Variations
Color information
#EABDDC (or 0xEABDDC) is known color: French Lilac. HEX triplet: EA, BD and DC. RGB value is (234,189,220). Sum of RGB (Red+Green+Blue) = 234+189+220=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDDC is #154223. Grayscale: #CDCDCD. Windows color (decimal): -1393188 or 14466538. OLE color: 14466538.
HSL color Cylindrical-coordinate representation of color #EABDDC: hue angle of 318.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABDDC is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 220 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.08 |
| HSL | 318.67º | 0.52% | 0.83% | - |
| HSV(B) | 318.67º | 0.19% | 0.92% | - |
| XYZ | 65.05 | 59.05 | 75.68 | - |
| YUV | 205.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 220 | 0 | 0.19 | 0.06 | 0.08 | 318.67 | 0.52 | 0.83 |
| Hex | EA | BD | DC | 0 | 13 | 6 | 8 | 13F | 34 | 53 |
| Octal | 352 | 275 | 334 | 0 | 23 | 6 | 10 | 477 | 64 | 123 |
| Binary | 11101010 | 10111101 | 11011100 | 0 | 10011 | 110 | 1000 | 100111111 | 110100 | 1010011 |
Color Harmonies of #EABDDC
Complementary color
Monochromatic Colors of #EABDDC
Black with #EABDDC
Text Example
Text Example
White with #EABDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDDC; }
p { color: rgb(234,189,220); }
H1.HeaderClassName
{
color: #EABDDC;
}
.AnyTagClassName
{
color: #EABDDC;
}
</style>
background-color css
<style>
a { background-color: #EABDDC; }
a { background-color: rgb(234,189,220); }
div.DivClassName
{
background-color: #EABDDC;
}
.BgClassName
{
background-color: #EABDDC;
}
</style>
border-color css
<style>
span { border-color: #EABDDC; }
span { border-color: rgb(234,189,220); }
td.TdClassName
{
border-color: #EABDDC;
}
.TagClassName
{
border-color: #EABDDC;
}
</style>