#E6E1FB

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

Shades of Lavender #E6E1FB

Tints of Lavender #E6E1FB

Color information

#E6E1FB (or 0xE6E1FB) is unknown color: approx Lavender. HEX triplet: E6, E1 and FB. RGB value is (230,225,251). Sum of RGB (Red+Green+Blue) = 230+225+251=706 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.58% from 706); Green value is 225 (88.28% from 255 or 31.87% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6E1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E1FB is #191E04. Grayscale: #E5E5E5. Windows color (decimal): -1646085 or 16507366. OLE color: 16507366.

HSL color Cylindrical-coordinate representation of color #E6E1FB: hue angle of 251.54º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6E1FB is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230225251-
CMYK0.080.1000.02
HSL251.54º76.47%93.33%-
HSV(B)251.54º10.36%98.43%-
XYZ76.9777.64102.2-
YUV229.46140.16128.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.58%
GREEN value IS 225 (88.28% from 255) = 31.87%
BLUE value IS 251 (98.44% from 255) = 35.55%
R=32.58%
G=31.87%
B=35.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302252510.080.1000.02251.5476.4793.33
HexE6E1FB8A02fc4c5d
Octal346341373101202374114135
Binary111001101110000111111011100010100101111110010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E1FB; }

 p { color: rgb(230,225,251); }

 H1.HeaderClassName
 {
   color: #E6E1FB;
 }
 .AnyTagClassName
 {
   color: #E6E1FB;
 }
</style>
background-color css

<style>
 a { background-color: #E6E1FB; }

 a { background-color: rgb(230,225,251); }

 div.DivClassName
 {
   background-color: #E6E1FB;
 }
 .BgClassName
 {
   background-color: #E6E1FB;
 }
</style>
border-color css

<style>
 span { border-color: #E6E1FB; }

 span { border-color: rgb(230,225,251); }

 td.TdClassName
 {
   border-color: #E6E1FB;
 }
 .TagClassName
 {
   border-color: #E6E1FB;
 }
</style>