Shades of Lavender #E5E0FD
Tints of Lavender #E5E0FD
RGB
CMYK
RGB Variations
Color information
#E5E0FD (or 0xE5E0FD) is known color: Lavender. HEX triplet: E5, E0 and FD. RGB value is (229,224,253). Sum of RGB (Red+Green+Blue) = 229+224+253=706 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.44% from 706); Green value is 224 (87.89% from 255 or 31.73% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5E0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E0FD is #1A1F02. Grayscale: #E4E4E4. Windows color (decimal): -1711875 or 16638181. OLE color: 16638181.
HSL color Cylindrical-coordinate representation of color #E5E0FD: hue angle of 250.34º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5E0FD is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 224 | 253 | - |
CMYK | 0.09 | 0.11 | 0 | 0.01 |
HSL | 250.34º | 0.88% | 0.94% | - |
HSV(B) | 250.34º | 0.11% | 0.99% | - |
XYZ | 76.7 | 77.06 | 103.76 | - |
YUV | 228.8 | 141.66 | 128.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 224 | 253 | 0.09 | 0.11 | 0 | 0.01 | 250.34 | 0.88 | 0.94 |
Hex | E5 | E0 | FD | 9 | B | 0 | 1 | FA | 58 | 5E |
Octal | 345 | 340 | 375 | 11 | 13 | 0 | 1 | 372 | 130 | 136 |
Binary | 11100101 | 11100000 | 11111101 | 1001 | 1011 | 0 | 1 | 11111010 | 1011000 | 1011110 |
Color Harmonies of #E5E0FD
Complementary color
Monochromatic Colors of #E5E0FD
Black with #E5E0FD
Text Example
Text Example
White with #E5E0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E0FD; }
p { color: rgb(229,224,253); }
H1.HeaderClassName
{
color: #E5E0FD;
}
.AnyTagClassName
{
color: #E5E0FD;
}
</style>
background-color css
<style>
a { background-color: #E5E0FD; }
a { background-color: rgb(229,224,253); }
div.DivClassName
{
background-color: #E5E0FD;
}
.BgClassName
{
background-color: #E5E0FD;
}
</style>
border-color css
<style>
span { border-color: #E5E0FD; }
span { border-color: rgb(229,224,253); }
td.TdClassName
{
border-color: #E5E0FD;
}
.TagClassName
{
border-color: #E5E0FD;
}
</style>