#E7EFEF

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

Shades of Zircon #E7EFEF

Tints of Zircon #E7EFEF

Color information

#E7EFEF (or 0xE7EFEF) is unknown color: approx Zircon. HEX triplet: E7, EF and EF. RGB value is (231,239,239). Sum of RGB (Red+Green+Blue) = 231+239+239=709 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.58% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #E7EFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EFEF is #181010. Grayscale: #ECECEC. Windows color (decimal): -1576977 or 15724519. OLE color: 15724519.

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

Color convert

RGB231239239-
CMYK0.03000.06
HSL180º20%92.16%-
HSV(B)180º3.35%93.73%-
XYZ79.484.9593.87-
YUV236.61129.35124-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.58%
GREEN value IS 239 (93.75% from 255) = 33.71%
BLUE value IS 239 (93.75% from 255) = 33.71%
R=32.58%
G=33.71%
B=33.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2312392390.03000.061802092.16
HexE7EFEF3006b4145c
Octal347357357300626424134
Binary111001111110111111101111110011010110100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EFEF; }

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

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

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

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

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

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

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

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