Shades of Lavender #E2DCFD
Tints of Lavender #E2DCFD
RGB
CMYK
RGB Variations
Color information
#E2DCFD (or 0xE2DCFD) is known color: Lavender. HEX triplet: E2, DC and FD. RGB value is (226,220,253). Sum of RGB (Red+Green+Blue) = 226+220+253=699 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.33% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DCFD is #1D2302. Grayscale: #E1E1E1. Windows color (decimal): -1909507 or 16637154. OLE color: 16637154.
HSL color Cylindrical-coordinate representation of color #E2DCFD: hue angle of 250.91º 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 #E2DCFD is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 220 | 253 | - |
CMYK | 0.11 | 0.13 | 0 | 0.01 |
HSL | 250.91º | 0.89% | 0.93% | - |
HSV(B) | 250.91º | 0.13% | 0.99% | - |
XYZ | 74.69 | 74.45 | 103.36 | - |
YUV | 225.56 | 143.49 | 128.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 220 | 253 | 0.11 | 0.13 | 0 | 0.01 | 250.91 | 0.89 | 0.93 |
Hex | E2 | DC | FD | B | D | 0 | 1 | FB | 59 | 5D |
Octal | 342 | 334 | 375 | 13 | 15 | 0 | 1 | 373 | 131 | 135 |
Binary | 11100010 | 11011100 | 11111101 | 1011 | 1101 | 0 | 1 | 11111011 | 1011001 | 1011101 |
Color Harmonies of #E2DCFD
Complementary color
Monochromatic Colors of #E2DCFD
Black with #E2DCFD
Text Example
Text Example
White with #E2DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCFD; }
p { color: rgb(226,220,253); }
H1.HeaderClassName
{
color: #E2DCFD;
}
.AnyTagClassName
{
color: #E2DCFD;
}
</style>
background-color css
<style>
a { background-color: #E2DCFD; }
a { background-color: rgb(226,220,253); }
div.DivClassName
{
background-color: #E2DCFD;
}
.BgClassName
{
background-color: #E2DCFD;
}
</style>
border-color css
<style>
span { border-color: #E2DCFD; }
span { border-color: rgb(226,220,253); }
td.TdClassName
{
border-color: #E2DCFD;
}
.TagClassName
{
border-color: #E2DCFD;
}
</style>