Shades of French Lilac #EAB6E7
Tints of French Lilac #EAB6E7
RGB
CMYK
RGB Variations
Color information
#EAB6E7 (or 0xEAB6E7) is known color: French Lilac. HEX triplet: EA, B6 and E7. RGB value is (234,182,231). Sum of RGB (Red+Green+Blue) = 234+182+231=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 182 (71.48% from 255 or 28.13% from 647); Blue value is 231 (90.62% from 255 or 35.70% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB6E7 is #154918. Grayscale: #CACACA. Windows color (decimal): -1394969 or 15185642. OLE color: 15185642.
HSL color Cylindrical-coordinate representation of color #EAB6E7: hue angle of 303.46º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAB6E7 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 231 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.08 |
| HSL | 303.46º | 0.55% | 0.82% | - |
| HSV(B) | 303.46º | 0.22% | 0.92% | - |
| XYZ | 65.08 | 56.72 | 83.12 | - |
| YUV | 203.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 231 | 0 | 0.22 | 0.01 | 0.08 | 303.46 | 0.55 | 0.82 |
| Hex | EA | B6 | E7 | 0 | 16 | 1 | 8 | 12F | 37 | 52 |
| Octal | 352 | 266 | 347 | 0 | 26 | 1 | 10 | 457 | 67 | 122 |
| Binary | 11101010 | 10110110 | 11100111 | 0 | 10110 | 1 | 1000 | 100101111 | 110111 | 1010010 |
Color Harmonies of #EAB6E7
Complementary color
Monochromatic Colors of #EAB6E7
Black with #EAB6E7
Text Example
Text Example
White with #EAB6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB6E7; }
p { color: rgb(234,182,231); }
H1.HeaderClassName
{
color: #EAB6E7;
}
.AnyTagClassName
{
color: #EAB6E7;
}
</style>
background-color css
<style>
a { background-color: #EAB6E7; }
a { background-color: rgb(234,182,231); }
div.DivClassName
{
background-color: #EAB6E7;
}
.BgClassName
{
background-color: #EAB6E7;
}
</style>
border-color css
<style>
span { border-color: #EAB6E7; }
span { border-color: rgb(234,182,231); }
td.TdClassName
{
border-color: #EAB6E7;
}
.TagClassName
{
border-color: #EAB6E7;
}
</style>