Shades of Lavender #E5E5F8
Tints of Lavender #E5E5F8
RGB
CMYK
RGB Variations
Color information
#E5E5F8 (or 0xE5E5F8) is known color: Lavender. HEX triplet: E5, E5 and F8. RGB value is (229,229,248). Sum of RGB (Red+Green+Blue) = 229+229+248=706 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.44% from 706); Green value is 229 (89.84% from 255 or 32.44% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 248 - color contains mainly: blue. Hex color #E5E5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E5F8 is #1A1A07. Grayscale: #E7E7E7. Windows color (decimal): -1710600 or 16311781. OLE color: 16311781.
HSL color Cylindrical-coordinate representation of color #E5E5F8: hue angle of 240º degrees, saturation: 0.58, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5E5F8 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 229 | 229 | 248 | - |
CMYK | 0.08 | 0.08 | 0 | 0.03 |
HSL | 240º | 0.58% | 0.94% | - |
HSV(B) | 240º | 0.08% | 0.97% | - |
XYZ | 77.28 | 79.47 | 100.07 | - |
YUV | 231.17 | 137.5 | 126.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 229 | 248 | 0.08 | 0.08 | 0 | 0.03 | 240 | 0.58 | 0.94 |
Hex | E5 | E5 | F8 | 8 | 8 | 0 | 3 | F0 | 3A | 5E |
Octal | 345 | 345 | 370 | 10 | 10 | 0 | 3 | 360 | 72 | 136 |
Binary | 11100101 | 11100101 | 11111000 | 1000 | 1000 | 0 | 11 | 11110000 | 111010 | 1011110 |
Color Harmonies of #E5E5F8
Complementary color
Monochromatic Colors of #E5E5F8
Black with #E5E5F8
Text Example
Text Example
White with #E5E5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E5F8; }
p { color: rgb(229,229,248); }
H1.HeaderClassName
{
color: #E5E5F8;
}
.AnyTagClassName
{
color: #E5E5F8;
}
</style>
background-color css
<style>
a { background-color: #E5E5F8; }
a { background-color: rgb(229,229,248); }
div.DivClassName
{
background-color: #E5E5F8;
}
.BgClassName
{
background-color: #E5E5F8;
}
</style>
border-color css
<style>
span { border-color: #E5E5F8; }
span { border-color: rgb(229,229,248); }
td.TdClassName
{
border-color: #E5E5F8;
}
.TagClassName
{
border-color: #E5E5F8;
}
</style>