Shades of Lavender #E3DAFD
Tints of Lavender #E3DAFD
RGB
CMYK
RGB Variations
Color information
#E3DAFD (or 0xE3DAFD) is known color: Lavender. HEX triplet: E3, DA and FD. RGB value is (227,218,253). Sum of RGB (Red+Green+Blue) = 227+218+253=698 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.52% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DAFD is #1C2502. Grayscale: #E0E0E0. Windows color (decimal): -1844483 or 16636643. OLE color: 16636643.
HSL color Cylindrical-coordinate representation of color #E3DAFD: hue angle of 255.43º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E3DAFD is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 218 | 253 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.01 |
| HSL | 255.43º | 0.9% | 0.92% | - |
| HSV(B) | 255.43º | 0.14% | 0.99% | - |
| XYZ | 74.48 | 73.57 | 103.2 | - |
| YUV | 224.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 218 | 253 | 0.10 | 0.14 | 0 | 0.01 | 255.43 | 0.9 | 0.92 |
| Hex | E3 | DA | FD | A | E | 0 | 1 | FF | 5A | 5C |
| Octal | 343 | 332 | 375 | 12 | 16 | 0 | 1 | 377 | 132 | 134 |
| Binary | 11100011 | 11011010 | 11111101 | 1010 | 1110 | 0 | 1 | 11111111 | 1011010 | 1011100 |
Color Harmonies of #E3DAFD
Complementary color
Monochromatic Colors of #E3DAFD
Black with #E3DAFD
Text Example
Text Example
White with #E3DAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DAFD; }
p { color: rgb(227,218,253); }
H1.HeaderClassName
{
color: #E3DAFD;
}
.AnyTagClassName
{
color: #E3DAFD;
}
</style>
background-color css
<style>
a { background-color: #E3DAFD; }
a { background-color: rgb(227,218,253); }
div.DivClassName
{
background-color: #E3DAFD;
}
.BgClassName
{
background-color: #E3DAFD;
}
</style>
border-color css
<style>
span { border-color: #E3DAFD; }
span { border-color: rgb(227,218,253); }
td.TdClassName
{
border-color: #E3DAFD;
}
.TagClassName
{
border-color: #E3DAFD;
}
</style>