Shades of French Lilac #EABFDD
Tints of French Lilac #EABFDD
RGB
CMYK
RGB Variations
Color information
#EABFDD (or 0xEABFDD) is known color: French Lilac. HEX triplet: EA, BF and DD. RGB value is (234,191,221). Sum of RGB (Red+Green+Blue) = 234+191+221=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFDD is #154022. Grayscale: #CFCFCF. Windows color (decimal): -1392675 or 14532586. OLE color: 14532586.
HSL color Cylindrical-coordinate representation of color #EABFDD: hue angle of 318.14º 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 #EABFDD is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 221 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.08 |
| HSL | 318.14º | 0.51% | 0.83% | - |
| HSV(B) | 318.14º | 0.18% | 0.92% | - |
| XYZ | 65.61 | 59.97 | 76.52 | - |
| YUV | 207.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 221 | 0 | 0.18 | 0.06 | 0.08 | 318.14 | 0.51 | 0.83 |
| Hex | EA | BF | DD | 0 | 12 | 6 | 8 | 13E | 33 | 53 |
| Octal | 352 | 277 | 335 | 0 | 22 | 6 | 10 | 476 | 63 | 123 |
| Binary | 11101010 | 10111111 | 11011101 | 0 | 10010 | 110 | 1000 | 100111110 | 110011 | 1010011 |
Color Harmonies of #EABFDD
Complementary color
Monochromatic Colors of #EABFDD
Black with #EABFDD
Text Example
Text Example
White with #EABFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFDD; }
p { color: rgb(234,191,221); }
H1.HeaderClassName
{
color: #EABFDD;
}
.AnyTagClassName
{
color: #EABFDD;
}
</style>
background-color css
<style>
a { background-color: #EABFDD; }
a { background-color: rgb(234,191,221); }
div.DivClassName
{
background-color: #EABFDD;
}
.BgClassName
{
background-color: #EABFDD;
}
</style>
border-color css
<style>
span { border-color: #EABFDD; }
span { border-color: rgb(234,191,221); }
td.TdClassName
{
border-color: #EABFDD;
}
.TagClassName
{
border-color: #EABFDD;
}
</style>