#E0ECEC

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

Shades of Zircon #E0ECEC

Tints of Zircon #E0ECEC

Color information

#E0ECEC (or 0xE0ECEC) is unknown color: approx Zircon. HEX triplet: E0, EC and EC. RGB value is (224,236,236). Sum of RGB (Red+Green+Blue) = 224+236+236=696 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.18% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #E0ECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0ECEC is #1F1313. Grayscale: #E8E8E8. Windows color (decimal): -2036500 or 15527136. OLE color: 15527136.

HSL color Cylindrical-coordinate representation of color #E0ECEC: hue angle of 180º degrees, saturation: 0.24, 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 #E0ECEC is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224236236-
CMYK0.05000.07
HSL180º24%90.2%-
HSV(B)180º5.08%92.55%-
XYZ75.8881.8991.16-
YUV232.41130.02122-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.18%
GREEN value IS 236 (92.58% from 255) = 33.91%
BLUE value IS 236 (92.58% from 255) = 33.91%
R=32.18%
G=33.91%
B=33.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242362360.05000.071802490.2
HexE0ECEC5007b4185a
Octal340354354500726430132
Binary1110000011101100111011001010011110110100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ECEC; }

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

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

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

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

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

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

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

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