Shades of French Lilac #E6BFDD
Tints of French Lilac #E6BFDD
RGB
CMYK
RGB Variations
Color information
#E6BFDD (or 0xE6BFDD) is known color: French Lilac. HEX triplet: E6, BF and DD. RGB value is (230,191,221). Sum of RGB (Red+Green+Blue) = 230+191+221=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFDD is #194022. Grayscale: #CECECE. Windows color (decimal): -1654819 or 14532582. OLE color: 14532582.
HSL color Cylindrical-coordinate representation of color #E6BFDD: hue angle of 313.85º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BFDD is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 221 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.10 |
| HSL | 313.85º | 0.44% | 0.83% | - |
| HSV(B) | 313.85º | 0.17% | 0.9% | - |
| XYZ | 64.32 | 59.31 | 76.46 | - |
| YUV | 206.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 221 | 0 | 0.17 | 0.04 | 0.10 | 313.85 | 0.44 | 0.83 |
| Hex | E6 | BF | DD | 0 | 11 | 4 | A | 13A | 2C | 53 |
| Octal | 346 | 277 | 335 | 0 | 21 | 4 | 12 | 472 | 54 | 123 |
| Binary | 11100110 | 10111111 | 11011101 | 0 | 10001 | 100 | 1010 | 100111010 | 101100 | 1010011 |
Color Harmonies of #E6BFDD
Complementary color
Monochromatic Colors of #E6BFDD
Black with #E6BFDD
Text Example
Text Example
White with #E6BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFDD; }
p { color: rgb(230,191,221); }
H1.HeaderClassName
{
color: #E6BFDD;
}
.AnyTagClassName
{
color: #E6BFDD;
}
</style>
background-color css
<style>
a { background-color: #E6BFDD; }
a { background-color: rgb(230,191,221); }
div.DivClassName
{
background-color: #E6BFDD;
}
.BgClassName
{
background-color: #E6BFDD;
}
</style>
border-color css
<style>
span { border-color: #E6BFDD; }
span { border-color: rgb(230,191,221); }
td.TdClassName
{
border-color: #E6BFDD;
}
.TagClassName
{
border-color: #E6BFDD;
}
</style>