#E6E1F6

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

Shades of Lavender #E6E1F6

Tints of Lavender #E6E1F6

Color information

#E6E1F6 (or 0xE6E1F6) is unknown color: approx Lavender. HEX triplet: E6, E1 and F6. RGB value is (230,225,246). Sum of RGB (Red+Green+Blue) = 230+225+246=701 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.81% from 701); Green value is 225 (88.28% from 255 or 32.10% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 246 - color contains mainly: blue. Hex color #E6E1F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E1F6 is #191E09. Grayscale: #E4E4E4. Windows color (decimal): -1646090 or 16179686. OLE color: 16179686.

HSL color Cylindrical-coordinate representation of color #E6E1F6: hue angle of 254.29º degrees, saturation: 0.54, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6E1F6 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB230225246-
CMYK0.070.0900.04
HSL254.29º53.85%92.35%-
HSV(B)254.29º8.54%96.47%-
XYZ76.1977.3398.1-
YUV228.89137.66128.79-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.81%
GREEN value IS 225 (88.28% from 255) = 32.10%
BLUE value IS 246 (96.48% from 255) = 35.09%
R=32.81%
G=32.10%
B=35.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2302252460.070.0900.04254.2953.8592.35
HexE6E1F67904fe365c
Octal3463413667110437666134
Binary11100110111000011111011011110010100111111101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E1F6; }

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

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

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

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

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

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

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

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