Shades of French Lilac #EAB2DE
Tints of French Lilac #EAB2DE
RGB
CMYK
RGB Variations
Color information
#EAB2DE (or 0xEAB2DE) is known color: French Lilac. HEX triplet: EA, B2 and DE. RGB value is (234,178,222). Sum of RGB (Red+Green+Blue) = 234+178+222=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2DE is #154D21. Grayscale: #C7C7C7. Windows color (decimal): -1396002 or 14594794. OLE color: 14594794.
HSL color Cylindrical-coordinate representation of color #EAB2DE: hue angle of 312.86º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB2DE is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 222 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.08 |
| HSL | 312.86º | 0.57% | 0.81% | - |
| HSV(B) | 312.86º | 0.24% | 0.92% | - |
| XYZ | 63.04 | 54.61 | 76.33 | - |
| YUV | 199.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 222 | 0 | 0.24 | 0.05 | 0.08 | 312.86 | 0.57 | 0.81 |
| Hex | EA | B2 | DE | 0 | 18 | 5 | 8 | 139 | 39 | 51 |
| Octal | 352 | 262 | 336 | 0 | 30 | 5 | 10 | 471 | 71 | 121 |
| Binary | 11101010 | 10110010 | 11011110 | 0 | 11000 | 101 | 1000 | 100111001 | 111001 | 1010001 |
Color Harmonies of #EAB2DE
Complementary color
Monochromatic Colors of #EAB2DE
Black with #EAB2DE
Text Example
Text Example
White with #EAB2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB2DE; }
p { color: rgb(234,178,222); }
H1.HeaderClassName
{
color: #EAB2DE;
}
.AnyTagClassName
{
color: #EAB2DE;
}
</style>
background-color css
<style>
a { background-color: #EAB2DE; }
a { background-color: rgb(234,178,222); }
div.DivClassName
{
background-color: #EAB2DE;
}
.BgClassName
{
background-color: #EAB2DE;
}
</style>
border-color css
<style>
span { border-color: #EAB2DE; }
span { border-color: rgb(234,178,222); }
td.TdClassName
{
border-color: #EAB2DE;
}
.TagClassName
{
border-color: #EAB2DE;
}
</style>