Shades of French Lilac #E6BEDE
Tints of French Lilac #E6BEDE
RGB
CMYK
RGB Variations
Color information
#E6BEDE (or 0xE6BEDE) is known color: French Lilac. HEX triplet: E6, BE and DE. RGB value is (230,190,222). Sum of RGB (Red+Green+Blue) = 230+190+222=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BEDE is #194121. Grayscale: #CDCDCD. Windows color (decimal): -1655074 or 14597862. OLE color: 14597862.
HSL color Cylindrical-coordinate representation of color #E6BEDE: hue angle of 312º 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 #E6BEDE is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 222 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.10 |
| HSL | 312º | 0.44% | 0.82% | - |
| HSV(B) | 312º | 0.17% | 0.9% | - |
| XYZ | 64.23 | 58.92 | 77.1 | - |
| YUV | 205.61 | 137.25 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 222 | 0 | 0.17 | 0.03 | 0.10 | 312 | 0.44 | 0.82 |
| Hex | E6 | BE | DE | 0 | 11 | 3 | A | 138 | 2C | 52 |
| Octal | 346 | 276 | 336 | 0 | 21 | 3 | 12 | 470 | 54 | 122 |
| Binary | 11100110 | 10111110 | 11011110 | 0 | 10001 | 11 | 1010 | 100111000 | 101100 | 1010010 |
Color Harmonies of #E6BEDE
Complementary color
Monochromatic Colors of #E6BEDE
Black with #E6BEDE
Text Example
Text Example
White with #E6BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BEDE; }
p { color: rgb(230,190,222); }
H1.HeaderClassName
{
color: #E6BEDE;
}
.AnyTagClassName
{
color: #E6BEDE;
}
</style>
background-color css
<style>
a { background-color: #E6BEDE; }
a { background-color: rgb(230,190,222); }
div.DivClassName
{
background-color: #E6BEDE;
}
.BgClassName
{
background-color: #E6BEDE;
}
</style>
border-color css
<style>
span { border-color: #E6BEDE; }
span { border-color: rgb(230,190,222); }
td.TdClassName
{
border-color: #E6BEDE;
}
.TagClassName
{
border-color: #E6BEDE;
}
</style>