#E0ECED

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

Shades of Zircon #E0ECED

Tints of Zircon #E0ECED

Color information

#E0ECED (or 0xE0ECED) is unknown color: approx Zircon. HEX triplet: E0, EC and ED. RGB value is (224,236,237). Sum of RGB (Red+Green+Blue) = 224+236+237=697 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.14% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0ECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0ECED is #1F1312. Grayscale: #E8E8E8. Windows color (decimal): -2036499 or 15592672. OLE color: 15592672.

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

Color convert

RGB224236237-
CMYK0.050.0000.07
HSL184.62º26.53%90.39%-
HSV(B)184.62º5.49%92.94%-
XYZ76.0281.9591.93-
YUV232.53130.52121.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.14%
GREEN value IS 236 (92.58% from 255) = 33.86%
BLUE value IS 237 (92.97% from 255) = 34.00%
R=32.14%
G=33.86%
B=34.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242362370.050.0000.07184.6226.5390.39
HexE0ECED5007b91b5a
Octal340354355500727133132
Binary1110000011101100111011011010011110111001110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ECED; }

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

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

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

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

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

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

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

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