Shades of Lavender #E5DDF6
Tints of Lavender #E5DDF6
RGB
CMYK
RGB Variations
Color information
#E5DDF6 (or 0xE5DDF6) is known color: Lavender. HEX triplet: E5, DD and F6. RGB value is (229,221,246). Sum of RGB (Red+Green+Blue) = 229+221+246=696 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.90% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 246 (96.48% from 255 or 35.34% from 696); Max value from RGB is 246 - color contains mainly: blue. Hex color #E5DDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DDF6 is #1A2209. Grayscale: #E2E2E2. Windows color (decimal): -1712650 or 16178661. OLE color: 16178661.
HSL color Cylindrical-coordinate representation of color #E5DDF6: hue angle of 259.2º 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 #E5DDF6 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 229 | 221 | 246 | - |
CMYK | 0.07 | 0.10 | 0 | 0.04 |
HSL | 259.2º | 0.58% | 0.92% | - |
HSV(B) | 259.2º | 0.1% | 0.96% | - |
XYZ | 74.8 | 75.02 | 97.73 | - |
YUV | 226.24 | 139.15 | 129.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 221 | 246 | 0.07 | 0.10 | 0 | 0.04 | 259.2 | 0.58 | 0.92 |
Hex | E5 | DD | F6 | 7 | A | 0 | 4 | 103 | 3A | 5C |
Octal | 345 | 335 | 366 | 7 | 12 | 0 | 4 | 403 | 72 | 134 |
Binary | 11100101 | 11011101 | 11110110 | 111 | 1010 | 0 | 100 | 100000011 | 111010 | 1011100 |
Color Harmonies of #E5DDF6
Complementary color
Monochromatic Colors of #E5DDF6
Black with #E5DDF6
Text Example
Text Example
White with #E5DDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DDF6; }
p { color: rgb(229,221,246); }
H1.HeaderClassName
{
color: #E5DDF6;
}
.AnyTagClassName
{
color: #E5DDF6;
}
</style>
background-color css
<style>
a { background-color: #E5DDF6; }
a { background-color: rgb(229,221,246); }
div.DivClassName
{
background-color: #E5DDF6;
}
.BgClassName
{
background-color: #E5DDF6;
}
</style>
border-color css
<style>
span { border-color: #E5DDF6; }
span { border-color: rgb(229,221,246); }
td.TdClassName
{
border-color: #E5DDF6;
}
.TagClassName
{
border-color: #E5DDF6;
}
</style>