Shades of Lavender #E3DAFF
Tints of Lavender #E3DAFF
RGB
CMYK
RGB Variations
Color information
#E3DAFF (or 0xE3DAFF) is known color: Lavender. HEX triplet: E3, DA and FF. RGB value is (227,218,255). Sum of RGB (Red+Green+Blue) = 227+218+255=700 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.43% from 700); Green value is 218 (85.55% from 255 or 31.14% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #E3DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DAFF is #1C2500. Grayscale: #E0E0E0. Windows color (decimal): -1844481 or 16767715. OLE color: 16767715.
HSL color Cylindrical-coordinate representation of color #E3DAFF: hue angle of 254.59º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E3DAFF is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 218 | 255 | - |
| CMYK | 0.11 | 0.15 | 0 | 0 |
| HSL | 254.59º | 1% | 0.93% | - |
| HSV(B) | 254.59º | 0.15% | 1% | - |
| XYZ | 74.8 | 73.69 | 104.89 | - |
| YUV | 224.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 218 | 255 | 0.11 | 0.15 | 0 | 0 | 254.59 | 1 | 0.93 |
| Hex | E3 | DA | FF | B | F | 0 | 0 | FF | 64 | 5D |
| Octal | 343 | 332 | 377 | 13 | 17 | 0 | 0 | 377 | 144 | 135 |
| Binary | 11100011 | 11011010 | 11111111 | 1011 | 1111 | 0 | 0 | 11111111 | 1100100 | 1011101 |
Color Harmonies of #E3DAFF
Complementary color
Monochromatic Colors of #E3DAFF
Black with #E3DAFF
Text Example
Text Example
White with #E3DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DAFF; }
p { color: rgb(227,218,255); }
H1.HeaderClassName
{
color: #E3DAFF;
}
.AnyTagClassName
{
color: #E3DAFF;
}
</style>
background-color css
<style>
a { background-color: #E3DAFF; }
a { background-color: rgb(227,218,255); }
div.DivClassName
{
background-color: #E3DAFF;
}
.BgClassName
{
background-color: #E3DAFF;
}
</style>
border-color css
<style>
span { border-color: #E3DAFF; }
span { border-color: rgb(227,218,255); }
td.TdClassName
{
border-color: #E3DAFF;
}
.TagClassName
{
border-color: #E3DAFF;
}
</style>