#E6E1FF

Color #E6E1FF Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender #E6E1FF

Tints of Lavender #E6E1FF

Color information

#E6E1FF (or 0xE6E1FF) is unknown color: approx 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

RGB230225255-
CMYK0.100.1200
HSL250º100%94.12%-
HSV(B)250º11.76%100%-
XYZ77.6177.89105.55-
YUV229.91142.16128.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 32.39%
GREEN value IS 225 (88.28% from 255) = 31.69%
BLUE value IS 255 (100% from 255) = 35.92%
R=32.39%
G=31.69%
B=35.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302252550.100.120025010094.12
HexE6E1FFAC00fa645e
Octal346341377121400372144136
Binary11100110111000011111111110101100001111101011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>