Shades of Lavender #E2E6FC
Tints of Lavender #E2E6FC
RGB
CMYK
RGB Variations
Color information
#E2E6FC (or 0xE2E6FC) is known color: Lavender. HEX triplet: E2, E6 and FC. RGB value is (226,230,252). Sum of RGB (Red+Green+Blue) = 226+230+252=708 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.92% from 708); Green value is 230 (90.23% from 255 or 32.49% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2E6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E6FC is #1D1903. Grayscale: #E7E7E7. Windows color (decimal): -1906948 or 16574178. OLE color: 16574178.
HSL color Cylindrical-coordinate representation of color #E2E6FC: hue angle of 230.77º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2E6FC is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 230 | 252 | - |
CMYK | 0.10 | 0.09 | 0 | 0.01 |
HSL | 230.77º | 0.81% | 0.94% | - |
HSV(B) | 230.77º | 0.1% | 0.99% | - |
XYZ | 77.23 | 79.79 | 103.43 | - |
YUV | 231.31 | 139.67 | 124.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 230 | 252 | 0.10 | 0.09 | 0 | 0.01 | 230.77 | 0.81 | 0.94 |
Hex | E2 | E6 | FC | A | 9 | 0 | 1 | E7 | 51 | 5E |
Octal | 342 | 346 | 374 | 12 | 11 | 0 | 1 | 347 | 121 | 136 |
Binary | 11100010 | 11100110 | 11111100 | 1010 | 1001 | 0 | 1 | 11100111 | 1010001 | 1011110 |
Color Harmonies of #E2E6FC
Complementary color
Monochromatic Colors of #E2E6FC
Black with #E2E6FC
Text Example
Text Example
White with #E2E6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E6FC; }
p { color: rgb(226,230,252); }
H1.HeaderClassName
{
color: #E2E6FC;
}
.AnyTagClassName
{
color: #E2E6FC;
}
</style>
background-color css
<style>
a { background-color: #E2E6FC; }
a { background-color: rgb(226,230,252); }
div.DivClassName
{
background-color: #E2E6FC;
}
.BgClassName
{
background-color: #E2E6FC;
}
</style>
border-color css
<style>
span { border-color: #E2E6FC; }
span { border-color: rgb(226,230,252); }
td.TdClassName
{
border-color: #E2E6FC;
}
.TagClassName
{
border-color: #E2E6FC;
}
</style>