Shades of French Lilac #E6B4DD
Tints of French Lilac #E6B4DD
RGB
CMYK
RGB Variations
Color information
#E6B4DD (or 0xE6B4DD) is known color: French Lilac. HEX triplet: E6, B4 and DD. RGB value is (230,180,221). Sum of RGB (Red+Green+Blue) = 230+180+221=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 180 (70.70% from 255 or 28.53% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B4DD is #194B22. Grayscale: #C7C7C7. Windows color (decimal): -1657635 or 14529766. OLE color: 14529766.
HSL color Cylindrical-coordinate representation of color #E6B4DD: hue angle of 310.8º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6B4DD is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 180 | 221 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.10 |
| HSL | 310.8º | 0.5% | 0.8% | - |
| HSV(B) | 310.8º | 0.22% | 0.9% | - |
| XYZ | 62.01 | 54.69 | 75.69 | - |
| YUV | 199.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 180 | 221 | 0 | 0.22 | 0.04 | 0.10 | 310.8 | 0.5 | 0.8 |
| Hex | E6 | B4 | DD | 0 | 16 | 4 | A | 137 | 32 | 50 |
| Octal | 346 | 264 | 335 | 0 | 26 | 4 | 12 | 467 | 62 | 120 |
| Binary | 11100110 | 10110100 | 11011101 | 0 | 10110 | 100 | 1010 | 100110111 | 110010 | 1010000 |
Color Harmonies of #E6B4DD
Complementary color
Monochromatic Colors of #E6B4DD
Black with #E6B4DD
Text Example
Text Example
White with #E6B4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B4DD; }
p { color: rgb(230,180,221); }
H1.HeaderClassName
{
color: #E6B4DD;
}
.AnyTagClassName
{
color: #E6B4DD;
}
</style>
background-color css
<style>
a { background-color: #E6B4DD; }
a { background-color: rgb(230,180,221); }
div.DivClassName
{
background-color: #E6B4DD;
}
.BgClassName
{
background-color: #E6B4DD;
}
</style>
border-color css
<style>
span { border-color: #E6B4DD; }
span { border-color: rgb(230,180,221); }
td.TdClassName
{
border-color: #E6B4DD;
}
.TagClassName
{
border-color: #E6B4DD;
}
</style>