Shades of French Lilac #E2BEDB
Tints of French Lilac #E2BEDB
RGB
CMYK
RGB Variations
Color information
#E2BEDB (or 0xE2BEDB) is known color: French Lilac. HEX triplet: E2, BE and DB. RGB value is (226,190,219). Sum of RGB (Red+Green+Blue) = 226+190+219=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BEDB is #1D4124. Grayscale: #CBCBCB. Windows color (decimal): -1917221 or 14401250. OLE color: 14401250.
HSL color Cylindrical-coordinate representation of color #E2BEDB: hue angle of 311.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2BEDB is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 190 | 219 | - |
CMYK | 0 | 0.16 | 0.03 | 0.11 |
HSL | 311.67º | 0.38% | 0.82% | - |
HSV(B) | 311.67º | 0.16% | 0.89% | - |
XYZ | 62.56 | 58.11 | 74.94 | - |
YUV | 204.07 | 136.43 | 143.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 190 | 219 | 0 | 0.16 | 0.03 | 0.11 | 311.67 | 0.38 | 0.82 |
Hex | E2 | BE | DB | 0 | 10 | 3 | B | 138 | 26 | 52 |
Octal | 342 | 276 | 333 | 0 | 20 | 3 | 13 | 470 | 46 | 122 |
Binary | 11100010 | 10111110 | 11011011 | 0 | 10000 | 11 | 1011 | 100111000 | 100110 | 1010010 |
Color Harmonies of #E2BEDB
Complementary color
Monochromatic Colors of #E2BEDB
Black with #E2BEDB
Text Example
Text Example
White with #E2BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BEDB; }
p { color: rgb(226,190,219); }
H1.HeaderClassName
{
color: #E2BEDB;
}
.AnyTagClassName
{
color: #E2BEDB;
}
</style>
background-color css
<style>
a { background-color: #E2BEDB; }
a { background-color: rgb(226,190,219); }
div.DivClassName
{
background-color: #E2BEDB;
}
.BgClassName
{
background-color: #E2BEDB;
}
</style>
border-color css
<style>
span { border-color: #E2BEDB; }
span { border-color: rgb(226,190,219); }
td.TdClassName
{
border-color: #E2BEDB;
}
.TagClassName
{
border-color: #E2BEDB;
}
</style>