Shades of French Lilac #EAAFD8
Tints of French Lilac #EAAFD8
RGB
CMYK
RGB Variations
Color information
#EAAFD8 (or 0xEAAFD8) is known color: French Lilac. HEX triplet: EA, AF and D8. RGB value is (234,175,216). Sum of RGB (Red+Green+Blue) = 234+175+216=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFD8 is #155027. Grayscale: #C5C5C5. Windows color (decimal): -1396776 or 14200810. OLE color: 14200810.
HSL color Cylindrical-coordinate representation of color #EAAFD8: hue angle of 318.31º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAAFD8 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 216 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.08 |
| HSL | 318.31º | 0.58% | 0.8% | - |
| HSV(B) | 318.31º | 0.25% | 0.92% | - |
| XYZ | 61.66 | 53.11 | 71.97 | - |
| YUV | 197.32 | 138.55 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 216 | 0 | 0.25 | 0.08 | 0.08 | 318.31 | 0.58 | 0.8 |
| Hex | EA | AF | D8 | 0 | 19 | 8 | 8 | 13E | 3A | 50 |
| Octal | 352 | 257 | 330 | 0 | 31 | 10 | 10 | 476 | 72 | 120 |
| Binary | 11101010 | 10101111 | 11011000 | 0 | 11001 | 1000 | 1000 | 100111110 | 111010 | 1010000 |
Color Harmonies of #EAAFD8
Complementary color
Monochromatic Colors of #EAAFD8
Black with #EAAFD8
Text Example
Text Example
White with #EAAFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAFD8; }
p { color: rgb(234,175,216); }
H1.HeaderClassName
{
color: #EAAFD8;
}
.AnyTagClassName
{
color: #EAAFD8;
}
</style>
background-color css
<style>
a { background-color: #EAAFD8; }
a { background-color: rgb(234,175,216); }
div.DivClassName
{
background-color: #EAAFD8;
}
.BgClassName
{
background-color: #EAAFD8;
}
</style>
border-color css
<style>
span { border-color: #EAAFD8; }
span { border-color: rgb(234,175,216); }
td.TdClassName
{
border-color: #EAAFD8;
}
.TagClassName
{
border-color: #EAAFD8;
}
</style>