Shades of Lavender #E6DDFF
Tints of Lavender #E6DDFF
RGB
CMYK
RGB Variations
Color information
#E6DDFF (or 0xE6DDFF) is known color: Lavender. HEX triplet: E6, DD and FF. RGB value is (230,221,255). Sum of RGB (Red+Green+Blue) = 230+221+255=706 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.58% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6DDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DDFF is #192200. Grayscale: #E3E3E3. Windows color (decimal): -1647105 or 16768486. OLE color: 16768486.
HSL color Cylindrical-coordinate representation of color #E6DDFF: hue angle of 255.88º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6DDFF is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 221 | 255 | - |
| CMYK | 0.10 | 0.13 | 0 | 0 |
| HSL | 255.88º | 1% | 0.93% | - |
| HSV(B) | 255.88º | 0.13% | 1% | - |
| XYZ | 76.54 | 75.76 | 105.2 | - |
| YUV | 227.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 255 | 0.10 | 0.13 | 0 | 0 | 255.88 | 1 | 0.93 |
| Hex | E6 | DD | FF | A | D | 0 | 0 | 100 | 64 | 5D |
| Octal | 346 | 335 | 377 | 12 | 15 | 0 | 0 | 400 | 144 | 135 |
| Binary | 11100110 | 11011101 | 11111111 | 1010 | 1101 | 0 | 0 | 100000000 | 1100100 | 1011101 |
Color Harmonies of #E6DDFF
Complementary color
Monochromatic Colors of #E6DDFF
Black with #E6DDFF
Text Example
Text Example
White with #E6DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DDFF; }
p { color: rgb(230,221,255); }
H1.HeaderClassName
{
color: #E6DDFF;
}
.AnyTagClassName
{
color: #E6DDFF;
}
</style>
background-color css
<style>
a { background-color: #E6DDFF; }
a { background-color: rgb(230,221,255); }
div.DivClassName
{
background-color: #E6DDFF;
}
.BgClassName
{
background-color: #E6DDFF;
}
</style>
border-color css
<style>
span { border-color: #E6DDFF; }
span { border-color: rgb(230,221,255); }
td.TdClassName
{
border-color: #E6DDFF;
}
.TagClassName
{
border-color: #E6DDFF;
}
</style>