#E2EFEF

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

Shades of Zircon #E2EFEF

Tints of Zircon #E2EFEF

Color information

#E2EFEF (or 0xE2EFEF) is unknown color: approx Zircon. HEX triplet: E2, EF and EF. RGB value is (226,239,239). Sum of RGB (Red+Green+Blue) = 226+239+239=704 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.10% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 239 (93.75% from 255 or 33.95% from 704); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #E2EFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EFEF is #1D1010. Grayscale: #EBEBEB. Windows color (decimal): -1904657 or 15724514. OLE color: 15724514.

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

Color convert

RGB226239239-
CMYK0.05000.06
HSL180º28.89%91.18%-
HSV(B)180º5.44%93.73%-
XYZ77.8184.1393.8-
YUV235.11130.19121.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.10%
GREEN value IS 239 (93.75% from 255) = 33.95%
BLUE value IS 239 (93.75% from 255) = 33.95%
R=32.10%
G=33.95%
B=33.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2262392390.05000.0618028.8991.18
HexE2EFEF5006b41d5b
Octal342357357500626435133
Binary1110001011101111111011111010011010110100111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EFEF; }

 p { color: rgb(226,239,239); }

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

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

 a { background-color: rgb(226,239,239); }

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

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

 span { border-color: rgb(226,239,239); }

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