Shades of French Lilac #E6B2DD
Tints of French Lilac #E6B2DD
RGB
CMYK
RGB Variations
Color information
#E6B2DD (or 0xE6B2DD) is known color: French Lilac. HEX triplet: E6, B2 and DD. RGB value is (230,178,221). Sum of RGB (Red+Green+Blue) = 230+178+221=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 178 (69.92% from 255 or 28.30% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B2DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6B2DD is #194D22. Grayscale: #C6C6C6. Windows color (decimal): -1658147 or 14529254. OLE color: 14529254.
HSL color Cylindrical-coordinate representation of color #E6B2DD: hue angle of 310.38º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6B2DD is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 178 | 221 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.10 |
| HSL | 310.38º | 0.51% | 0.8% | - |
| HSV(B) | 310.38º | 0.23% | 0.9% | - |
| XYZ | 61.6 | 53.88 | 75.56 | - |
| YUV | 198.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 178 | 221 | 0 | 0.23 | 0.04 | 0.10 | 310.38 | 0.51 | 0.8 |
| Hex | E6 | B2 | DD | 0 | 17 | 4 | A | 136 | 33 | 50 |
| Octal | 346 | 262 | 335 | 0 | 27 | 4 | 12 | 466 | 63 | 120 |
| Binary | 11100110 | 10110010 | 11011101 | 0 | 10111 | 100 | 1010 | 100110110 | 110011 | 1010000 |
Color Harmonies of #E6B2DD
Complementary color
Monochromatic Colors of #E6B2DD
Black with #E6B2DD
Text Example
Text Example
White with #E6B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B2DD; }
p { color: rgb(230,178,221); }
H1.HeaderClassName
{
color: #E6B2DD;
}
.AnyTagClassName
{
color: #E6B2DD;
}
</style>
background-color css
<style>
a { background-color: #E6B2DD; }
a { background-color: rgb(230,178,221); }
div.DivClassName
{
background-color: #E6B2DD;
}
.BgClassName
{
background-color: #E6B2DD;
}
</style>
border-color css
<style>
span { border-color: #E6B2DD; }
span { border-color: rgb(230,178,221); }
td.TdClassName
{
border-color: #E6B2DD;
}
.TagClassName
{
border-color: #E6B2DD;
}
</style>