#E6EBEC

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

Shades of Zircon #E6EBEC

Tints of Zircon #E6EBEC

Color information

#E6EBEC (or 0xE6EBEC) is unknown color: approx Zircon. HEX triplet: E6, EB and EC. RGB value is (230,235,236). Sum of RGB (Red+Green+Blue) = 230+235+236=701 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.81% from 701); Green value is 235 (92.19% from 255 or 33.52% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6EBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EBEC is #191413. Grayscale: #E9E9E9. Windows color (decimal): -1643540 or 15526886. OLE color: 15526886.

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

Color convert

RGB230235236-
CMYK0.030.0000.07
HSL190º13.64%91.37%-
HSV(B)190º2.54%92.55%-
XYZ77.4882.391.16-
YUV233.62129.34125.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.81%
GREEN value IS 235 (92.19% from 255) = 33.52%
BLUE value IS 236 (92.58% from 255) = 33.67%
R=32.81%
G=33.52%
B=33.67%

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
Decimal2302352360.030.0000.0719013.6491.37
HexE6EBEC3007bee5b
Octal346353354300727616133
Binary11100110111010111110110011001111011111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EBEC; }

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

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

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

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

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

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

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

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