Shades of Lavender #E2DDFD
Tints of Lavender #E2DDFD
RGB
CMYK
RGB Variations
Color information
#E2DDFD (or 0xE2DDFD) is known color: Lavender. HEX triplet: E2, DD and FD. RGB value is (226,221,253). Sum of RGB (Red+Green+Blue) = 226+221+253=700 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.29% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DDFD is #1D2202. Grayscale: #E2E2E2. Windows color (decimal): -1909251 or 16637410. OLE color: 16637410.
HSL color Cylindrical-coordinate representation of color #E2DDFD: hue angle of 249.38º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2DDFD is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 221 | 253 | - |
CMYK | 0.11 | 0.13 | 0 | 0.01 |
HSL | 249.38º | 0.89% | 0.93% | - |
HSV(B) | 249.38º | 0.13% | 0.99% | - |
XYZ | 74.95 | 74.97 | 103.45 | - |
YUV | 226.14 | 143.16 | 127.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 253 | 0.11 | 0.13 | 0 | 0.01 | 249.38 | 0.89 | 0.93 |
Hex | E2 | DD | FD | B | D | 0 | 1 | F9 | 59 | 5D |
Octal | 342 | 335 | 375 | 13 | 15 | 0 | 1 | 371 | 131 | 135 |
Binary | 11100010 | 11011101 | 11111101 | 1011 | 1101 | 0 | 1 | 11111001 | 1011001 | 1011101 |
Color Harmonies of #E2DDFD
Complementary color
Monochromatic Colors of #E2DDFD
Black with #E2DDFD
Text Example
Text Example
White with #E2DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDFD; }
p { color: rgb(226,221,253); }
H1.HeaderClassName
{
color: #E2DDFD;
}
.AnyTagClassName
{
color: #E2DDFD;
}
</style>
background-color css
<style>
a { background-color: #E2DDFD; }
a { background-color: rgb(226,221,253); }
div.DivClassName
{
background-color: #E2DDFD;
}
.BgClassName
{
background-color: #E2DDFD;
}
</style>
border-color css
<style>
span { border-color: #E2DDFD; }
span { border-color: rgb(226,221,253); }
td.TdClassName
{
border-color: #E2DDFD;
}
.TagClassName
{
border-color: #E2DDFD;
}
</style>