Shades of Lavender #E2DFFE
Tints of Lavender #E2DFFE
RGB
CMYK
RGB Variations
Color information
#E2DFFE (or 0xE2DFFE) is known color: Lavender. HEX triplet: E2, DF and FE. RGB value is (226,223,254). Sum of RGB (Red+Green+Blue) = 226+223+254=703 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.15% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFFE is #1D2001. Grayscale: #E3E3E3. Windows color (decimal): -1908738 or 16703458. OLE color: 16703458.
HSL color Cylindrical-coordinate representation of color #E2DFFE: hue angle of 245.81º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2DFFE is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 226 | 223 | 254 | - |
CMYK | 0.11 | 0.12 | 0 | 0.00 |
HSL | 245.81º | 0.94% | 0.94% | - |
HSV(B) | 245.81º | 0.12% | 1% | - |
XYZ | 75.64 | 76.1 | 104.47 | - |
YUV | 227.43 | 142.99 | 126.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 223 | 254 | 0.11 | 0.12 | 0 | 0.00 | 245.81 | 0.94 | 0.94 |
Hex | E2 | DF | FE | B | C | 0 | 0 | F6 | 5E | 5E |
Octal | 342 | 337 | 376 | 13 | 14 | 0 | 0 | 366 | 136 | 136 |
Binary | 11100010 | 11011111 | 11111110 | 1011 | 1100 | 0 | 0 | 11110110 | 1011110 | 1011110 |
Color Harmonies of #E2DFFE
Complementary color
Monochromatic Colors of #E2DFFE
Black with #E2DFFE
Text Example
Text Example
White with #E2DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFFE; }
p { color: rgb(226,223,254); }
H1.HeaderClassName
{
color: #E2DFFE;
}
.AnyTagClassName
{
color: #E2DFFE;
}
</style>
background-color css
<style>
a { background-color: #E2DFFE; }
a { background-color: rgb(226,223,254); }
div.DivClassName
{
background-color: #E2DFFE;
}
.BgClassName
{
background-color: #E2DFFE;
}
</style>
border-color css
<style>
span { border-color: #E2DFFE; }
span { border-color: rgb(226,223,254); }
td.TdClassName
{
border-color: #E2DFFE;
}
.TagClassName
{
border-color: #E2DFFE;
}
</style>