Shades of Lavender #E6E1F5
Tints of Lavender #E6E1F5
RGB
CMYK
RGB Variations
Color information
#E6E1F5 (or 0xE6E1F5) is known color: Lavender. HEX triplet: E6, E1 and F5. RGB value is (230,225,245). Sum of RGB (Red+Green+Blue) = 230+225+245=700 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.86% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 245 (96.09% from 255 or 35% from 700); Max value from RGB is 245 - color contains mainly: blue. Hex color #E6E1F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E1F5 is #191E0A. Grayscale: #E4E4E4. Windows color (decimal): -1646091 or 16114150. OLE color: 16114150.
HSL color Cylindrical-coordinate representation of color #E6E1F5: hue angle of 255º degrees, saturation: 0.5, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6E1F5 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 225 | 245 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.04 |
| HSL | 255º | 0.5% | 0.92% | - |
| HSV(B) | 255º | 0.08% | 0.96% | - |
| XYZ | 76.04 | 77.27 | 97.29 | - |
| YUV | 228.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 245 | 0.06 | 0.08 | 0 | 0.04 | 255 | 0.5 | 0.92 |
| Hex | E6 | E1 | F5 | 6 | 8 | 0 | 4 | FF | 32 | 5C |
| Octal | 346 | 341 | 365 | 6 | 10 | 0 | 4 | 377 | 62 | 134 |
| Binary | 11100110 | 11100001 | 11110101 | 110 | 1000 | 0 | 100 | 11111111 | 110010 | 1011100 |
Color Harmonies of #E6E1F5
Complementary color
Monochromatic Colors of #E6E1F5
Black with #E6E1F5
Text Example
Text Example
White with #E6E1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E1F5; }
p { color: rgb(230,225,245); }
H1.HeaderClassName
{
color: #E6E1F5;
}
.AnyTagClassName
{
color: #E6E1F5;
}
</style>
background-color css
<style>
a { background-color: #E6E1F5; }
a { background-color: rgb(230,225,245); }
div.DivClassName
{
background-color: #E6E1F5;
}
.BgClassName
{
background-color: #E6E1F5;
}
</style>
border-color css
<style>
span { border-color: #E6E1F5; }
span { border-color: rgb(230,225,245); }
td.TdClassName
{
border-color: #E6E1F5;
}
.TagClassName
{
border-color: #E6E1F5;
}
</style>