Shades of French Lilac #E6BDDD
Tints of French Lilac #E6BDDD
RGB
CMYK
RGB Variations
Color information
#E6BDDD (or 0xE6BDDD) is known color: French Lilac. HEX triplet: E6, BD and DD. RGB value is (230,189,221). Sum of RGB (Red+Green+Blue) = 230+189+221=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDDD is #194222. Grayscale: #CCCCCC. Windows color (decimal): -1655331 or 14532070. OLE color: 14532070.
HSL color Cylindrical-coordinate representation of color #E6BDDD: hue angle of 313.17º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6BDDD is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 221 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.10 |
| HSL | 313.17º | 0.45% | 0.82% | - |
| HSV(B) | 313.17º | 0.18% | 0.9% | - |
| XYZ | 63.88 | 58.44 | 76.32 | - |
| YUV | 204.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 221 | 0 | 0.18 | 0.04 | 0.10 | 313.17 | 0.45 | 0.82 |
| Hex | E6 | BD | DD | 0 | 12 | 4 | A | 139 | 2D | 52 |
| Octal | 346 | 275 | 335 | 0 | 22 | 4 | 12 | 471 | 55 | 122 |
| Binary | 11100110 | 10111101 | 11011101 | 0 | 10010 | 100 | 1010 | 100111001 | 101101 | 1010010 |
Color Harmonies of #E6BDDD
Complementary color
Monochromatic Colors of #E6BDDD
Black with #E6BDDD
Text Example
Text Example
White with #E6BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BDDD; }
p { color: rgb(230,189,221); }
H1.HeaderClassName
{
color: #E6BDDD;
}
.AnyTagClassName
{
color: #E6BDDD;
}
</style>
background-color css
<style>
a { background-color: #E6BDDD; }
a { background-color: rgb(230,189,221); }
div.DivClassName
{
background-color: #E6BDDD;
}
.BgClassName
{
background-color: #E6BDDD;
}
</style>
border-color css
<style>
span { border-color: #E6BDDD; }
span { border-color: rgb(230,189,221); }
td.TdClassName
{
border-color: #E6BDDD;
}
.TagClassName
{
border-color: #E6BDDD;
}
</style>