Shades of Lavender #E9E4F8
Tints of Lavender #E9E4F8
RGB
CMYK
RGB Variations
Color information
#E9E4F8 (or 0xE9E4F8) is known color: Lavender. HEX triplet: E9, E4 and F8. RGB value is (233,228,248). Sum of RGB (Red+Green+Blue) = 233+228+248=709 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.86% from 709); Green value is 228 (89.45% from 255 or 32.16% from 709); Blue value is 248 (97.27% from 255 or 34.98% from 709); Max value from RGB is 248 - color contains mainly: blue. Hex color #E9E4F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E4F8 is #161B07. Grayscale: #E7E7E7. Windows color (decimal): -1448712 or 16311529. OLE color: 16311529.
HSL color Cylindrical-coordinate representation of color #E9E4F8: hue angle of 255º degrees, saturation: 0.59, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9E4F8 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 228 | 248 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.03 |
| HSL | 255º | 0.59% | 0.93% | - |
| HSV(B) | 255º | 0.08% | 0.97% | - |
| XYZ | 78.29 | 79.59 | 100.04 | - |
| YUV | 231.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 228 | 248 | 0.06 | 0.08 | 0 | 0.03 | 255 | 0.59 | 0.93 |
| Hex | E9 | E4 | F8 | 6 | 8 | 0 | 3 | FF | 3B | 5D |
| Octal | 351 | 344 | 370 | 6 | 10 | 0 | 3 | 377 | 73 | 135 |
| Binary | 11101001 | 11100100 | 11111000 | 110 | 1000 | 0 | 11 | 11111111 | 111011 | 1011101 |
Color Harmonies of #E9E4F8
Complementary color
Monochromatic Colors of #E9E4F8
Black with #E9E4F8
Text Example
Text Example
White with #E9E4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E4F8; }
p { color: rgb(233,228,248); }
H1.HeaderClassName
{
color: #E9E4F8;
}
.AnyTagClassName
{
color: #E9E4F8;
}
</style>
background-color css
<style>
a { background-color: #E9E4F8; }
a { background-color: rgb(233,228,248); }
div.DivClassName
{
background-color: #E9E4F8;
}
.BgClassName
{
background-color: #E9E4F8;
}
</style>
border-color css
<style>
span { border-color: #E9E4F8; }
span { border-color: rgb(233,228,248); }
td.TdClassName
{
border-color: #E9E4F8;
}
.TagClassName
{
border-color: #E9E4F8;
}
</style>