Shades of French Lilac #EABEDD
Tints of French Lilac #EABEDD
RGB
CMYK
RGB Variations
Color information
#EABEDD (or 0xEABEDD) is known color: French Lilac. HEX triplet: EA, BE and DD. RGB value is (234,190,221). Sum of RGB (Red+Green+Blue) = 234+190+221=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEDD is #154122. Grayscale: #CECECE. Windows color (decimal): -1392931 or 14532330. OLE color: 14532330.
HSL color Cylindrical-coordinate representation of color #EABEDD: hue angle of 317.73º degrees, saturation: 0.51, 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 #EABEDD is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 190 | 221 | - |
CMYK | 0 | 0.19 | 0.06 | 0.08 |
HSL | 317.73º | 0.51% | 0.83% | - |
HSV(B) | 317.73º | 0.19% | 0.92% | - |
XYZ | 65.4 | 59.54 | 76.45 | - |
YUV | 206.69 | 136.08 | 147.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 190 | 221 | 0 | 0.19 | 0.06 | 0.08 | 317.73 | 0.51 | 0.83 |
Hex | EA | BE | DD | 0 | 13 | 6 | 8 | 13E | 33 | 53 |
Octal | 352 | 276 | 335 | 0 | 23 | 6 | 10 | 476 | 63 | 123 |
Binary | 11101010 | 10111110 | 11011101 | 0 | 10011 | 110 | 1000 | 100111110 | 110011 | 1010011 |
Color Harmonies of #EABEDD
Complementary color
Monochromatic Colors of #EABEDD
Black with #EABEDD
Text Example
Text Example
White with #EABEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEDD; }
p { color: rgb(234,190,221); }
H1.HeaderClassName
{
color: #EABEDD;
}
.AnyTagClassName
{
color: #EABEDD;
}
</style>
background-color css
<style>
a { background-color: #EABEDD; }
a { background-color: rgb(234,190,221); }
div.DivClassName
{
background-color: #EABEDD;
}
.BgClassName
{
background-color: #EABEDD;
}
</style>
border-color css
<style>
span { border-color: #EABEDD; }
span { border-color: rgb(234,190,221); }
td.TdClassName
{
border-color: #EABEDD;
}
.TagClassName
{
border-color: #EABEDD;
}
</style>