Shades of Lavender #E2DEF7
Tints of Lavender #E2DEF7
RGB
CMYK
RGB Variations
Color information
#E2DEF7 (or 0xE2DEF7) is known color: Lavender. HEX triplet: E2, DE and F7. RGB value is (226,222,247). Sum of RGB (Red+Green+Blue) = 226+222+247=695 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.52% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 247 (96.88% from 255 or 35.54% from 695); Max value from RGB is 247 - color contains mainly: blue. Hex color #E2DEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DEF7 is #1D2108. Grayscale: #E1E1E1. Windows color (decimal): -1909001 or 16244450. OLE color: 16244450.
HSL color Cylindrical-coordinate representation of color #E2DEF7: hue angle of 249.6º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2DEF7 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 226 | 222 | 247 | - |
CMYK | 0.09 | 0.10 | 0 | 0.03 |
HSL | 249.6º | 0.61% | 0.92% | - |
HSV(B) | 249.6º | 0.1% | 0.97% | - |
XYZ | 74.27 | 75.13 | 98.58 | - |
YUV | 226.05 | 139.83 | 127.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 222 | 247 | 0.09 | 0.10 | 0 | 0.03 | 249.6 | 0.61 | 0.92 |
Hex | E2 | DE | F7 | 9 | A | 0 | 3 | FA | 3D | 5C |
Octal | 342 | 336 | 367 | 11 | 12 | 0 | 3 | 372 | 75 | 134 |
Binary | 11100010 | 11011110 | 11110111 | 1001 | 1010 | 0 | 11 | 11111010 | 111101 | 1011100 |
Color Harmonies of #E2DEF7
Complementary color
Monochromatic Colors of #E2DEF7
Black with #E2DEF7
Text Example
Text Example
White with #E2DEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DEF7; }
p { color: rgb(226,222,247); }
H1.HeaderClassName
{
color: #E2DEF7;
}
.AnyTagClassName
{
color: #E2DEF7;
}
</style>
background-color css
<style>
a { background-color: #E2DEF7; }
a { background-color: rgb(226,222,247); }
div.DivClassName
{
background-color: #E2DEF7;
}
.BgClassName
{
background-color: #E2DEF7;
}
</style>
border-color css
<style>
span { border-color: #E2DEF7; }
span { border-color: rgb(226,222,247); }
td.TdClassName
{
border-color: #E2DEF7;
}
.TagClassName
{
border-color: #E2DEF7;
}
</style>