Shades of Lavender #E2DFFC
Tints of Lavender #E2DFFC
RGB
CMYK
RGB Variations
Color information
#E2DFFC (or 0xE2DFFC) is known color: Lavender. HEX triplet: E2, DF and FC. RGB value is (226,223,252). Sum of RGB (Red+Green+Blue) = 226+223+252=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 223 (87.5% from 255 or 31.81% 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 #E2DFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFFC is #1D2003. Grayscale: #E3E3E3. Windows color (decimal): -1908740 or 16572386. OLE color: 16572386.
HSL color Cylindrical-coordinate representation of color #E2DFFC: hue angle of 246.21º 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 #E2DFFC is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 223 | 252 | - |
CMYK | 0.10 | 0.12 | 0 | 0.01 |
HSL | 246.21º | 0.83% | 0.93% | - |
HSV(B) | 246.21º | 0.12% | 0.99% | - |
XYZ | 75.32 | 75.97 | 102.79 | - |
YUV | 227.2 | 141.99 | 127.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 223 | 252 | 0.10 | 0.12 | 0 | 0.01 | 246.21 | 0.83 | 0.93 |
Hex | E2 | DF | FC | A | C | 0 | 1 | F6 | 53 | 5D |
Octal | 342 | 337 | 374 | 12 | 14 | 0 | 1 | 366 | 123 | 135 |
Binary | 11100010 | 11011111 | 11111100 | 1010 | 1100 | 0 | 1 | 11110110 | 1010011 | 1011101 |
Color Harmonies of #E2DFFC
Complementary color
Monochromatic Colors of #E2DFFC
Black with #E2DFFC
Text Example
Text Example
White with #E2DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFFC; }
p { color: rgb(226,223,252); }
H1.HeaderClassName
{
color: #E2DFFC;
}
.AnyTagClassName
{
color: #E2DFFC;
}
</style>
background-color css
<style>
a { background-color: #E2DFFC; }
a { background-color: rgb(226,223,252); }
div.DivClassName
{
background-color: #E2DFFC;
}
.BgClassName
{
background-color: #E2DFFC;
}
</style>
border-color css
<style>
span { border-color: #E2DFFC; }
span { border-color: rgb(226,223,252); }
td.TdClassName
{
border-color: #E2DFFC;
}
.TagClassName
{
border-color: #E2DFFC;
}
</style>