Shades of Lavender #E4DDF9
Tints of Lavender #E4DDF9
RGB
CMYK
RGB Variations
Color information
#E4DDF9 (or 0xE4DDF9) is known color: Lavender. HEX triplet: E4, DD and F9. RGB value is (228,221,249). Sum of RGB (Red+Green+Blue) = 228+221+249=698 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.66% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 249 (97.66% from 255 or 35.67% from 698); Max value from RGB is 249 - color contains mainly: blue. Hex color #E4DDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DDF9 is #1B2206. Grayscale: #E2E2E2. Windows color (decimal): -1778183 or 16375268. OLE color: 16375268.
HSL color Cylindrical-coordinate representation of color #E4DDF9: hue angle of 255º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4DDF9 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 228 | 221 | 249 | - |
CMYK | 0.08 | 0.11 | 0 | 0.02 |
HSL | 255º | 0.7% | 0.92% | - |
HSV(B) | 255º | 0.11% | 0.98% | - |
XYZ | 74.95 | 75.05 | 100.16 | - |
YUV | 226.29 | 140.82 | 129.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 221 | 249 | 0.08 | 0.11 | 0 | 0.02 | 255 | 0.7 | 0.92 |
Hex | E4 | DD | F9 | 8 | B | 0 | 2 | FF | 46 | 5C |
Octal | 344 | 335 | 371 | 10 | 13 | 0 | 2 | 377 | 106 | 134 |
Binary | 11100100 | 11011101 | 11111001 | 1000 | 1011 | 0 | 10 | 11111111 | 1000110 | 1011100 |
Color Harmonies of #E4DDF9
Complementary color
Monochromatic Colors of #E4DDF9
Black with #E4DDF9
Text Example
Text Example
White with #E4DDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DDF9; }
p { color: rgb(228,221,249); }
H1.HeaderClassName
{
color: #E4DDF9;
}
.AnyTagClassName
{
color: #E4DDF9;
}
</style>
background-color css
<style>
a { background-color: #E4DDF9; }
a { background-color: rgb(228,221,249); }
div.DivClassName
{
background-color: #E4DDF9;
}
.BgClassName
{
background-color: #E4DDF9;
}
</style>
border-color css
<style>
span { border-color: #E4DDF9; }
span { border-color: rgb(228,221,249); }
td.TdClassName
{
border-color: #E4DDF9;
}
.TagClassName
{
border-color: #E4DDF9;
}
</style>