Shades of French Lilac #E6AFDD
Tints of French Lilac #E6AFDD
RGB
CMYK
RGB Variations
Color information
#E6AFDD (or 0xE6AFDD) is known color: French Lilac. HEX triplet: E6, AF and DD. RGB value is (230,175,221). Sum of RGB (Red+Green+Blue) = 230+175+221=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFDD is #195022. Grayscale: #C4C4C4. Windows color (decimal): -1658915 or 14528486. OLE color: 14528486.
HSL color Cylindrical-coordinate representation of color #E6AFDD: hue angle of 309.82º 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 #E6AFDD is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 221 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.10 |
| HSL | 309.82º | 0.52% | 0.79% | - |
| HSV(B) | 309.82º | 0.24% | 0.9% | - |
| XYZ | 61.01 | 52.7 | 75.36 | - |
| YUV | 196.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 221 | 0 | 0.24 | 0.04 | 0.10 | 309.82 | 0.52 | 0.79 |
| Hex | E6 | AF | DD | 0 | 18 | 4 | A | 136 | 34 | 4F |
| Octal | 346 | 257 | 335 | 0 | 30 | 4 | 12 | 466 | 64 | 117 |
| Binary | 11100110 | 10101111 | 11011101 | 0 | 11000 | 100 | 1010 | 100110110 | 110100 | 1001111 |
Color Harmonies of #E6AFDD
Complementary color
Monochromatic Colors of #E6AFDD
Black with #E6AFDD
Text Example
Text Example
White with #E6AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFDD; }
p { color: rgb(230,175,221); }
H1.HeaderClassName
{
color: #E6AFDD;
}
.AnyTagClassName
{
color: #E6AFDD;
}
</style>
background-color css
<style>
a { background-color: #E6AFDD; }
a { background-color: rgb(230,175,221); }
div.DivClassName
{
background-color: #E6AFDD;
}
.BgClassName
{
background-color: #E6AFDD;
}
</style>
border-color css
<style>
span { border-color: #E6AFDD; }
span { border-color: rgb(230,175,221); }
td.TdClassName
{
border-color: #E6AFDD;
}
.TagClassName
{
border-color: #E6AFDD;
}
</style>