Shades of Lavender #E9E5FD
Tints of Lavender #E9E5FD
RGB
CMYK
RGB Variations
Color information
#E9E5FD (or 0xE9E5FD) is known color: Lavender. HEX triplet: E9, E5 and FD. RGB value is (233,229,253). Sum of RGB (Red+Green+Blue) = 233+229+253=715 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.59% from 715); Green value is 229 (89.84% from 255 or 32.03% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9E5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E5FD is #161A02. Grayscale: #E8E8E8. Windows color (decimal): -1448451 or 16639465. OLE color: 16639465.
HSL color Cylindrical-coordinate representation of color #E9E5FD: hue angle of 250º degrees, saturation: 0.86, 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 #E9E5FD is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 233 | 229 | 253 | - |
CMYK | 0.08 | 0.09 | 0 | 0.01 |
HSL | 250º | 0.86% | 0.95% | - |
HSV(B) | 250º | 0.09% | 0.99% | - |
XYZ | 79.35 | 80.45 | 104.28 | - |
YUV | 232.93 | 139.33 | 128.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 229 | 253 | 0.08 | 0.09 | 0 | 0.01 | 250 | 0.86 | 0.95 |
Hex | E9 | E5 | FD | 8 | 9 | 0 | 1 | FA | 56 | 5F |
Octal | 351 | 345 | 375 | 10 | 11 | 0 | 1 | 372 | 126 | 137 |
Binary | 11101001 | 11100101 | 11111101 | 1000 | 1001 | 0 | 1 | 11111010 | 1010110 | 1011111 |
Color Harmonies of #E9E5FD
Complementary color
Monochromatic Colors of #E9E5FD
Black with #E9E5FD
Text Example
Text Example
White with #E9E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E5FD; }
p { color: rgb(233,229,253); }
H1.HeaderClassName
{
color: #E9E5FD;
}
.AnyTagClassName
{
color: #E9E5FD;
}
</style>
background-color css
<style>
a { background-color: #E9E5FD; }
a { background-color: rgb(233,229,253); }
div.DivClassName
{
background-color: #E9E5FD;
}
.BgClassName
{
background-color: #E9E5FD;
}
</style>
border-color css
<style>
span { border-color: #E9E5FD; }
span { border-color: rgb(233,229,253); }
td.TdClassName
{
border-color: #E9E5FD;
}
.TagClassName
{
border-color: #E9E5FD;
}
</style>