Shades of Lavender #E6D9FF
Tints of Lavender #E6D9FF
RGB
CMYK
RGB Variations
Color information
#E6D9FF (or 0xE6D9FF) is known color: Lavender. HEX triplet: E6, D9 and FF. RGB value is (230,217,255). Sum of RGB (Red+Green+Blue) = 230+217+255=702 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.76% from 702); Green value is 217 (85.16% from 255 or 30.91% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6D9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D9FF is #192600. Grayscale: #E1E1E1. Windows color (decimal): -1648129 or 16767462. OLE color: 16767462.
HSL color Cylindrical-coordinate representation of color #E6D9FF: hue angle of 260.53º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6D9FF is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 217 | 255 | - |
| CMYK | 0.10 | 0.15 | 0 | 0 |
| HSL | 260.53º | 1% | 0.93% | - |
| HSV(B) | 260.53º | 0.15% | 1% | - |
| XYZ | 75.5 | 73.67 | 104.85 | - |
| YUV | 225.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 255 | 0.10 | 0.15 | 0 | 0 | 260.53 | 1 | 0.93 |
| Hex | E6 | D9 | FF | A | F | 0 | 0 | 105 | 64 | 5D |
| Octal | 346 | 331 | 377 | 12 | 17 | 0 | 0 | 405 | 144 | 135 |
| Binary | 11100110 | 11011001 | 11111111 | 1010 | 1111 | 0 | 0 | 100000101 | 1100100 | 1011101 |
Color Harmonies of #E6D9FF
Complementary color
Monochromatic Colors of #E6D9FF
Black with #E6D9FF
Text Example
Text Example
White with #E6D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D9FF; }
p { color: rgb(230,217,255); }
H1.HeaderClassName
{
color: #E6D9FF;
}
.AnyTagClassName
{
color: #E6D9FF;
}
</style>
background-color css
<style>
a { background-color: #E6D9FF; }
a { background-color: rgb(230,217,255); }
div.DivClassName
{
background-color: #E6D9FF;
}
.BgClassName
{
background-color: #E6D9FF;
}
</style>
border-color css
<style>
span { border-color: #E6D9FF; }
span { border-color: rgb(230,217,255); }
td.TdClassName
{
border-color: #E6D9FF;
}
.TagClassName
{
border-color: #E6D9FF;
}
</style>