Shades of Lavender #E2E7FC
Tints of Lavender #E2E7FC
RGB
CMYK
RGB Variations
Color information
#E2E7FC (or 0xE2E7FC) is known color: Lavender. HEX triplet: E2, E7 and FC. RGB value is (226,231,252). Sum of RGB (Red+Green+Blue) = 226+231+252=709 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.88% from 709); Green value is 231 (90.62% from 255 or 32.58% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2E7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E7FC is #1D1803. Grayscale: #E7E7E7. Windows color (decimal): -1906692 or 16574434. OLE color: 16574434.
HSL color Cylindrical-coordinate representation of color #E2E7FC: hue angle of 228.46º 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 #E2E7FC is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 231 | 252 | - |
CMYK | 0.10 | 0.08 | 0 | 0.01 |
HSL | 228.46º | 0.81% | 0.94% | - |
HSV(B) | 228.46º | 0.1% | 0.99% | - |
XYZ | 77.51 | 80.35 | 103.52 | - |
YUV | 231.9 | 139.34 | 123.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 231 | 252 | 0.10 | 0.08 | 0 | 0.01 | 228.46 | 0.81 | 0.94 |
Hex | E2 | E7 | FC | A | 8 | 0 | 1 | E4 | 51 | 5E |
Octal | 342 | 347 | 374 | 12 | 10 | 0 | 1 | 344 | 121 | 136 |
Binary | 11100010 | 11100111 | 11111100 | 1010 | 1000 | 0 | 1 | 11100100 | 1010001 | 1011110 |
Color Harmonies of #E2E7FC
Complementary color
Monochromatic Colors of #E2E7FC
Black with #E2E7FC
Text Example
Text Example
White with #E2E7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E7FC; }
p { color: rgb(226,231,252); }
H1.HeaderClassName
{
color: #E2E7FC;
}
.AnyTagClassName
{
color: #E2E7FC;
}
</style>
background-color css
<style>
a { background-color: #E2E7FC; }
a { background-color: rgb(226,231,252); }
div.DivClassName
{
background-color: #E2E7FC;
}
.BgClassName
{
background-color: #E2E7FC;
}
</style>
border-color css
<style>
span { border-color: #E2E7FC; }
span { border-color: rgb(226,231,252); }
td.TdClassName
{
border-color: #E2E7FC;
}
.TagClassName
{
border-color: #E2E7FC;
}
</style>