Shades of Lavender #E9E9FD
Tints of Lavender #E9E9FD
RGB
CMYK
RGB Variations
Color information
#E9E9FD (or 0xE9E9FD) is known color: Lavender. HEX triplet: E9, E9 and FD. RGB value is (233,233,253). Sum of RGB (Red+Green+Blue) = 233+233+253=719 (95% of max value = 765). Red value is 233 (91.41% from 255 or 32.41% from 719); Green value is 233 (91.41% from 255 or 32.41% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9E9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9E9FD is #161602. Grayscale: #EBEBEB. Windows color (decimal): -1447427 or 16640489. OLE color: 16640489.
HSL color Cylindrical-coordinate representation of color #E9E9FD: hue angle of 240º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9E9FD is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 233 | 233 | 253 | - |
CMYK | 0.08 | 0.08 | 0 | 0.01 |
HSL | 240º | 0.83% | 0.95% | - |
HSV(B) | 240º | 0.08% | 0.99% | - |
XYZ | 80.47 | 82.69 | 104.65 | - |
YUV | 235.28 | 138 | 126.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 233 | 253 | 0.08 | 0.08 | 0 | 0.01 | 240 | 0.83 | 0.95 |
Hex | E9 | E9 | FD | 8 | 8 | 0 | 1 | F0 | 53 | 5F |
Octal | 351 | 351 | 375 | 10 | 10 | 0 | 1 | 360 | 123 | 137 |
Binary | 11101001 | 11101001 | 11111101 | 1000 | 1000 | 0 | 1 | 11110000 | 1010011 | 1011111 |
Color Harmonies of #E9E9FD
Complementary color
Monochromatic Colors of #E9E9FD
Black with #E9E9FD
Text Example
Text Example
White with #E9E9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E9FD; }
p { color: rgb(233,233,253); }
H1.HeaderClassName
{
color: #E9E9FD;
}
.AnyTagClassName
{
color: #E9E9FD;
}
</style>
background-color css
<style>
a { background-color: #E9E9FD; }
a { background-color: rgb(233,233,253); }
div.DivClassName
{
background-color: #E9E9FD;
}
.BgClassName
{
background-color: #E9E9FD;
}
</style>
border-color css
<style>
span { border-color: #E9E9FD; }
span { border-color: rgb(233,233,253); }
td.TdClassName
{
border-color: #E9E9FD;
}
.TagClassName
{
border-color: #E9E9FD;
}
</style>