Shades of French Lilac #E6BBDC
Tints of French Lilac #E6BBDC
RGB
CMYK
RGB Variations
Color information
#E6BBDC (or 0xE6BBDC) is known color: French Lilac. HEX triplet: E6, BB and DC. RGB value is (230,187,220). Sum of RGB (Red+Green+Blue) = 230+187+220=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBDC is #194423. Grayscale: #CBCBCB. Windows color (decimal): -1655844 or 14466022. OLE color: 14466022.
HSL color Cylindrical-coordinate representation of color #E6BBDC: hue angle of 313.95º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BBDC is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 220 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.10 |
| HSL | 313.95º | 0.46% | 0.82% | - |
| HSV(B) | 313.95º | 0.19% | 0.9% | - |
| XYZ | 63.32 | 57.53 | 75.48 | - |
| YUV | 203.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 220 | 0 | 0.19 | 0.04 | 0.10 | 313.95 | 0.46 | 0.82 |
| Hex | E6 | BB | DC | 0 | 13 | 4 | A | 13A | 2E | 52 |
| Octal | 346 | 273 | 334 | 0 | 23 | 4 | 12 | 472 | 56 | 122 |
| Binary | 11100110 | 10111011 | 11011100 | 0 | 10011 | 100 | 1010 | 100111010 | 101110 | 1010010 |
Color Harmonies of #E6BBDC
Complementary color
Monochromatic Colors of #E6BBDC
Black with #E6BBDC
Text Example
Text Example
White with #E6BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBDC; }
p { color: rgb(230,187,220); }
H1.HeaderClassName
{
color: #E6BBDC;
}
.AnyTagClassName
{
color: #E6BBDC;
}
</style>
background-color css
<style>
a { background-color: #E6BBDC; }
a { background-color: rgb(230,187,220); }
div.DivClassName
{
background-color: #E6BBDC;
}
.BgClassName
{
background-color: #E6BBDC;
}
</style>
border-color css
<style>
span { border-color: #E6BBDC; }
span { border-color: rgb(230,187,220); }
td.TdClassName
{
border-color: #E6BBDC;
}
.TagClassName
{
border-color: #E6BBDC;
}
</style>