Shades of French Lilac #E6BFD9
Tints of French Lilac #E6BFD9
RGB
CMYK
RGB Variations
Color information
#E6BFD9 (or 0xE6BFD9) is known color: French Lilac. HEX triplet: E6, BF and D9. RGB value is (230,191,217). Sum of RGB (Red+Green+Blue) = 230+191+217=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFD9 is #194026. Grayscale: #CDCDCD. Windows color (decimal): -1654823 or 14270438. OLE color: 14270438.
HSL color Cylindrical-coordinate representation of color #E6BFD9: hue angle of 320º 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 #E6BFD9 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 217 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.10 |
| HSL | 320º | 0.44% | 0.83% | - |
| HSV(B) | 320º | 0.17% | 0.9% | - |
| XYZ | 63.79 | 59.09 | 73.69 | - |
| YUV | 205.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 217 | 0 | 0.17 | 0.06 | 0.10 | 320 | 0.44 | 0.83 |
| Hex | E6 | BF | D9 | 0 | 11 | 6 | A | 140 | 2C | 53 |
| Octal | 346 | 277 | 331 | 0 | 21 | 6 | 12 | 500 | 54 | 123 |
| Binary | 11100110 | 10111111 | 11011001 | 0 | 10001 | 110 | 1010 | 101000000 | 101100 | 1010011 |
Color Harmonies of #E6BFD9
Complementary color
Monochromatic Colors of #E6BFD9
Black with #E6BFD9
Text Example
Text Example
White with #E6BFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFD9; }
p { color: rgb(230,191,217); }
H1.HeaderClassName
{
color: #E6BFD9;
}
.AnyTagClassName
{
color: #E6BFD9;
}
</style>
background-color css
<style>
a { background-color: #E6BFD9; }
a { background-color: rgb(230,191,217); }
div.DivClassName
{
background-color: #E6BFD9;
}
.BgClassName
{
background-color: #E6BFD9;
}
</style>
border-color css
<style>
span { border-color: #E6BFD9; }
span { border-color: rgb(230,191,217); }
td.TdClassName
{
border-color: #E6BFD9;
}
.TagClassName
{
border-color: #E6BFD9;
}
</style>