Shades of Lavender #E5E0FC
Tints of Lavender #E5E0FC
RGB
CMYK
RGB Variations
Color information
#E5E0FC (or 0xE5E0FC) is known color: Lavender. HEX triplet: E5, E0 and FC. RGB value is (229,224,252). Sum of RGB (Red+Green+Blue) = 229+224+252=705 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.48% from 705); Green value is 224 (87.89% from 255 or 31.77% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5E0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E0FC is #1A1F03. Grayscale: #E4E4E4. Windows color (decimal): -1711876 or 16572645. OLE color: 16572645.
HSL color Cylindrical-coordinate representation of color #E5E0FC: hue angle of 250.71º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5E0FC is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 224 | 252 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.01 |
| HSL | 250.71º | 0.82% | 0.93% | - |
| HSV(B) | 250.71º | 0.11% | 0.99% | - |
| XYZ | 76.54 | 77 | 102.92 | - |
| YUV | 228.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 252 | 0.09 | 0.11 | 0 | 0.01 | 250.71 | 0.82 | 0.93 |
| Hex | E5 | E0 | FC | 9 | B | 0 | 1 | FB | 52 | 5D |
| Octal | 345 | 340 | 374 | 11 | 13 | 0 | 1 | 373 | 122 | 135 |
| Binary | 11100101 | 11100000 | 11111100 | 1001 | 1011 | 0 | 1 | 11111011 | 1010010 | 1011101 |
Color Harmonies of #E5E0FC
Complementary color
Monochromatic Colors of #E5E0FC
Black with #E5E0FC
Text Example
Text Example
White with #E5E0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E0FC; }
p { color: rgb(229,224,252); }
H1.HeaderClassName
{
color: #E5E0FC;
}
.AnyTagClassName
{
color: #E5E0FC;
}
</style>
background-color css
<style>
a { background-color: #E5E0FC; }
a { background-color: rgb(229,224,252); }
div.DivClassName
{
background-color: #E5E0FC;
}
.BgClassName
{
background-color: #E5E0FC;
}
</style>
border-color css
<style>
span { border-color: #E5E0FC; }
span { border-color: rgb(229,224,252); }
td.TdClassName
{
border-color: #E5E0FC;
}
.TagClassName
{
border-color: #E5E0FC;
}
</style>