Shades of Lavender #E5E5FE
Tints of Lavender #E5E5FE
RGB
CMYK
RGB Variations
Color information
#E5E5FE (or 0xE5E5FE) is known color: Lavender. HEX triplet: E5, E5 and FE. RGB value is (229,229,254). Sum of RGB (Red+Green+Blue) = 229+229+254=712 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.16% from 712); Green value is 229 (89.84% from 255 or 32.16% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5E5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E5FE is #1A1A01. Grayscale: #E7E7E7. Windows color (decimal): -1710594 or 16704997. OLE color: 16704997.
HSL color Cylindrical-coordinate representation of color #E5E5FE: hue angle of 240º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5E5FE is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 229 | 229 | 254 | - |
CMYK | 0.10 | 0.10 | 0 | 0.00 |
HSL | 240º | 0.93% | 0.95% | - |
HSV(B) | 240º | 0.1% | 1% | - |
XYZ | 78.22 | 79.85 | 105.06 | - |
YUV | 231.85 | 140.5 | 125.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 229 | 254 | 0.10 | 0.10 | 0 | 0.00 | 240 | 0.93 | 0.95 |
Hex | E5 | E5 | FE | A | A | 0 | 0 | F0 | 5D | 5F |
Octal | 345 | 345 | 376 | 12 | 12 | 0 | 0 | 360 | 135 | 137 |
Binary | 11100101 | 11100101 | 11111110 | 1010 | 1010 | 0 | 0 | 11110000 | 1011101 | 1011111 |
Color Harmonies of #E5E5FE
Complementary color
Monochromatic Colors of #E5E5FE
Black with #E5E5FE
Text Example
Text Example
White with #E5E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E5FE; }
p { color: rgb(229,229,254); }
H1.HeaderClassName
{
color: #E5E5FE;
}
.AnyTagClassName
{
color: #E5E5FE;
}
</style>
background-color css
<style>
a { background-color: #E5E5FE; }
a { background-color: rgb(229,229,254); }
div.DivClassName
{
background-color: #E5E5FE;
}
.BgClassName
{
background-color: #E5E5FE;
}
</style>
border-color css
<style>
span { border-color: #E5E5FE; }
span { border-color: rgb(229,229,254); }
td.TdClassName
{
border-color: #E5E5FE;
}
.TagClassName
{
border-color: #E5E5FE;
}
</style>