Shades of Lavender #E0E7FF
Tints of Lavender #E0E7FF
RGB
CMYK
RGB Variations
Color information
#E0E7FF (or 0xE0E7FF) is known color: Lavender. HEX triplet: E0, E7 and FF. RGB value is (224,231,255). Sum of RGB (Red+Green+Blue) = 224+231+255=710 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.55% from 710); Green value is 231 (90.62% from 255 or 32.54% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0E7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E7FF is #1F1800. Grayscale: #E7E7E7. Windows color (decimal): -2037761 or 16771040. OLE color: 16771040.
HSL color Cylindrical-coordinate representation of color #E0E7FF: hue angle of 226.45º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0E7FF is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 224 | 231 | 255 | - |
CMYK | 0.12 | 0.09 | 0 | 0 |
HSL | 226.45º | 1% | 0.94% | - |
HSV(B) | 226.45º | 0.12% | 1% | - |
XYZ | 77.37 | 80.22 | 106.01 | - |
YUV | 231.64 | 141.18 | 122.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 224 | 231 | 255 | 0.12 | 0.09 | 0 | 0 | 226.45 | 1 | 0.94 |
Hex | E0 | E7 | FF | C | 9 | 0 | 0 | E2 | 64 | 5E |
Octal | 340 | 347 | 377 | 14 | 11 | 0 | 0 | 342 | 144 | 136 |
Binary | 11100000 | 11100111 | 11111111 | 1100 | 1001 | 0 | 0 | 11100010 | 1100100 | 1011110 |
Color Harmonies of #E0E7FF
Complementary color
Monochromatic Colors of #E0E7FF
Black with #E0E7FF
Text Example
Text Example
White with #E0E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E7FF; }
p { color: rgb(224,231,255); }
H1.HeaderClassName
{
color: #E0E7FF;
}
.AnyTagClassName
{
color: #E0E7FF;
}
</style>
background-color css
<style>
a { background-color: #E0E7FF; }
a { background-color: rgb(224,231,255); }
div.DivClassName
{
background-color: #E0E7FF;
}
.BgClassName
{
background-color: #E0E7FF;
}
</style>
border-color css
<style>
span { border-color: #E0E7FF; }
span { border-color: rgb(224,231,255); }
td.TdClassName
{
border-color: #E0E7FF;
}
.TagClassName
{
border-color: #E0E7FF;
}
</style>