Shades of Lavender #E5E7F3
Tints of Lavender #E5E7F3
RGB
CMYK
RGB Variations
Color information
#E5E7F3 (or 0xE5E7F3) is known color: Lavender. HEX triplet: E5, E7 and F3. RGB value is (229,231,243). Sum of RGB (Red+Green+Blue) = 229+231+243=703 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.57% from 703); Green value is 231 (90.62% from 255 or 32.86% from 703); Blue value is 243 (95.31% from 255 or 34.57% from 703); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5E7F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E7F3 is #1A180C. Grayscale: #E7E7E7. Windows color (decimal): -1710093 or 15984613. OLE color: 15984613.
HSL color Cylindrical-coordinate representation of color #E5E7F3: hue angle of 231.43º degrees, saturation: 0.37, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E5E7F3 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 229 | 231 | 243 | - |
CMYK | 0.06 | 0.05 | 0 | 0.05 |
HSL | 231.43º | 0.37% | 0.93% | - |
HSV(B) | 231.43º | 0.06% | 0.95% | - |
XYZ | 77.07 | 80.28 | 96.23 | - |
YUV | 231.77 | 134.34 | 126.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 231 | 243 | 0.06 | 0.05 | 0 | 0.05 | 231.43 | 0.37 | 0.93 |
Hex | E5 | E7 | F3 | 6 | 5 | 0 | 5 | E7 | 25 | 5D |
Octal | 345 | 347 | 363 | 6 | 5 | 0 | 5 | 347 | 45 | 135 |
Binary | 11100101 | 11100111 | 11110011 | 110 | 101 | 0 | 101 | 11100111 | 100101 | 1011101 |
Color Harmonies of #E5E7F3
Complementary color
Monochromatic Colors of #E5E7F3
Black with #E5E7F3
Text Example
Text Example
White with #E5E7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E7F3; }
p { color: rgb(229,231,243); }
H1.HeaderClassName
{
color: #E5E7F3;
}
.AnyTagClassName
{
color: #E5E7F3;
}
</style>
background-color css
<style>
a { background-color: #E5E7F3; }
a { background-color: rgb(229,231,243); }
div.DivClassName
{
background-color: #E5E7F3;
}
.BgClassName
{
background-color: #E5E7F3;
}
</style>
border-color css
<style>
span { border-color: #E5E7F3; }
span { border-color: rgb(229,231,243); }
td.TdClassName
{
border-color: #E5E7F3;
}
.TagClassName
{
border-color: #E5E7F3;
}
</style>