Shades of Lavender #E2DDFF
Tints of Lavender #E2DDFF
RGB
CMYK
RGB Variations
Color information
#E2DDFF (or 0xE2DDFF) is known color: Lavender. HEX triplet: E2, DD and FF. RGB value is (226,221,255). Sum of RGB (Red+Green+Blue) = 226+221+255=702 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.19% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DDFF is #1D2200. Grayscale: #E2E2E2. Windows color (decimal): -1909249 or 16768482. OLE color: 16768482.
HSL color Cylindrical-coordinate representation of color #E2DDFF: hue angle of 248.82º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2DDFF is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 226 | 221 | 255 | - |
CMYK | 0.11 | 0.13 | 0 | 0 |
HSL | 248.82º | 1% | 0.93% | - |
HSV(B) | 248.82º | 0.13% | 1% | - |
XYZ | 75.27 | 75.1 | 105.14 | - |
YUV | 226.37 | 144.16 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 255 | 0.11 | 0.13 | 0 | 0 | 248.82 | 1 | 0.93 |
Hex | E2 | DD | FF | B | D | 0 | 0 | F9 | 64 | 5D |
Octal | 342 | 335 | 377 | 13 | 15 | 0 | 0 | 371 | 144 | 135 |
Binary | 11100010 | 11011101 | 11111111 | 1011 | 1101 | 0 | 0 | 11111001 | 1100100 | 1011101 |
Color Harmonies of #E2DDFF
Complementary color
Monochromatic Colors of #E2DDFF
Black with #E2DDFF
Text Example
Text Example
White with #E2DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDFF; }
p { color: rgb(226,221,255); }
H1.HeaderClassName
{
color: #E2DDFF;
}
.AnyTagClassName
{
color: #E2DDFF;
}
</style>
background-color css
<style>
a { background-color: #E2DDFF; }
a { background-color: rgb(226,221,255); }
div.DivClassName
{
background-color: #E2DDFF;
}
.BgClassName
{
background-color: #E2DDFF;
}
</style>
border-color css
<style>
span { border-color: #E2DDFF; }
span { border-color: rgb(226,221,255); }
td.TdClassName
{
border-color: #E2DDFF;
}
.TagClassName
{
border-color: #E2DDFF;
}
</style>