Shades of French Lilac #EABFDC
Tints of French Lilac #EABFDC
RGB
CMYK
RGB Variations
Color information
#EABFDC (or 0xEABFDC) is known color: French Lilac. HEX triplet: EA, BF and DC. RGB value is (234,191,220). Sum of RGB (Red+Green+Blue) = 234+191+220=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFDC is #154023. Grayscale: #CFCFCF. Windows color (decimal): -1392676 or 14467050. OLE color: 14467050.
HSL color Cylindrical-coordinate representation of color #EABFDC: hue angle of 319.53º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EABFDC is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 220 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.08 |
| HSL | 319.53º | 0.51% | 0.83% | - |
| HSV(B) | 319.53º | 0.18% | 0.92% | - |
| XYZ | 65.48 | 59.92 | 75.82 | - |
| YUV | 207.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 220 | 0 | 0.18 | 0.06 | 0.08 | 319.53 | 0.51 | 0.83 |
| Hex | EA | BF | DC | 0 | 12 | 6 | 8 | 140 | 33 | 53 |
| Octal | 352 | 277 | 334 | 0 | 22 | 6 | 10 | 500 | 63 | 123 |
| Binary | 11101010 | 10111111 | 11011100 | 0 | 10010 | 110 | 1000 | 101000000 | 110011 | 1010011 |
Color Harmonies of #EABFDC
Complementary color
Monochromatic Colors of #EABFDC
Black with #EABFDC
Text Example
Text Example
White with #EABFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFDC; }
p { color: rgb(234,191,220); }
H1.HeaderClassName
{
color: #EABFDC;
}
.AnyTagClassName
{
color: #EABFDC;
}
</style>
background-color css
<style>
a { background-color: #EABFDC; }
a { background-color: rgb(234,191,220); }
div.DivClassName
{
background-color: #EABFDC;
}
.BgClassName
{
background-color: #EABFDC;
}
</style>
border-color css
<style>
span { border-color: #EABFDC; }
span { border-color: rgb(234,191,220); }
td.TdClassName
{
border-color: #EABFDC;
}
.TagClassName
{
border-color: #EABFDC;
}
</style>