#E6ECED

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

Shades of Zircon #E6ECED

Tints of Zircon #E6ECED

Color information

#E6ECED (or 0xE6ECED) is unknown color: approx Zircon. HEX triplet: E6, EC and ED. RGB value is (230,236,237). Sum of RGB (Red+Green+Blue) = 230+236+237=703 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.72% from 703); Green value is 236 (92.58% from 255 or 33.57% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6ECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6ECED is #191312. Grayscale: #EAEAEA. Windows color (decimal): -1643283 or 15592678. OLE color: 15592678.

HSL color Cylindrical-coordinate representation of color #E6ECED: hue angle of 188.57º degrees, saturation: 0.16, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6ECED is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230236237-
CMYK0.030.0000.07
HSL188.57º16.28%91.57%-
HSV(B)188.57º2.95%92.94%-
XYZ77.9182.9392.02-
YUV234.32129.51124.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.72%
GREEN value IS 236 (92.58% from 255) = 33.57%
BLUE value IS 237 (92.97% from 255) = 33.71%
R=32.72%
G=33.57%
B=33.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302362370.030.0000.07188.5716.2891.57
HexE6ECED3007bd105c
Octal346354355300727520134
Binary111001101110110011101101110011110111101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ECED; }

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

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

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

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

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

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

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

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