#EDEFEF

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

Shades of Zircon #EDEFEF

Tints of Zircon #EDEFEF

Color information

#EDEFEF (or 0xEDEFEF) is unknown color: approx Zircon. HEX triplet: ED, EF and EF. RGB value is (237,239,239). Sum of RGB (Red+Green+Blue) = 237+239+239=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 239 (93.75% from 255 or 33.43% from 715); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #EDEFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFEF is #121010. Grayscale: #EEEEEE. Windows color (decimal): -1183761 or 15724525. OLE color: 15724525.

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

Color convert

RGB237239239-
CMYK0.01000.06
HSL180º5.88%93.33%-
HSV(B)180º0.84%93.73%-
XYZ81.3785.9793.97-
YUV238.4128.34127-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.15%
GREEN value IS 239 (93.75% from 255) = 33.43%
BLUE value IS 239 (93.75% from 255) = 33.43%
R=33.15%
G=33.43%
B=33.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372392390.01000.061805.8893.33
HexEDEFEF1006b465d
Octal35535735710062646135
Binary111011011110111111101111100110101101001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFEF; }

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

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

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

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

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

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

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

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