Shades of Lavender #E9ECFD
Tints of Lavender #E9ECFD
RGB
CMYK
RGB Variations
Color information
#E9ECFD (or 0xE9ECFD) is known color: Lavender. HEX triplet: E9, EC and FD. RGB value is (233,236,253). Sum of RGB (Red+Green+Blue) = 233+236+253=722 (95% of max value = 765). Red value is 233 (91.41% from 255 or 32.27% from 722); Green value is 236 (92.58% from 255 or 32.69% from 722); Blue value is 253 (99.22% from 255 or 35.04% from 722); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9ECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9ECFD is #161302. Grayscale: #ECECEC. Windows color (decimal): -1446659 or 16641257. OLE color: 16641257.
HSL color Cylindrical-coordinate representation of color #E9ECFD: hue angle of 231º 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 #E9ECFD is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 233 | 236 | 253 | - |
CMYK | 0.08 | 0.07 | 0 | 0.01 |
HSL | 231º | 0.83% | 0.95% | - |
HSV(B) | 231º | 0.08% | 0.99% | - |
XYZ | 81.33 | 84.41 | 104.93 | - |
YUV | 237.04 | 137.01 | 125.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 236 | 253 | 0.08 | 0.07 | 0 | 0.01 | 231 | 0.83 | 0.95 |
Hex | E9 | EC | FD | 8 | 7 | 0 | 1 | E7 | 53 | 5F |
Octal | 351 | 354 | 375 | 10 | 7 | 0 | 1 | 347 | 123 | 137 |
Binary | 11101001 | 11101100 | 11111101 | 1000 | 111 | 0 | 1 | 11100111 | 1010011 | 1011111 |
Color Harmonies of #E9ECFD
Complementary color
Monochromatic Colors of #E9ECFD
Black with #E9ECFD
Text Example
Text Example
White with #E9ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ECFD; }
p { color: rgb(233,236,253); }
H1.HeaderClassName
{
color: #E9ECFD;
}
.AnyTagClassName
{
color: #E9ECFD;
}
</style>
background-color css
<style>
a { background-color: #E9ECFD; }
a { background-color: rgb(233,236,253); }
div.DivClassName
{
background-color: #E9ECFD;
}
.BgClassName
{
background-color: #E9ECFD;
}
</style>
border-color css
<style>
span { border-color: #E9ECFD; }
span { border-color: rgb(233,236,253); }
td.TdClassName
{
border-color: #E9ECFD;
}
.TagClassName
{
border-color: #E9ECFD;
}
</style>