Shades of French Lilac #E2B2DD
Tints of French Lilac #E2B2DD
RGB
CMYK
RGB Variations
Color information
#E2B2DD (or 0xE2B2DD) is known color: French Lilac. HEX triplet: E2, B2 and DD. RGB value is (226,178,221). Sum of RGB (Red+Green+Blue) = 226+178+221=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 178 (69.92% from 255 or 28.48% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B2DD is #1D4D22. Grayscale: #C5C5C5. Windows color (decimal): -1920291 or 14529250. OLE color: 14529250.
HSL color Cylindrical-coordinate representation of color #E2B2DD: hue angle of 306.25º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2B2DD is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 178 | 221 | - |
CMYK | 0 | 0.21 | 0.02 | 0.11 |
HSL | 306.25º | 0.45% | 0.79% | - |
HSV(B) | 306.25º | 0.21% | 0.89% | - |
XYZ | 60.34 | 53.23 | 75.5 | - |
YUV | 197.25 | 141.4 | 148.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 178 | 221 | 0 | 0.21 | 0.02 | 0.11 | 306.25 | 0.45 | 0.79 |
Hex | E2 | B2 | DD | 0 | 15 | 2 | B | 132 | 2D | 4F |
Octal | 342 | 262 | 335 | 0 | 25 | 2 | 13 | 462 | 55 | 117 |
Binary | 11100010 | 10110010 | 11011101 | 0 | 10101 | 10 | 1011 | 100110010 | 101101 | 1001111 |
Color Harmonies of #E2B2DD
Complementary color
Monochromatic Colors of #E2B2DD
Black with #E2B2DD
Text Example
Text Example
White with #E2B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B2DD; }
p { color: rgb(226,178,221); }
H1.HeaderClassName
{
color: #E2B2DD;
}
.AnyTagClassName
{
color: #E2B2DD;
}
</style>
background-color css
<style>
a { background-color: #E2B2DD; }
a { background-color: rgb(226,178,221); }
div.DivClassName
{
background-color: #E2B2DD;
}
.BgClassName
{
background-color: #E2B2DD;
}
</style>
border-color css
<style>
span { border-color: #E2B2DD; }
span { border-color: rgb(226,178,221); }
td.TdClassName
{
border-color: #E2B2DD;
}
.TagClassName
{
border-color: #E2B2DD;
}
</style>