Shades of Lavender #E7DDFD
Tints of Lavender #E7DDFD
RGB
CMYK
RGB Variations
Color information
#E7DDFD (or 0xE7DDFD) is known color: Lavender. HEX triplet: E7, DD and FD. RGB value is (231,221,253). Sum of RGB (Red+Green+Blue) = 231+221+253=705 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.77% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7DDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DDFD is #182202. Grayscale: #E3E3E3. Windows color (decimal): -1581571 or 16637415. OLE color: 16637415.
HSL color Cylindrical-coordinate representation of color #E7DDFD: hue angle of 258.75º 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 #E7DDFD is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 231 | 221 | 253 | - |
CMYK | 0.09 | 0.13 | 0 | 0.01 |
HSL | 258.75º | 0.89% | 0.93% | - |
HSV(B) | 258.75º | 0.13% | 0.99% | - |
XYZ | 76.54 | 75.79 | 103.52 | - |
YUV | 227.64 | 142.31 | 130.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 221 | 253 | 0.09 | 0.13 | 0 | 0.01 | 258.75 | 0.89 | 0.93 |
Hex | E7 | DD | FD | 9 | D | 0 | 1 | 103 | 59 | 5D |
Octal | 347 | 335 | 375 | 11 | 15 | 0 | 1 | 403 | 131 | 135 |
Binary | 11100111 | 11011101 | 11111101 | 1001 | 1101 | 0 | 1 | 100000011 | 1011001 | 1011101 |
Color Harmonies of #E7DDFD
Complementary color
Monochromatic Colors of #E7DDFD
Black with #E7DDFD
Text Example
Text Example
White with #E7DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DDFD; }
p { color: rgb(231,221,253); }
H1.HeaderClassName
{
color: #E7DDFD;
}
.AnyTagClassName
{
color: #E7DDFD;
}
</style>
background-color css
<style>
a { background-color: #E7DDFD; }
a { background-color: rgb(231,221,253); }
div.DivClassName
{
background-color: #E7DDFD;
}
.BgClassName
{
background-color: #E7DDFD;
}
</style>
border-color css
<style>
span { border-color: #E7DDFD; }
span { border-color: rgb(231,221,253); }
td.TdClassName
{
border-color: #E7DDFD;
}
.TagClassName
{
border-color: #E7DDFD;
}
</style>