Shades of Lavender #E3DFF1
Tints of Lavender #E3DFF1
RGB
CMYK
RGB Variations
Color information
#E3DFF1 (or 0xE3DFF1) is known color: Lavender. HEX triplet: E3, DF and F1. RGB value is (227,223,241). Sum of RGB (Red+Green+Blue) = 227+223+241=691 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.85% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3DFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DFF1 is #1C200E. Grayscale: #E2E2E2. Windows color (decimal): -1843215 or 15851491. OLE color: 15851491.
HSL color Cylindrical-coordinate representation of color #E3DFF1: hue angle of 253.33º 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 #E3DFF1 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 223 | 241 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.05 |
| HSL | 253.33º | 0.39% | 0.91% | - |
| HSV(B) | 253.33º | 0.07% | 0.95% | - |
| XYZ | 73.94 | 75.46 | 93.89 | - |
| YUV | 226.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 223 | 241 | 0.06 | 0.07 | 0 | 0.05 | 253.33 | 0.39 | 0.91 |
| Hex | E3 | DF | F1 | 6 | 7 | 0 | 5 | FD | 27 | 5B |
| Octal | 343 | 337 | 361 | 6 | 7 | 0 | 5 | 375 | 47 | 133 |
| Binary | 11100011 | 11011111 | 11110001 | 110 | 111 | 0 | 101 | 11111101 | 100111 | 1011011 |
Color Harmonies of #E3DFF1
Complementary color
Monochromatic Colors of #E3DFF1
Black with #E3DFF1
Text Example
Text Example
White with #E3DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DFF1; }
p { color: rgb(227,223,241); }
H1.HeaderClassName
{
color: #E3DFF1;
}
.AnyTagClassName
{
color: #E3DFF1;
}
</style>
background-color css
<style>
a { background-color: #E3DFF1; }
a { background-color: rgb(227,223,241); }
div.DivClassName
{
background-color: #E3DFF1;
}
.BgClassName
{
background-color: #E3DFF1;
}
</style>
border-color css
<style>
span { border-color: #E3DFF1; }
span { border-color: rgb(227,223,241); }
td.TdClassName
{
border-color: #E3DFF1;
}
.TagClassName
{
border-color: #E3DFF1;
}
</style>