Shades of French Lilac #E6BDDA
Tints of French Lilac #E6BDDA
RGB
CMYK
RGB Variations
Color information
#E6BDDA (or 0xE6BDDA) is known color: French Lilac. HEX triplet: E6, BD and DA. RGB value is (230,189,218). Sum of RGB (Red+Green+Blue) = 230+189+218=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDDA is #194225. Grayscale: #CCCCCC. Windows color (decimal): -1655334 or 14335462. OLE color: 14335462.
HSL color Cylindrical-coordinate representation of color #E6BDDA: hue angle of 317.56º 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 #E6BDDA is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 218 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.10 |
| HSL | 317.56º | 0.45% | 0.82% | - |
| HSV(B) | 317.56º | 0.18% | 0.9% | - |
| XYZ | 63.49 | 58.28 | 74.23 | - |
| YUV | 204.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 218 | 0 | 0.18 | 0.05 | 0.10 | 317.56 | 0.45 | 0.82 |
| Hex | E6 | BD | DA | 0 | 12 | 5 | A | 13E | 2D | 52 |
| Octal | 346 | 275 | 332 | 0 | 22 | 5 | 12 | 476 | 55 | 122 |
| Binary | 11100110 | 10111101 | 11011010 | 0 | 10010 | 101 | 1010 | 100111110 | 101101 | 1010010 |
Color Harmonies of #E6BDDA
Complementary color
Monochromatic Colors of #E6BDDA
Black with #E6BDDA
Text Example
Text Example
White with #E6BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BDDA; }
p { color: rgb(230,189,218); }
H1.HeaderClassName
{
color: #E6BDDA;
}
.AnyTagClassName
{
color: #E6BDDA;
}
</style>
background-color css
<style>
a { background-color: #E6BDDA; }
a { background-color: rgb(230,189,218); }
div.DivClassName
{
background-color: #E6BDDA;
}
.BgClassName
{
background-color: #E6BDDA;
}
</style>
border-color css
<style>
span { border-color: #E6BDDA; }
span { border-color: rgb(230,189,218); }
td.TdClassName
{
border-color: #E6BDDA;
}
.TagClassName
{
border-color: #E6BDDA;
}
</style>