Shades of French Lilac #E6AFDC
Tints of French Lilac #E6AFDC
RGB
CMYK
RGB Variations
Color information
#E6AFDC (or 0xE6AFDC) is known color: French Lilac. HEX triplet: E6, AF and DC. RGB value is (230,175,220). Sum of RGB (Red+Green+Blue) = 230+175+220=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFDC is #195023. Grayscale: #C4C4C4. Windows color (decimal): -1658916 or 14462950. OLE color: 14462950.
HSL color Cylindrical-coordinate representation of color #E6AFDC: hue angle of 310.91º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AFDC is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 220 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.10 |
| HSL | 310.91º | 0.52% | 0.79% | - |
| HSV(B) | 310.91º | 0.24% | 0.9% | - |
| XYZ | 60.88 | 52.65 | 74.66 | - |
| YUV | 196.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 220 | 0 | 0.24 | 0.04 | 0.10 | 310.91 | 0.52 | 0.79 |
| Hex | E6 | AF | DC | 0 | 18 | 4 | A | 137 | 34 | 4F |
| Octal | 346 | 257 | 334 | 0 | 30 | 4 | 12 | 467 | 64 | 117 |
| Binary | 11100110 | 10101111 | 11011100 | 0 | 11000 | 100 | 1010 | 100110111 | 110100 | 1001111 |
Color Harmonies of #E6AFDC
Complementary color
Monochromatic Colors of #E6AFDC
Black with #E6AFDC
Text Example
Text Example
White with #E6AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFDC; }
p { color: rgb(230,175,220); }
H1.HeaderClassName
{
color: #E6AFDC;
}
.AnyTagClassName
{
color: #E6AFDC;
}
</style>
background-color css
<style>
a { background-color: #E6AFDC; }
a { background-color: rgb(230,175,220); }
div.DivClassName
{
background-color: #E6AFDC;
}
.BgClassName
{
background-color: #E6AFDC;
}
</style>
border-color css
<style>
span { border-color: #E6AFDC; }
span { border-color: rgb(230,175,220); }
td.TdClassName
{
border-color: #E6AFDC;
}
.TagClassName
{
border-color: #E6AFDC;
}
</style>