Shades of Lavender #E4DDFE
Tints of Lavender #E4DDFE
RGB
CMYK
RGB Variations
Color information
#E4DDFE (or 0xE4DDFE) is known color: Lavender. HEX triplet: E4, DD and FE. RGB value is (228,221,254). Sum of RGB (Red+Green+Blue) = 228+221+254=703 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.43% from 703); Green value is 221 (86.72% from 255 or 31.44% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DDFE is #1B2201. Grayscale: #E2E2E2. Windows color (decimal): -1778178 or 16702948. OLE color: 16702948.
HSL color Cylindrical-coordinate representation of color #E4DDFE: hue angle of 252.73º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E4DDFE is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 221 | 254 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.00 |
| HSL | 252.73º | 0.94% | 0.93% | - |
| HSV(B) | 252.73º | 0.13% | 1% | - |
| XYZ | 75.74 | 75.36 | 104.32 | - |
| YUV | 226.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 221 | 254 | 0.10 | 0.13 | 0 | 0.00 | 252.73 | 0.94 | 0.93 |
| Hex | E4 | DD | FE | A | D | 0 | 0 | FD | 5E | 5D |
| Octal | 344 | 335 | 376 | 12 | 15 | 0 | 0 | 375 | 136 | 135 |
| Binary | 11100100 | 11011101 | 11111110 | 1010 | 1101 | 0 | 0 | 11111101 | 1011110 | 1011101 |
Color Harmonies of #E4DDFE
Complementary color
Monochromatic Colors of #E4DDFE
Black with #E4DDFE
Text Example
Text Example
White with #E4DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DDFE; }
p { color: rgb(228,221,254); }
H1.HeaderClassName
{
color: #E4DDFE;
}
.AnyTagClassName
{
color: #E4DDFE;
}
</style>
background-color css
<style>
a { background-color: #E4DDFE; }
a { background-color: rgb(228,221,254); }
div.DivClassName
{
background-color: #E4DDFE;
}
.BgClassName
{
background-color: #E4DDFE;
}
</style>
border-color css
<style>
span { border-color: #E4DDFE; }
span { border-color: rgb(228,221,254); }
td.TdClassName
{
border-color: #E4DDFE;
}
.TagClassName
{
border-color: #E4DDFE;
}
</style>