Shades of Lavender #E5E1F2
Tints of Lavender #E5E1F2
RGB
CMYK
RGB Variations
Color information
#E5E1F2 (or 0xE5E1F2) is known color: Lavender. HEX triplet: E5, E1 and F2. RGB value is (229,225,242). Sum of RGB (Red+Green+Blue) = 229+225+242=696 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.90% from 696); Green value is 225 (88.28% from 255 or 32.33% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5E1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E1F2 is #1A1E0D. Grayscale: #E4E4E4. Windows color (decimal): -1711630 or 15917541. OLE color: 15917541.
HSL color Cylindrical-coordinate representation of color #E5E1F2: hue angle of 254.12º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E5E1F2 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 229 | 225 | 242 | - |
CMYK | 0.05 | 0.07 | 0 | 0.05 |
HSL | 254.12º | 0.4% | 0.92% | - |
HSV(B) | 254.12º | 0.07% | 0.95% | - |
XYZ | 75.27 | 76.92 | 94.88 | - |
YUV | 228.13 | 135.83 | 128.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 225 | 242 | 0.05 | 0.07 | 0 | 0.05 | 254.12 | 0.4 | 0.92 |
Hex | E5 | E1 | F2 | 5 | 7 | 0 | 5 | FE | 28 | 5C |
Octal | 345 | 341 | 362 | 5 | 7 | 0 | 5 | 376 | 50 | 134 |
Binary | 11100101 | 11100001 | 11110010 | 101 | 111 | 0 | 101 | 11111110 | 101000 | 1011100 |
Color Harmonies of #E5E1F2
Complementary color
Monochromatic Colors of #E5E1F2
Black with #E5E1F2
Text Example
Text Example
White with #E5E1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E1F2; }
p { color: rgb(229,225,242); }
H1.HeaderClassName
{
color: #E5E1F2;
}
.AnyTagClassName
{
color: #E5E1F2;
}
</style>
background-color css
<style>
a { background-color: #E5E1F2; }
a { background-color: rgb(229,225,242); }
div.DivClassName
{
background-color: #E5E1F2;
}
.BgClassName
{
background-color: #E5E1F2;
}
</style>
border-color css
<style>
span { border-color: #E5E1F2; }
span { border-color: rgb(229,225,242); }
td.TdClassName
{
border-color: #E5E1F2;
}
.TagClassName
{
border-color: #E5E1F2;
}
</style>