Shades of Lavender #E4DBFE
Tints of Lavender #E4DBFE
RGB
CMYK
RGB Variations
Color information
#E4DBFE (or 0xE4DBFE) is known color: Lavender. HEX triplet: E4, DB and FE. RGB value is (228,219,254). Sum of RGB (Red+Green+Blue) = 228+219+254=701 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.52% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4DBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DBFE is #1B2401. Grayscale: #E1E1E1. Windows color (decimal): -1778690 or 16702436. OLE color: 16702436.
HSL color Cylindrical-coordinate representation of color #E4DBFE: hue angle of 255.43º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E4DBFE is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 219 | 254 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.00 |
| HSL | 255.43º | 0.95% | 0.93% | - |
| HSV(B) | 255.43º | 0.14% | 1% | - |
| XYZ | 75.22 | 74.31 | 104.15 | - |
| YUV | 225.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 219 | 254 | 0.10 | 0.14 | 0 | 0.00 | 255.43 | 0.95 | 0.93 |
| Hex | E4 | DB | FE | A | E | 0 | 0 | FF | 5F | 5D |
| Octal | 344 | 333 | 376 | 12 | 16 | 0 | 0 | 377 | 137 | 135 |
| Binary | 11100100 | 11011011 | 11111110 | 1010 | 1110 | 0 | 0 | 11111111 | 1011111 | 1011101 |
Color Harmonies of #E4DBFE
Complementary color
Monochromatic Colors of #E4DBFE
Black with #E4DBFE
Text Example
Text Example
White with #E4DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DBFE; }
p { color: rgb(228,219,254); }
H1.HeaderClassName
{
color: #E4DBFE;
}
.AnyTagClassName
{
color: #E4DBFE;
}
</style>
background-color css
<style>
a { background-color: #E4DBFE; }
a { background-color: rgb(228,219,254); }
div.DivClassName
{
background-color: #E4DBFE;
}
.BgClassName
{
background-color: #E4DBFE;
}
</style>
border-color css
<style>
span { border-color: #E4DBFE; }
span { border-color: rgb(228,219,254); }
td.TdClassName
{
border-color: #E4DBFE;
}
.TagClassName
{
border-color: #E4DBFE;
}
</style>