#E6EBEB

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

Shades of Zircon #E6EBEB

Tints of Zircon #E6EBEB

Color information

#E6EBEB (or 0xE6EBEB) is unknown color: approx Zircon. HEX triplet: E6, EB and EB. RGB value is (230,235,235). Sum of RGB (Red+Green+Blue) = 230+235+235=700 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.86% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #E6EBEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EBEB is #191414. Grayscale: #E9E9E9. Windows color (decimal): -1643541 or 15461350. OLE color: 15461350.

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

Color convert

RGB230235235-
CMYK0.02000.08
HSL180º11.11%91.18%-
HSV(B)180º2.13%92.16%-
XYZ77.3482.2490.39-
YUV233.5128.84125.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.86%
GREEN value IS 235 (92.19% from 255) = 33.57%
BLUE value IS 235 (92.19% from 255) = 33.57%
R=32.86%
G=33.57%
B=33.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302352350.02000.0818011.1191.18
HexE6EBEB2008b4b5b
Octal3463533532001026413133
Binary111001101110101111101011100010001011010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EBEB; }

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

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

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

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

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

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

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

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