Shades of Lavender #E3DFF5
Tints of Lavender #E3DFF5
RGB
CMYK
RGB Variations
Color information
#E3DFF5 (or 0xE3DFF5) is known color: Lavender. HEX triplet: E3, DF and F5. RGB value is (227,223,245). Sum of RGB (Red+Green+Blue) = 227+223+245=695 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.66% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 245 (96.09% from 255 or 35.25% from 695); Max value from RGB is 245 - color contains mainly: blue. Hex color #E3DFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DFF5 is #1C200A. Grayscale: #E2E2E2. Windows color (decimal): -1843211 or 16113635. OLE color: 16113635.
HSL color Cylindrical-coordinate representation of color #E3DFF5: hue angle of 250.91º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E3DFF5 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 223 | 245 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.04 |
| HSL | 250.91º | 0.52% | 0.92% | - |
| HSV(B) | 250.91º | 0.09% | 0.96% | - |
| XYZ | 74.55 | 75.7 | 97.07 | - |
| YUV | 226.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 223 | 245 | 0.07 | 0.09 | 0 | 0.04 | 250.91 | 0.52 | 0.92 |
| Hex | E3 | DF | F5 | 7 | 9 | 0 | 4 | FB | 34 | 5C |
| Octal | 343 | 337 | 365 | 7 | 11 | 0 | 4 | 373 | 64 | 134 |
| Binary | 11100011 | 11011111 | 11110101 | 111 | 1001 | 0 | 100 | 11111011 | 110100 | 1011100 |
Color Harmonies of #E3DFF5
Complementary color
Monochromatic Colors of #E3DFF5
Black with #E3DFF5
Text Example
Text Example
White with #E3DFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DFF5; }
p { color: rgb(227,223,245); }
H1.HeaderClassName
{
color: #E3DFF5;
}
.AnyTagClassName
{
color: #E3DFF5;
}
</style>
background-color css
<style>
a { background-color: #E3DFF5; }
a { background-color: rgb(227,223,245); }
div.DivClassName
{
background-color: #E3DFF5;
}
.BgClassName
{
background-color: #E3DFF5;
}
</style>
border-color css
<style>
span { border-color: #E3DFF5; }
span { border-color: rgb(227,223,245); }
td.TdClassName
{
border-color: #E3DFF5;
}
.TagClassName
{
border-color: #E3DFF5;
}
</style>