Shades of Lavender #E5E6FE
Tints of Lavender #E5E6FE
RGB
CMYK
RGB Variations
Color information
#E5E6FE (or 0xE5E6FE) is known color: Lavender. HEX triplet: E5, E6 and FE. RGB value is (229,230,254). Sum of RGB (Red+Green+Blue) = 229+230+254=713 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.12% from 713); Green value is 230 (90.23% from 255 or 32.26% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5E6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E6FE is #1A1901. Grayscale: #E8E8E8. Windows color (decimal): -1710338 or 16705253. OLE color: 16705253.
HSL color Cylindrical-coordinate representation of color #E5E6FE: hue angle of 237.6º 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 #E5E6FE is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 229 | 230 | 254 | - |
CMYK | 0.10 | 0.09 | 0 | 0.00 |
HSL | 237.6º | 0.93% | 0.95% | - |
HSV(B) | 237.6º | 0.1% | 1% | - |
XYZ | 78.5 | 80.41 | 105.15 | - |
YUV | 232.44 | 140.17 | 125.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 230 | 254 | 0.10 | 0.09 | 0 | 0.00 | 237.6 | 0.93 | 0.95 |
Hex | E5 | E6 | FE | A | 9 | 0 | 0 | EE | 5D | 5F |
Octal | 345 | 346 | 376 | 12 | 11 | 0 | 0 | 356 | 135 | 137 |
Binary | 11100101 | 11100110 | 11111110 | 1010 | 1001 | 0 | 0 | 11101110 | 1011101 | 1011111 |
Color Harmonies of #E5E6FE
Complementary color
Monochromatic Colors of #E5E6FE
Black with #E5E6FE
Text Example
Text Example
White with #E5E6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E6FE; }
p { color: rgb(229,230,254); }
H1.HeaderClassName
{
color: #E5E6FE;
}
.AnyTagClassName
{
color: #E5E6FE;
}
</style>
background-color css
<style>
a { background-color: #E5E6FE; }
a { background-color: rgb(229,230,254); }
div.DivClassName
{
background-color: #E5E6FE;
}
.BgClassName
{
background-color: #E5E6FE;
}
</style>
border-color css
<style>
span { border-color: #E5E6FE; }
span { border-color: rgb(229,230,254); }
td.TdClassName
{
border-color: #E5E6FE;
}
.TagClassName
{
border-color: #E5E6FE;
}
</style>