Shades of French Lilac #E6B5D7
Tints of French Lilac #E6B5D7
RGB
CMYK
RGB Variations
Color information
#E6B5D7 (or 0xE6B5D7) is known color: French Lilac. HEX triplet: E6, B5 and D7. RGB value is (230,181,215). Sum of RGB (Red+Green+Blue) = 230+181+215=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B5D7 is #194A28. Grayscale: #C7C7C7. Windows color (decimal): -1657385 or 14136806. OLE color: 14136806.
HSL color Cylindrical-coordinate representation of color #E6B5D7: hue angle of 318.37º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6B5D7 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 181 | 215 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.10 |
| HSL | 318.37º | 0.49% | 0.81% | - |
| HSV(B) | 318.37º | 0.21% | 0.9% | - |
| XYZ | 61.42 | 54.78 | 71.63 | - |
| YUV | 199.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 181 | 215 | 0 | 0.21 | 0.07 | 0.10 | 318.37 | 0.49 | 0.81 |
| Hex | E6 | B5 | D7 | 0 | 15 | 7 | A | 13E | 31 | 51 |
| Octal | 346 | 265 | 327 | 0 | 25 | 7 | 12 | 476 | 61 | 121 |
| Binary | 11100110 | 10110101 | 11010111 | 0 | 10101 | 111 | 1010 | 100111110 | 110001 | 1010001 |
Color Harmonies of #E6B5D7
Complementary color
Monochromatic Colors of #E6B5D7
Black with #E6B5D7
Text Example
Text Example
White with #E6B5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B5D7; }
p { color: rgb(230,181,215); }
H1.HeaderClassName
{
color: #E6B5D7;
}
.AnyTagClassName
{
color: #E6B5D7;
}
</style>
background-color css
<style>
a { background-color: #E6B5D7; }
a { background-color: rgb(230,181,215); }
div.DivClassName
{
background-color: #E6B5D7;
}
.BgClassName
{
background-color: #E6B5D7;
}
</style>
border-color css
<style>
span { border-color: #E6B5D7; }
span { border-color: rgb(230,181,215); }
td.TdClassName
{
border-color: #E6B5D7;
}
.TagClassName
{
border-color: #E6B5D7;
}
</style>