Shades of Lavender #E4DDFD
Tints of Lavender #E4DDFD
RGB
CMYK
RGB Variations
Color information
#E4DDFD (or 0xE4DDFD) is known color: Lavender. HEX triplet: E4, DD and FD. RGB value is (228,221,253). Sum of RGB (Red+Green+Blue) = 228+221+253=702 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.48% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DDFD is #1B2202. Grayscale: #E2E2E2. Windows color (decimal): -1778179 or 16637412. OLE color: 16637412.
HSL color Cylindrical-coordinate representation of color #E4DDFD: hue angle of 253.12º 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 #E4DDFD is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 228 | 221 | 253 | - |
CMYK | 0.10 | 0.13 | 0 | 0.01 |
HSL | 253.13º | 0.89% | 0.93% | - |
HSV(B) | 253.13º | 0.13% | 0.99% | - |
XYZ | 75.58 | 75.3 | 103.48 | - |
YUV | 226.74 | 142.82 | 128.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 221 | 253 | 0.10 | 0.13 | 0 | 0.01 | 253.13 | 0.89 | 0.93 |
Hex | E4 | DD | FD | A | D | 0 | 1 | FD | 59 | 5D |
Octal | 344 | 335 | 375 | 12 | 15 | 0 | 1 | 375 | 131 | 135 |
Binary | 11100100 | 11011101 | 11111101 | 1010 | 1101 | 0 | 1 | 11111101 | 1011001 | 1011101 |
Color Harmonies of #E4DDFD
Complementary color
Monochromatic Colors of #E4DDFD
Black with #E4DDFD
Text Example
Text Example
White with #E4DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DDFD; }
p { color: rgb(228,221,253); }
H1.HeaderClassName
{
color: #E4DDFD;
}
.AnyTagClassName
{
color: #E4DDFD;
}
</style>
background-color css
<style>
a { background-color: #E4DDFD; }
a { background-color: rgb(228,221,253); }
div.DivClassName
{
background-color: #E4DDFD;
}
.BgClassName
{
background-color: #E4DDFD;
}
</style>
border-color css
<style>
span { border-color: #E4DDFD; }
span { border-color: rgb(228,221,253); }
td.TdClassName
{
border-color: #E4DDFD;
}
.TagClassName
{
border-color: #E4DDFD;
}
</style>