Shades of Lavender #E2D9FF
Tints of Lavender #E2D9FF
RGB
CMYK
RGB Variations
Color information
#E2D9FF (or 0xE2D9FF) is known color: Lavender. HEX triplet: E2, D9 and FF. RGB value is (226,217,255). Sum of RGB (Red+Green+Blue) = 226+217+255=698 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.38% from 698); Green value is 217 (85.16% from 255 or 31.09% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D9FF is #1D2600. Grayscale: #DFDFDF. Windows color (decimal): -1910273 or 16767458. OLE color: 16767458.
HSL color Cylindrical-coordinate representation of color #E2D9FF: hue angle of 254.21º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2D9FF is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 217 | 255 | - |
| CMYK | 0.11 | 0.15 | 0 | 0 |
| HSL | 254.21º | 1% | 0.93% | - |
| HSV(B) | 254.21º | 0.15% | 1% | - |
| XYZ | 74.23 | 73.01 | 104.79 | - |
| YUV | 224.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 217 | 255 | 0.11 | 0.15 | 0 | 0 | 254.21 | 1 | 0.93 |
| Hex | E2 | D9 | FF | B | F | 0 | 0 | FE | 64 | 5D |
| Octal | 342 | 331 | 377 | 13 | 17 | 0 | 0 | 376 | 144 | 135 |
| Binary | 11100010 | 11011001 | 11111111 | 1011 | 1111 | 0 | 0 | 11111110 | 1100100 | 1011101 |
Color Harmonies of #E2D9FF
Complementary color
Monochromatic Colors of #E2D9FF
Black with #E2D9FF
Text Example
Text Example
White with #E2D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D9FF; }
p { color: rgb(226,217,255); }
H1.HeaderClassName
{
color: #E2D9FF;
}
.AnyTagClassName
{
color: #E2D9FF;
}
</style>
background-color css
<style>
a { background-color: #E2D9FF; }
a { background-color: rgb(226,217,255); }
div.DivClassName
{
background-color: #E2D9FF;
}
.BgClassName
{
background-color: #E2D9FF;
}
</style>
border-color css
<style>
span { border-color: #E2D9FF; }
span { border-color: rgb(226,217,255); }
td.TdClassName
{
border-color: #E2D9FF;
}
.TagClassName
{
border-color: #E2D9FF;
}
</style>