Shades of Lavender #E6DDFD
Tints of Lavender #E6DDFD
RGB
CMYK
RGB Variations
Color information
#E6DDFD (or 0xE6DDFD) is known color: Lavender. HEX triplet: E6, DD and FD. RGB value is (230,221,253). Sum of RGB (Red+Green+Blue) = 230+221+253=704 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.67% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6DDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DDFD is #192202. Grayscale: #E3E3E3. Windows color (decimal): -1647107 or 16637414. OLE color: 16637414.
HSL color Cylindrical-coordinate representation of color #E6DDFD: hue angle of 256.88º 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 #E6DDFD is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 221 | 253 | - |
CMYK | 0.09 | 0.13 | 0 | 0.01 |
HSL | 256.88º | 0.89% | 0.93% | - |
HSV(B) | 256.88º | 0.13% | 0.99% | - |
XYZ | 76.22 | 75.63 | 103.51 | - |
YUV | 227.34 | 142.48 | 129.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 221 | 253 | 0.09 | 0.13 | 0 | 0.01 | 256.88 | 0.89 | 0.93 |
Hex | E6 | DD | FD | 9 | D | 0 | 1 | 101 | 59 | 5D |
Octal | 346 | 335 | 375 | 11 | 15 | 0 | 1 | 401 | 131 | 135 |
Binary | 11100110 | 11011101 | 11111101 | 1001 | 1101 | 0 | 1 | 100000001 | 1011001 | 1011101 |
Color Harmonies of #E6DDFD
Complementary color
Monochromatic Colors of #E6DDFD
Black with #E6DDFD
Text Example
Text Example
White with #E6DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DDFD; }
p { color: rgb(230,221,253); }
H1.HeaderClassName
{
color: #E6DDFD;
}
.AnyTagClassName
{
color: #E6DDFD;
}
</style>
background-color css
<style>
a { background-color: #E6DDFD; }
a { background-color: rgb(230,221,253); }
div.DivClassName
{
background-color: #E6DDFD;
}
.BgClassName
{
background-color: #E6DDFD;
}
</style>
border-color css
<style>
span { border-color: #E6DDFD; }
span { border-color: rgb(230,221,253); }
td.TdClassName
{
border-color: #E6DDFD;
}
.TagClassName
{
border-color: #E6DDFD;
}
</style>