#E1ECEC

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

Shades of Zircon #E1ECEC

Tints of Zircon #E1ECEC

Color information

#E1ECEC (or 0xE1ECEC) is unknown color: approx Zircon. HEX triplet: E1, EC and EC. RGB value is (225,236,236). Sum of RGB (Red+Green+Blue) = 225+236+236=697 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.28% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #E1ECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1ECEC is #1E1313. Grayscale: #E8E8E8. Windows color (decimal): -1970964 or 15527137. OLE color: 15527137.

HSL color Cylindrical-coordinate representation of color #E1ECEC: hue angle of 180º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1ECEC is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225236236-
CMYK0.05000.07
HSL180º22.45%90.39%-
HSV(B)180º4.66%92.55%-
XYZ76.1982.0591.18-
YUV232.71129.86122.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.28%
GREEN value IS 236 (92.58% from 255) = 33.86%
BLUE value IS 236 (92.58% from 255) = 33.86%
R=32.28%
G=33.86%
B=33.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252362360.05000.0718022.4590.39
HexE1ECEC5007b4165a
Octal341354354500726426132
Binary1110000111101100111011001010011110110100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ECEC; }

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

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

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

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

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

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

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

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