#E6EAEA

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

Shades of Zircon #E6EAEA

Tints of Zircon #E6EAEA

Color information

#E6EAEA (or 0xE6EAEA) is unknown color: approx Zircon. HEX triplet: E6, EA and EA. RGB value is (230,234,234). Sum of RGB (Red+Green+Blue) = 230+234+234=698 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.95% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #E6EAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EAEA is #191515. Grayscale: #E8E8E8. Windows color (decimal): -1643798 or 15395558. OLE color: 15395558.

HSL color Cylindrical-coordinate representation of color #E6EAEA: hue angle of 180º degrees, saturation: 0.09, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E6EAEA is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230234234-
CMYK0.02000.08
HSL180º8.7%90.98%-
HSV(B)180º1.71%91.76%-
XYZ76.9181.6189.54-
YUV232.8128.67126-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.95%
GREEN value IS 234 (91.80% from 255) = 33.52%
BLUE value IS 234 (91.80% from 255) = 33.52%
R=32.95%
G=33.52%
B=33.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302342340.02000.081808.790.98
HexE6EAEA2008b495b
Octal3463523522001026411133
Binary111001101110101011101010100010001011010010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EAEA; }

 p { color: rgb(230,234,234); }

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

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

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

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

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

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

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