#E0ECEB

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

Shades of Zircon #E0ECEB

Tints of Zircon #E0ECEB

Color information

#E0ECEB (or 0xE0ECEB) is unknown color: approx Zircon. HEX triplet: E0, EC and EB. RGB value is (224,236,235). Sum of RGB (Red+Green+Blue) = 224+236+235=695 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.23% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 236 - color contains mainly: green. Hex color #E0ECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0ECEB is #1F1314. Grayscale: #E8E8E8. Windows color (decimal): -2036501 or 15461600. OLE color: 15461600.

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

Color convert

RGB224236235-
CMYK0.0500.000.07
HSL175º24%90.2%-
HSV(B)175º5.08%92.55%-
XYZ75.7381.8490.4-
YUV232.3129.52122.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.23%
GREEN value IS 236 (92.58% from 255) = 33.96%
BLUE value IS 235 (92.19% from 255) = 33.81%
R=32.23%
G=33.96%
B=33.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242362350.0500.000.071752490.2
HexE0ECEB5007af185a
Octal340354353500725730132
Binary1110000011101100111010111010011110101111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ECEB; }

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

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

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

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

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

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

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

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