Shades of Lavender #E4DFF1
Tints of Lavender #E4DFF1
RGB
CMYK
RGB Variations
Color information
#E4DFF1 (or 0xE4DFF1) is known color: Lavender. HEX triplet: E4, DF and F1. RGB value is (228,223,241). Sum of RGB (Red+Green+Blue) = 228+223+241=692 (91% of max value = 765). Red value is 228 (89.45% from 255 or 32.95% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #E4DFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DFF1 is #1B200E. Grayscale: #E2E2E2. Windows color (decimal): -1777679 or 15851492. OLE color: 15851492.
HSL color Cylindrical-coordinate representation of color #E4DFF1: hue angle of 256.67º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E4DFF1 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 223 | 241 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.05 |
| HSL | 256.67º | 0.39% | 0.91% | - |
| HSV(B) | 256.67º | 0.07% | 0.95% | - |
| XYZ | 74.26 | 75.62 | 93.9 | - |
| YUV | 226.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 223 | 241 | 0.05 | 0.07 | 0 | 0.05 | 256.67 | 0.39 | 0.91 |
| Hex | E4 | DF | F1 | 5 | 7 | 0 | 5 | 101 | 27 | 5B |
| Octal | 344 | 337 | 361 | 5 | 7 | 0 | 5 | 401 | 47 | 133 |
| Binary | 11100100 | 11011111 | 11110001 | 101 | 111 | 0 | 101 | 100000001 | 100111 | 1011011 |
Color Harmonies of #E4DFF1
Complementary color
Monochromatic Colors of #E4DFF1
Black with #E4DFF1
Text Example
Text Example
White with #E4DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DFF1; }
p { color: rgb(228,223,241); }
H1.HeaderClassName
{
color: #E4DFF1;
}
.AnyTagClassName
{
color: #E4DFF1;
}
</style>
background-color css
<style>
a { background-color: #E4DFF1; }
a { background-color: rgb(228,223,241); }
div.DivClassName
{
background-color: #E4DFF1;
}
.BgClassName
{
background-color: #E4DFF1;
}
</style>
border-color css
<style>
span { border-color: #E4DFF1; }
span { border-color: rgb(228,223,241); }
td.TdClassName
{
border-color: #E4DFF1;
}
.TagClassName
{
border-color: #E4DFF1;
}
</style>