Shades of Lavender #E3DEFC
Tints of Lavender #E3DEFC
RGB
CMYK
RGB Variations
Color information
#E3DEFC (or 0xE3DEFC) is known color: Lavender. HEX triplet: E3, DE and FC. RGB value is (227,222,252). Sum of RGB (Red+Green+Blue) = 227+222+252=701 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.38% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DEFC is #1C2103. Grayscale: #E2E2E2. Windows color (decimal): -1843460 or 16572131. OLE color: 16572131.
HSL color Cylindrical-coordinate representation of color #E3DEFC: hue angle of 250º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E3DEFC is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 222 | 252 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.01 |
| HSL | 250º | 0.83% | 0.93% | - |
| HSV(B) | 250º | 0.12% | 0.99% | - |
| XYZ | 75.37 | 75.6 | 102.72 | - |
| YUV | 226.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 222 | 252 | 0.10 | 0.12 | 0 | 0.01 | 250 | 0.83 | 0.93 |
| Hex | E3 | DE | FC | A | C | 0 | 1 | FA | 53 | 5D |
| Octal | 343 | 336 | 374 | 12 | 14 | 0 | 1 | 372 | 123 | 135 |
| Binary | 11100011 | 11011110 | 11111100 | 1010 | 1100 | 0 | 1 | 11111010 | 1010011 | 1011101 |
Color Harmonies of #E3DEFC
Complementary color
Monochromatic Colors of #E3DEFC
Black with #E3DEFC
Text Example
Text Example
White with #E3DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DEFC; }
p { color: rgb(227,222,252); }
H1.HeaderClassName
{
color: #E3DEFC;
}
.AnyTagClassName
{
color: #E3DEFC;
}
</style>
background-color css
<style>
a { background-color: #E3DEFC; }
a { background-color: rgb(227,222,252); }
div.DivClassName
{
background-color: #E3DEFC;
}
.BgClassName
{
background-color: #E3DEFC;
}
</style>
border-color css
<style>
span { border-color: #E3DEFC; }
span { border-color: rgb(227,222,252); }
td.TdClassName
{
border-color: #E3DEFC;
}
.TagClassName
{
border-color: #E3DEFC;
}
</style>