Shades of French Lilac #E6BEDD
Tints of French Lilac #E6BEDD
RGB
CMYK
RGB Variations
Color information
#E6BEDD (or 0xE6BEDD) is known color: French Lilac. HEX triplet: E6, BE and DD. RGB value is (230,190,221). Sum of RGB (Red+Green+Blue) = 230+190+221=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BEDD is #194122. Grayscale: #CDCDCD. Windows color (decimal): -1655075 or 14532326. OLE color: 14532326.
HSL color Cylindrical-coordinate representation of color #E6BEDD: hue angle of 313.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BEDD is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 221 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.10 |
| HSL | 313.5º | 0.44% | 0.82% | - |
| HSV(B) | 313.5º | 0.17% | 0.9% | - |
| XYZ | 64.1 | 58.87 | 76.39 | - |
| YUV | 205.49 | 136.75 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 221 | 0 | 0.17 | 0.04 | 0.10 | 313.5 | 0.44 | 0.82 |
| Hex | E6 | BE | DD | 0 | 11 | 4 | A | 13A | 2C | 52 |
| Octal | 346 | 276 | 335 | 0 | 21 | 4 | 12 | 472 | 54 | 122 |
| Binary | 11100110 | 10111110 | 11011101 | 0 | 10001 | 100 | 1010 | 100111010 | 101100 | 1010010 |
Color Harmonies of #E6BEDD
Complementary color
Monochromatic Colors of #E6BEDD
Black with #E6BEDD
Text Example
Text Example
White with #E6BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BEDD; }
p { color: rgb(230,190,221); }
H1.HeaderClassName
{
color: #E6BEDD;
}
.AnyTagClassName
{
color: #E6BEDD;
}
</style>
background-color css
<style>
a { background-color: #E6BEDD; }
a { background-color: rgb(230,190,221); }
div.DivClassName
{
background-color: #E6BEDD;
}
.BgClassName
{
background-color: #E6BEDD;
}
</style>
border-color css
<style>
span { border-color: #E6BEDD; }
span { border-color: rgb(230,190,221); }
td.TdClassName
{
border-color: #E6BEDD;
}
.TagClassName
{
border-color: #E6BEDD;
}
</style>