Shades of Lavender #E7E9FD
Tints of Lavender #E7E9FD
RGB
CMYK
RGB Variations
Color information
#E7E9FD (or 0xE7E9FD) is known color: Lavender. HEX triplet: E7, E9 and FD. RGB value is (231,233,253). Sum of RGB (Red+Green+Blue) = 231+233+253=717 (94% of max value = 765). Red value is 231 (90.62% from 255 or 32.22% from 717); Green value is 233 (91.41% from 255 or 32.50% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7E9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7E9FD is #181602. Grayscale: #EAEAEA. Windows color (decimal): -1578499 or 16640487. OLE color: 16640487.
HSL color Cylindrical-coordinate representation of color #E7E9FD: hue angle of 234.55º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7E9FD is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 231 | 233 | 253 | - |
CMYK | 0.09 | 0.08 | 0 | 0.01 |
HSL | 234.55º | 0.85% | 0.95% | - |
HSV(B) | 234.55º | 0.09% | 0.99% | - |
XYZ | 79.82 | 82.36 | 104.62 | - |
YUV | 234.68 | 138.34 | 125.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 233 | 253 | 0.09 | 0.08 | 0 | 0.01 | 234.55 | 0.85 | 0.95 |
Hex | E7 | E9 | FD | 9 | 8 | 0 | 1 | EB | 55 | 5F |
Octal | 347 | 351 | 375 | 11 | 10 | 0 | 1 | 353 | 125 | 137 |
Binary | 11100111 | 11101001 | 11111101 | 1001 | 1000 | 0 | 1 | 11101011 | 1010101 | 1011111 |
Color Harmonies of #E7E9FD
Complementary color
Monochromatic Colors of #E7E9FD
Black with #E7E9FD
Text Example
Text Example
White with #E7E9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E9FD; }
p { color: rgb(231,233,253); }
H1.HeaderClassName
{
color: #E7E9FD;
}
.AnyTagClassName
{
color: #E7E9FD;
}
</style>
background-color css
<style>
a { background-color: #E7E9FD; }
a { background-color: rgb(231,233,253); }
div.DivClassName
{
background-color: #E7E9FD;
}
.BgClassName
{
background-color: #E7E9FD;
}
</style>
border-color css
<style>
span { border-color: #E7E9FD; }
span { border-color: rgb(231,233,253); }
td.TdClassName
{
border-color: #E7E9FD;
}
.TagClassName
{
border-color: #E7E9FD;
}
</style>