Shades of Lavender #E3DDF6
Tints of Lavender #E3DDF6
RGB
CMYK
RGB Variations
Color information
#E3DDF6 (or 0xE3DDF6) is known color: Lavender. HEX triplet: E3, DD and F6. RGB value is (227,221,246). Sum of RGB (Red+Green+Blue) = 227+221+246=694 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.71% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 246 (96.48% from 255 or 35.45% from 694); Max value from RGB is 246 - color contains mainly: blue. Hex color #E3DDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DDF6 is #1C2209. Grayscale: #E1E1E1. Windows color (decimal): -1843722 or 16178659. OLE color: 16178659.
HSL color Cylindrical-coordinate representation of color #E3DDF6: hue angle of 254.4º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3DDF6 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 221 | 246 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.04 |
| HSL | 254.4º | 0.58% | 0.92% | - |
| HSV(B) | 254.4º | 0.1% | 0.96% | - |
| XYZ | 74.17 | 74.7 | 97.7 | - |
| YUV | 225.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 246 | 0.08 | 0.10 | 0 | 0.04 | 254.4 | 0.58 | 0.92 |
| Hex | E3 | DD | F6 | 8 | A | 0 | 4 | FE | 3A | 5C |
| Octal | 343 | 335 | 366 | 10 | 12 | 0 | 4 | 376 | 72 | 134 |
| Binary | 11100011 | 11011101 | 11110110 | 1000 | 1010 | 0 | 100 | 11111110 | 111010 | 1011100 |
Color Harmonies of #E3DDF6
Complementary color
Monochromatic Colors of #E3DDF6
Black with #E3DDF6
Text Example
Text Example
White with #E3DDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DDF6; }
p { color: rgb(227,221,246); }
H1.HeaderClassName
{
color: #E3DDF6;
}
.AnyTagClassName
{
color: #E3DDF6;
}
</style>
background-color css
<style>
a { background-color: #E3DDF6; }
a { background-color: rgb(227,221,246); }
div.DivClassName
{
background-color: #E3DDF6;
}
.BgClassName
{
background-color: #E3DDF6;
}
</style>
border-color css
<style>
span { border-color: #E3DDF6; }
span { border-color: rgb(227,221,246); }
td.TdClassName
{
border-color: #E3DDF6;
}
.TagClassName
{
border-color: #E3DDF6;
}
</style>