Shades of Lavender #E2E2F9
Tints of Lavender #E2E2F9
RGB
CMYK
RGB Variations
Color information
#E2E2F9 (or 0xE2E2F9) is known color: Lavender. HEX triplet: E2, E2 and F9. RGB value is (226,226,249). Sum of RGB (Red+Green+Blue) = 226+226+249=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 226 (88.67% from 255 or 32.24% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2E2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E2F9 is #1D1D06. Grayscale: #E4E4E4. Windows color (decimal): -1907975 or 16376546. OLE color: 16376546.
HSL color Cylindrical-coordinate representation of color #E2E2F9: hue angle of 240º degrees, saturation: 0.66, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2E2F9 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 226 | 249 | - |
CMYK | 0.09 | 0.09 | 0 | 0.02 |
HSL | 240º | 0.66% | 0.93% | - |
HSV(B) | 240º | 0.09% | 0.98% | - |
XYZ | 75.66 | 77.4 | 100.57 | - |
YUV | 228.62 | 139.5 | 126.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 226 | 249 | 0.09 | 0.09 | 0 | 0.02 | 240 | 0.66 | 0.93 |
Hex | E2 | E2 | F9 | 9 | 9 | 0 | 2 | F0 | 42 | 5D |
Octal | 342 | 342 | 371 | 11 | 11 | 0 | 2 | 360 | 102 | 135 |
Binary | 11100010 | 11100010 | 11111001 | 1001 | 1001 | 0 | 10 | 11110000 | 1000010 | 1011101 |
Color Harmonies of #E2E2F9
Complementary color
Monochromatic Colors of #E2E2F9
Black with #E2E2F9
Text Example
Text Example
White with #E2E2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E2F9; }
p { color: rgb(226,226,249); }
H1.HeaderClassName
{
color: #E2E2F9;
}
.AnyTagClassName
{
color: #E2E2F9;
}
</style>
background-color css
<style>
a { background-color: #E2E2F9; }
a { background-color: rgb(226,226,249); }
div.DivClassName
{
background-color: #E2E2F9;
}
.BgClassName
{
background-color: #E2E2F9;
}
</style>
border-color css
<style>
span { border-color: #E2E2F9; }
span { border-color: rgb(226,226,249); }
td.TdClassName
{
border-color: #E2E2F9;
}
.TagClassName
{
border-color: #E2E2F9;
}
</style>