Shades of Lavender #E9E6FD
Tints of Lavender #E9E6FD
RGB
CMYK
RGB Variations
Color information
#E9E6FD (or 0xE9E6FD) is known color: Lavender. HEX triplet: E9, E6 and FD. RGB value is (233,230,253). Sum of RGB (Red+Green+Blue) = 233+230+253=716 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.54% from 716); Green value is 230 (90.23% from 255 or 32.12% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9E6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9E6FD is #161902. Grayscale: #E9E9E9. Windows color (decimal): -1448195 or 16639721. OLE color: 16639721.
HSL color Cylindrical-coordinate representation of color #E9E6FD: hue angle of 247.83º 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 #E9E6FD is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 233 | 230 | 253 | - |
CMYK | 0.08 | 0.09 | 0 | 0.01 |
HSL | 247.83º | 0.85% | 0.95% | - |
HSV(B) | 247.83º | 0.09% | 0.99% | - |
XYZ | 79.63 | 81.01 | 104.37 | - |
YUV | 233.52 | 138.99 | 127.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 230 | 253 | 0.08 | 0.09 | 0 | 0.01 | 247.83 | 0.85 | 0.95 |
Hex | E9 | E6 | FD | 8 | 9 | 0 | 1 | F8 | 55 | 5F |
Octal | 351 | 346 | 375 | 10 | 11 | 0 | 1 | 370 | 125 | 137 |
Binary | 11101001 | 11100110 | 11111101 | 1000 | 1001 | 0 | 1 | 11111000 | 1010101 | 1011111 |
Color Harmonies of #E9E6FD
Complementary color
Monochromatic Colors of #E9E6FD
Black with #E9E6FD
Text Example
Text Example
White with #E9E6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E6FD; }
p { color: rgb(233,230,253); }
H1.HeaderClassName
{
color: #E9E6FD;
}
.AnyTagClassName
{
color: #E9E6FD;
}
</style>
background-color css
<style>
a { background-color: #E9E6FD; }
a { background-color: rgb(233,230,253); }
div.DivClassName
{
background-color: #E9E6FD;
}
.BgClassName
{
background-color: #E9E6FD;
}
</style>
border-color css
<style>
span { border-color: #E9E6FD; }
span { border-color: rgb(233,230,253); }
td.TdClassName
{
border-color: #E9E6FD;
}
.TagClassName
{
border-color: #E9E6FD;
}
</style>