Shades of Lavender #E2DDFC
Tints of Lavender #E2DDFC
RGB
CMYK
RGB Variations
Color information
#E2DDFC (or 0xE2DDFC) is known color: Lavender. HEX triplet: E2, DD and FC. RGB value is (226,221,252). Sum of RGB (Red+Green+Blue) = 226+221+252=699 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.33% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DDFC is #1D2203. Grayscale: #E1E1E1. Windows color (decimal): -1909252 or 16571874. OLE color: 16571874.
HSL color Cylindrical-coordinate representation of color #E2DDFC: hue angle of 249.68º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2DDFC is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 221 | 252 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.01 |
| HSL | 249.68º | 0.84% | 0.93% | - |
| HSV(B) | 249.68º | 0.12% | 0.99% | - |
| XYZ | 74.79 | 74.91 | 102.61 | - |
| YUV | 226.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 252 | 0.10 | 0.12 | 0 | 0.01 | 249.68 | 0.84 | 0.93 |
| Hex | E2 | DD | FC | A | C | 0 | 1 | FA | 54 | 5D |
| Octal | 342 | 335 | 374 | 12 | 14 | 0 | 1 | 372 | 124 | 135 |
| Binary | 11100010 | 11011101 | 11111100 | 1010 | 1100 | 0 | 1 | 11111010 | 1010100 | 1011101 |
Color Harmonies of #E2DDFC
Complementary color
Monochromatic Colors of #E2DDFC
Black with #E2DDFC
Text Example
Text Example
White with #E2DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDFC; }
p { color: rgb(226,221,252); }
H1.HeaderClassName
{
color: #E2DDFC;
}
.AnyTagClassName
{
color: #E2DDFC;
}
</style>
background-color css
<style>
a { background-color: #E2DDFC; }
a { background-color: rgb(226,221,252); }
div.DivClassName
{
background-color: #E2DDFC;
}
.BgClassName
{
background-color: #E2DDFC;
}
</style>
border-color css
<style>
span { border-color: #E2DDFC; }
span { border-color: rgb(226,221,252); }
td.TdClassName
{
border-color: #E2DDFC;
}
.TagClassName
{
border-color: #E2DDFC;
}
</style>