Shades of French Lilac #EAB6DB
Tints of French Lilac #EAB6DB
RGB
CMYK
RGB Variations
Color information
#EAB6DB (or 0xEAB6DB) is known color: French Lilac. HEX triplet: EA, B6 and DB. RGB value is (234,182,219). Sum of RGB (Red+Green+Blue) = 234+182+219=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 182 (71.48% from 255 or 28.66% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6DB is #154924. Grayscale: #C9C9C9. Windows color (decimal): -1394981 or 14399210. OLE color: 14399210.
HSL color Cylindrical-coordinate representation of color #EAB6DB: hue angle of 317.31º 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 #EAB6DB is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 219 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.08 |
| HSL | 317.31º | 0.55% | 0.82% | - |
| HSV(B) | 317.31º | 0.22% | 0.92% | - |
| XYZ | 63.45 | 56.06 | 74.5 | - |
| YUV | 201.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 219 | 0 | 0.22 | 0.06 | 0.08 | 317.31 | 0.55 | 0.82 |
| Hex | EA | B6 | DB | 0 | 16 | 6 | 8 | 13D | 37 | 52 |
| Octal | 352 | 266 | 333 | 0 | 26 | 6 | 10 | 475 | 67 | 122 |
| Binary | 11101010 | 10110110 | 11011011 | 0 | 10110 | 110 | 1000 | 100111101 | 110111 | 1010010 |
Color Harmonies of #EAB6DB
Complementary color
Monochromatic Colors of #EAB6DB
Black with #EAB6DB
Text Example
Text Example
White with #EAB6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB6DB; }
p { color: rgb(234,182,219); }
H1.HeaderClassName
{
color: #EAB6DB;
}
.AnyTagClassName
{
color: #EAB6DB;
}
</style>
background-color css
<style>
a { background-color: #EAB6DB; }
a { background-color: rgb(234,182,219); }
div.DivClassName
{
background-color: #EAB6DB;
}
.BgClassName
{
background-color: #EAB6DB;
}
</style>
border-color css
<style>
span { border-color: #EAB6DB; }
span { border-color: rgb(234,182,219); }
td.TdClassName
{
border-color: #EAB6DB;
}
.TagClassName
{
border-color: #EAB6DB;
}
</style>