#E1E6E1

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

Shades of Aqua Squeeze #E1E6E1

Tints of Aqua Squeeze #E1E6E1

Color information

#E1E6E1 (or 0xE1E6E1) is unknown color: approx Aqua Squeeze. HEX triplet: E1, E6 and E1. RGB value is (225,230,225). Sum of RGB (Red+Green+Blue) = 225+230+225=680 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.09% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 230 - color contains mainly: green. Hex color #E1E6E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1E6E1 is #1E191E. Grayscale: #E3E3E3. Windows color (decimal): -1972511 or 14804705. OLE color: 14804705.

HSL color Cylindrical-coordinate representation of color #E1E6E1: hue angle of 120º degrees, saturation: 0.09, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E1E6E1 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB225230225-
CMYK0.0200.020.10
HSL120º9.09%89.22%-
HSV(B)120º2.17%90.2%-
XYZ72.9478.0482.45-
YUV227.93126.34125.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.09%
GREEN value IS 230 (90.23% from 255) = 33.82%
BLUE value IS 225 (88.28% from 255) = 33.09%
R=33.09%
G=33.82%
B=33.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2252302250.0200.020.101209.0989.22
HexE1E6E1202A78959
Octal3413463412021217011131
Binary111000011110011011100001100101010111100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E6E1; }

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

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

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

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

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

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

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

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