Shades of Lavender #E4DFFD
Tints of Lavender #E4DFFD
RGB
CMYK
RGB Variations
Color information
#E4DFFD (or 0xE4DFFD) is known color: Lavender. HEX triplet: E4, DF and FD. RGB value is (228,223,253). Sum of RGB (Red+Green+Blue) = 228+223+253=704 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.39% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4DFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DFFD is #1B2002. Grayscale: #E3E3E3. Windows color (decimal): -1777667 or 16637924. OLE color: 16637924.
HSL color Cylindrical-coordinate representation of color #E4DFFD: hue angle of 250º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E4DFFD is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 223 | 253 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.01 |
| HSL | 250º | 0.88% | 0.93% | - |
| HSV(B) | 250º | 0.12% | 0.99% | - |
| XYZ | 76.11 | 76.36 | 103.66 | - |
| YUV | 227.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 223 | 253 | 0.10 | 0.12 | 0 | 0.01 | 250 | 0.88 | 0.93 |
| Hex | E4 | DF | FD | A | C | 0 | 1 | FA | 58 | 5D |
| Octal | 344 | 337 | 375 | 12 | 14 | 0 | 1 | 372 | 130 | 135 |
| Binary | 11100100 | 11011111 | 11111101 | 1010 | 1100 | 0 | 1 | 11111010 | 1011000 | 1011101 |
Color Harmonies of #E4DFFD
Complementary color
Monochromatic Colors of #E4DFFD
Black with #E4DFFD
Text Example
Text Example
White with #E4DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DFFD; }
p { color: rgb(228,223,253); }
H1.HeaderClassName
{
color: #E4DFFD;
}
.AnyTagClassName
{
color: #E4DFFD;
}
</style>
background-color css
<style>
a { background-color: #E4DFFD; }
a { background-color: rgb(228,223,253); }
div.DivClassName
{
background-color: #E4DFFD;
}
.BgClassName
{
background-color: #E4DFFD;
}
</style>
border-color css
<style>
span { border-color: #E4DFFD; }
span { border-color: rgb(228,223,253); }
td.TdClassName
{
border-color: #E4DFFD;
}
.TagClassName
{
border-color: #E4DFFD;
}
</style>