Shades of Lavender #E2DDFE
Tints of Lavender #E2DDFE
RGB
CMYK
RGB Variations
Color information
#E2DDFE (or 0xE2DDFE) is known color: Lavender. HEX triplet: E2, DD and FE. RGB value is (226,221,254). Sum of RGB (Red+Green+Blue) = 226+221+254=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DDFE is #1D2201. Grayscale: #E2E2E2. Windows color (decimal): -1909250 or 16702946. OLE color: 16702946.
HSL color Cylindrical-coordinate representation of color #E2DDFE: hue angle of 249.09º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2DDFE is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 226 | 221 | 254 | - |
CMYK | 0.11 | 0.13 | 0 | 0.00 |
HSL | 249.09º | 0.94% | 0.93% | - |
HSV(B) | 249.09º | 0.13% | 1% | - |
XYZ | 75.11 | 75.04 | 104.29 | - |
YUV | 226.26 | 143.66 | 127.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 254 | 0.11 | 0.13 | 0 | 0.00 | 249.09 | 0.94 | 0.93 |
Hex | E2 | DD | FE | B | D | 0 | 0 | F9 | 5E | 5D |
Octal | 342 | 335 | 376 | 13 | 15 | 0 | 0 | 371 | 136 | 135 |
Binary | 11100010 | 11011101 | 11111110 | 1011 | 1101 | 0 | 0 | 11111001 | 1011110 | 1011101 |
Color Harmonies of #E2DDFE
Complementary color
Monochromatic Colors of #E2DDFE
Black with #E2DDFE
Text Example
Text Example
White with #E2DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDFE; }
p { color: rgb(226,221,254); }
H1.HeaderClassName
{
color: #E2DDFE;
}
.AnyTagClassName
{
color: #E2DDFE;
}
</style>
background-color css
<style>
a { background-color: #E2DDFE; }
a { background-color: rgb(226,221,254); }
div.DivClassName
{
background-color: #E2DDFE;
}
.BgClassName
{
background-color: #E2DDFE;
}
</style>
border-color css
<style>
span { border-color: #E2DDFE; }
span { border-color: rgb(226,221,254); }
td.TdClassName
{
border-color: #E2DDFE;
}
.TagClassName
{
border-color: #E2DDFE;
}
</style>