Shades of Lavender #E6E1FF
Tints of Lavender #E6E1FF
RGB
CMYK
RGB Variations
Color information
#E6E1FF (or 0xE6E1FF) is known color: Lavender. HEX triplet: E6, E1 and FF. RGB value is (230,225,255). Sum of RGB (Red+Green+Blue) = 230+225+255=710 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.39% from 710); Green value is 225 (88.28% from 255 or 31.69% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6E1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E1FF is #191E00. Grayscale: #E5E5E5. Windows color (decimal): -1646081 or 16769510. OLE color: 16769510.
HSL color Cylindrical-coordinate representation of color #E6E1FF: hue angle of 250º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6E1FF is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 225 | 255 | - |
| CMYK | 0.10 | 0.12 | 0 | 0 |
| HSL | 250º | 1% | 0.94% | - |
| HSV(B) | 250º | 0.12% | 1% | - |
| XYZ | 77.61 | 77.89 | 105.55 | - |
| YUV | 229.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 255 | 0.10 | 0.12 | 0 | 0 | 250 | 1 | 0.94 |
| Hex | E6 | E1 | FF | A | C | 0 | 0 | FA | 64 | 5E |
| Octal | 346 | 341 | 377 | 12 | 14 | 0 | 0 | 372 | 144 | 136 |
| Binary | 11100110 | 11100001 | 11111111 | 1010 | 1100 | 0 | 0 | 11111010 | 1100100 | 1011110 |
Color Harmonies of #E6E1FF
Complementary color
Monochromatic Colors of #E6E1FF
Black with #E6E1FF
Text Example
Text Example
White with #E6E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E1FF; }
p { color: rgb(230,225,255); }
H1.HeaderClassName
{
color: #E6E1FF;
}
.AnyTagClassName
{
color: #E6E1FF;
}
</style>
background-color css
<style>
a { background-color: #E6E1FF; }
a { background-color: rgb(230,225,255); }
div.DivClassName
{
background-color: #E6E1FF;
}
.BgClassName
{
background-color: #E6E1FF;
}
</style>
border-color css
<style>
span { border-color: #E6E1FF; }
span { border-color: rgb(230,225,255); }
td.TdClassName
{
border-color: #E6E1FF;
}
.TagClassName
{
border-color: #E6E1FF;
}
</style>