Shades of Lavender #E5DDFD
Tints of Lavender #E5DDFD
RGB
CMYK
RGB Variations
Color information
#E5DDFD (or 0xE5DDFD) is known color: Lavender. HEX triplet: E5, DD and FD. RGB value is (229,221,253). Sum of RGB (Red+Green+Blue) = 229+221+253=703 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.57% from 703); Green value is 221 (86.72% from 255 or 31.44% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DDFD is #1A2202. Grayscale: #E2E2E2. Windows color (decimal): -1712643 or 16637413. OLE color: 16637413.
HSL color Cylindrical-coordinate representation of color #E5DDFD: hue angle of 255º 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 #E5DDFD is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 221 | 253 | - |
CMYK | 0.09 | 0.13 | 0 | 0.01 |
HSL | 255º | 0.89% | 0.93% | - |
HSV(B) | 255º | 0.13% | 0.99% | - |
XYZ | 75.9 | 75.46 | 103.49 | - |
YUV | 227.04 | 142.65 | 129.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 221 | 253 | 0.09 | 0.13 | 0 | 0.01 | 255 | 0.89 | 0.93 |
Hex | E5 | DD | FD | 9 | D | 0 | 1 | FF | 59 | 5D |
Octal | 345 | 335 | 375 | 11 | 15 | 0 | 1 | 377 | 131 | 135 |
Binary | 11100101 | 11011101 | 11111101 | 1001 | 1101 | 0 | 1 | 11111111 | 1011001 | 1011101 |
Color Harmonies of #E5DDFD
Complementary color
Monochromatic Colors of #E5DDFD
Black with #E5DDFD
Text Example
Text Example
White with #E5DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DDFD; }
p { color: rgb(229,221,253); }
H1.HeaderClassName
{
color: #E5DDFD;
}
.AnyTagClassName
{
color: #E5DDFD;
}
</style>
background-color css
<style>
a { background-color: #E5DDFD; }
a { background-color: rgb(229,221,253); }
div.DivClassName
{
background-color: #E5DDFD;
}
.BgClassName
{
background-color: #E5DDFD;
}
</style>
border-color css
<style>
span { border-color: #E5DDFD; }
span { border-color: rgb(229,221,253); }
td.TdClassName
{
border-color: #E5DDFD;
}
.TagClassName
{
border-color: #E5DDFD;
}
</style>