#E5EFEF

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

Shades of Zircon #E5EFEF

Tints of Zircon #E5EFEF

Color information

#E5EFEF (or 0xE5EFEF) is unknown color: approx Zircon. HEX triplet: E5, EF and EF. RGB value is (229,239,239). Sum of RGB (Red+Green+Blue) = 229+239+239=707 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.39% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #E5EFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EFEF is #1A1010. Grayscale: #EBEBEB. Windows color (decimal): -1708049 or 15724517. OLE color: 15724517.

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

Color convert

RGB229239239-
CMYK0.04000.06
HSL180º23.81%91.76%-
HSV(B)180º4.18%93.73%-
XYZ78.7684.6293.84-
YUV236.01129.69123-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.39%
GREEN value IS 239 (93.75% from 255) = 33.80%
BLUE value IS 239 (93.75% from 255) = 33.80%
R=32.39%
G=33.80%
B=33.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292392390.04000.0618023.8191.76
HexE5EFEF4006b4185c
Octal345357357400626430134
Binary1110010111101111111011111000011010110100110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EFEF; }

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

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

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

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

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

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

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

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