Shades of Lavender #E4DEFE
Tints of Lavender #E4DEFE
RGB
CMYK
RGB Variations
Color information
#E4DEFE (or 0xE4DEFE) is known color: Lavender. HEX triplet: E4, DE and FE. RGB value is (228,222,254). Sum of RGB (Red+Green+Blue) = 228+222+254=704 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.39% from 704); Green value is 222 (87.11% from 255 or 31.53% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DEFE is #1B2101. Grayscale: #E3E3E3. Windows color (decimal): -1777922 or 16703204. OLE color: 16703204.
HSL color Cylindrical-coordinate representation of color #E4DEFE: hue angle of 251.25º 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 #E4DEFE is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 222 | 254 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.00 |
| HSL | 251.25º | 0.94% | 0.93% | - |
| HSV(B) | 251.25º | 0.13% | 1% | - |
| XYZ | 76.01 | 75.89 | 104.41 | - |
| YUV | 227.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 222 | 254 | 0.10 | 0.13 | 0 | 0.00 | 251.25 | 0.94 | 0.93 |
| Hex | E4 | DE | FE | A | D | 0 | 0 | FB | 5E | 5D |
| Octal | 344 | 336 | 376 | 12 | 15 | 0 | 0 | 373 | 136 | 135 |
| Binary | 11100100 | 11011110 | 11111110 | 1010 | 1101 | 0 | 0 | 11111011 | 1011110 | 1011101 |
Color Harmonies of #E4DEFE
Complementary color
Monochromatic Colors of #E4DEFE
Black with #E4DEFE
Text Example
Text Example
White with #E4DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DEFE; }
p { color: rgb(228,222,254); }
H1.HeaderClassName
{
color: #E4DEFE;
}
.AnyTagClassName
{
color: #E4DEFE;
}
</style>
background-color css
<style>
a { background-color: #E4DEFE; }
a { background-color: rgb(228,222,254); }
div.DivClassName
{
background-color: #E4DEFE;
}
.BgClassName
{
background-color: #E4DEFE;
}
</style>
border-color css
<style>
span { border-color: #E4DEFE; }
span { border-color: rgb(228,222,254); }
td.TdClassName
{
border-color: #E4DEFE;
}
.TagClassName
{
border-color: #E4DEFE;
}
</style>