#E6EAEB

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

Shades of Zircon #E6EAEB

Tints of Zircon #E6EAEB

Color information

#E6EAEB (or 0xE6EAEB) is unknown color: approx Zircon. HEX triplet: E6, EA and EB. RGB value is (230,234,235). Sum of RGB (Red+Green+Blue) = 230+234+235=699 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.90% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 235 (92.19% from 255 or 33.62% from 699); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6EAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EAEB is #191514. Grayscale: #E8E8E8. Windows color (decimal): -1643797 or 15461094. OLE color: 15461094.

HSL color Cylindrical-coordinate representation of color #E6EAEB: hue angle of 192º degrees, saturation: 0.11, 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 #E6EAEB is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230234235-
CMYK0.020.0000.08
HSL192º11.11%91.18%-
HSV(B)192º2.13%92.16%-
XYZ77.0581.6790.3-
YUV232.92129.17125.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.90%
GREEN value IS 234 (91.80% from 255) = 33.48%
BLUE value IS 235 (92.19% from 255) = 33.62%
R=32.90%
G=33.48%
B=33.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302342350.020.0000.0819211.1191.18
HexE6EAEB2008c0b5b
Octal3463523532001030013133
Binary111001101110101011101011100010001100000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EAEB; }

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

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

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

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

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

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

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

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