Shades of Lavender #E4DDF8
Tints of Lavender #E4DDF8
RGB
CMYK
RGB Variations
Color information
#E4DDF8 (or 0xE4DDF8) is known color: Lavender. HEX triplet: E4, DD and F8. RGB value is (228,221,248). Sum of RGB (Red+Green+Blue) = 228+221+248=697 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.71% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 248 (97.27% from 255 or 35.58% from 697); Max value from RGB is 248 - color contains mainly: blue. Hex color #E4DDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DDF8 is #1B2207. Grayscale: #E2E2E2. Windows color (decimal): -1778184 or 16309732. OLE color: 16309732.
HSL color Cylindrical-coordinate representation of color #E4DDF8: hue angle of 255.56º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4DDF8 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 228 | 221 | 248 | - |
CMYK | 0.08 | 0.11 | 0 | 0.03 |
HSL | 255.56º | 0.66% | 0.92% | - |
HSV(B) | 255.56º | 0.11% | 0.97% | - |
XYZ | 74.79 | 74.98 | 99.34 | - |
YUV | 226.17 | 140.32 | 129.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 221 | 248 | 0.08 | 0.11 | 0 | 0.03 | 255.56 | 0.66 | 0.92 |
Hex | E4 | DD | F8 | 8 | B | 0 | 3 | 100 | 42 | 5C |
Octal | 344 | 335 | 370 | 10 | 13 | 0 | 3 | 400 | 102 | 134 |
Binary | 11100100 | 11011101 | 11111000 | 1000 | 1011 | 0 | 11 | 100000000 | 1000010 | 1011100 |
Color Harmonies of #E4DDF8
Complementary color
Monochromatic Colors of #E4DDF8
Black with #E4DDF8
Text Example
Text Example
White with #E4DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DDF8; }
p { color: rgb(228,221,248); }
H1.HeaderClassName
{
color: #E4DDF8;
}
.AnyTagClassName
{
color: #E4DDF8;
}
</style>
background-color css
<style>
a { background-color: #E4DDF8; }
a { background-color: rgb(228,221,248); }
div.DivClassName
{
background-color: #E4DDF8;
}
.BgClassName
{
background-color: #E4DDF8;
}
</style>
border-color css
<style>
span { border-color: #E4DDF8; }
span { border-color: rgb(228,221,248); }
td.TdClassName
{
border-color: #E4DDF8;
}
.TagClassName
{
border-color: #E4DDF8;
}
</style>