Shades of Lavender #E4DBFF
Tints of Lavender #E4DBFF
RGB
CMYK
RGB Variations
Color information
#E4DBFF (or 0xE4DBFF) is known color: Lavender. HEX triplet: E4, DB and FF. RGB value is (228,219,255). Sum of RGB (Red+Green+Blue) = 228+219+255=702 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.48% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DBFF is #1B2400. Grayscale: #E1E1E1. Windows color (decimal): -1778689 or 16767972. OLE color: 16767972.
HSL color Cylindrical-coordinate representation of color #E4DBFF: hue angle of 255º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E4DBFF is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 219 | 255 | - |
| CMYK | 0.11 | 0.14 | 0 | 0 |
| HSL | 255º | 1% | 0.93% | - |
| HSV(B) | 255º | 0.14% | 1% | - |
| XYZ | 75.38 | 74.38 | 104.99 | - |
| YUV | 225.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 219 | 255 | 0.11 | 0.14 | 0 | 0 | 255 | 1 | 0.93 |
| Hex | E4 | DB | FF | B | E | 0 | 0 | FF | 64 | 5D |
| Octal | 344 | 333 | 377 | 13 | 16 | 0 | 0 | 377 | 144 | 135 |
| Binary | 11100100 | 11011011 | 11111111 | 1011 | 1110 | 0 | 0 | 11111111 | 1100100 | 1011101 |
Color Harmonies of #E4DBFF
Complementary color
Monochromatic Colors of #E4DBFF
Black with #E4DBFF
Text Example
Text Example
White with #E4DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DBFF; }
p { color: rgb(228,219,255); }
H1.HeaderClassName
{
color: #E4DBFF;
}
.AnyTagClassName
{
color: #E4DBFF;
}
</style>
background-color css
<style>
a { background-color: #E4DBFF; }
a { background-color: rgb(228,219,255); }
div.DivClassName
{
background-color: #E4DBFF;
}
.BgClassName
{
background-color: #E4DBFF;
}
</style>
border-color css
<style>
span { border-color: #E4DBFF; }
span { border-color: rgb(228,219,255); }
td.TdClassName
{
border-color: #E4DBFF;
}
.TagClassName
{
border-color: #E4DBFF;
}
</style>