Shades of Lavender #E5E7F2
Tints of Lavender #E5E7F2
RGB
CMYK
RGB Variations
Color information
#E5E7F2 (or 0xE5E7F2) is known color: Lavender. HEX triplet: E5, E7 and F2. RGB value is (229,231,242). Sum of RGB (Red+Green+Blue) = 229+231+242=702 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.62% from 702); Green value is 231 (90.62% from 255 or 32.91% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5E7F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E7F2 is #1A180D. Grayscale: #E7E7E7. Windows color (decimal): -1710094 or 15919077. OLE color: 15919077.
HSL color Cylindrical-coordinate representation of color #E5E7F2: hue angle of 230.77º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5E7F2 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 229 | 231 | 242 | - |
CMYK | 0.05 | 0.05 | 0 | 0.05 |
HSL | 230.77º | 0.33% | 0.92% | - |
HSV(B) | 230.77º | 0.05% | 0.95% | - |
XYZ | 76.92 | 80.22 | 95.43 | - |
YUV | 231.66 | 133.84 | 126.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 231 | 242 | 0.05 | 0.05 | 0 | 0.05 | 230.77 | 0.33 | 0.92 |
Hex | E5 | E7 | F2 | 5 | 5 | 0 | 5 | E7 | 21 | 5C |
Octal | 345 | 347 | 362 | 5 | 5 | 0 | 5 | 347 | 41 | 134 |
Binary | 11100101 | 11100111 | 11110010 | 101 | 101 | 0 | 101 | 11100111 | 100001 | 1011100 |
Color Harmonies of #E5E7F2
Complementary color
Monochromatic Colors of #E5E7F2
Black with #E5E7F2
Text Example
Text Example
White with #E5E7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E7F2; }
p { color: rgb(229,231,242); }
H1.HeaderClassName
{
color: #E5E7F2;
}
.AnyTagClassName
{
color: #E5E7F2;
}
</style>
background-color css
<style>
a { background-color: #E5E7F2; }
a { background-color: rgb(229,231,242); }
div.DivClassName
{
background-color: #E5E7F2;
}
.BgClassName
{
background-color: #E5E7F2;
}
</style>
border-color css
<style>
span { border-color: #E5E7F2; }
span { border-color: rgb(229,231,242); }
td.TdClassName
{
border-color: #E5E7F2;
}
.TagClassName
{
border-color: #E5E7F2;
}
</style>