Shades of Lavender #E4DDFF
Tints of Lavender #E4DDFF
RGB
CMYK
RGB Variations
Color information
#E4DDFF (or 0xE4DDFF) is known color: Lavender. HEX triplet: E4, DD and FF. RGB value is (228,221,255). Sum of RGB (Red+Green+Blue) = 228+221+255=704 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.39% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DDFF is #1B2200. Grayscale: #E2E2E2. Windows color (decimal): -1778177 or 16768484. OLE color: 16768484.
HSL color Cylindrical-coordinate representation of color #E4DDFF: hue angle of 252.35º 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 #E4DDFF is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 228 | 221 | 255 | - |
CMYK | 0.11 | 0.13 | 0 | 0 |
HSL | 252.35º | 1% | 0.93% | - |
HSV(B) | 252.35º | 0.13% | 1% | - |
XYZ | 75.9 | 75.43 | 105.17 | - |
YUV | 226.97 | 143.82 | 128.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 221 | 255 | 0.11 | 0.13 | 0 | 0 | 252.35 | 1 | 0.93 |
Hex | E4 | DD | FF | B | D | 0 | 0 | FC | 64 | 5D |
Octal | 344 | 335 | 377 | 13 | 15 | 0 | 0 | 374 | 144 | 135 |
Binary | 11100100 | 11011101 | 11111111 | 1011 | 1101 | 0 | 0 | 11111100 | 1100100 | 1011101 |
Color Harmonies of #E4DDFF
Complementary color
Monochromatic Colors of #E4DDFF
Black with #E4DDFF
Text Example
Text Example
White with #E4DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DDFF; }
p { color: rgb(228,221,255); }
H1.HeaderClassName
{
color: #E4DDFF;
}
.AnyTagClassName
{
color: #E4DDFF;
}
</style>
background-color css
<style>
a { background-color: #E4DDFF; }
a { background-color: rgb(228,221,255); }
div.DivClassName
{
background-color: #E4DDFF;
}
.BgClassName
{
background-color: #E4DDFF;
}
</style>
border-color css
<style>
span { border-color: #E4DDFF; }
span { border-color: rgb(228,221,255); }
td.TdClassName
{
border-color: #E4DDFF;
}
.TagClassName
{
border-color: #E4DDFF;
}
</style>