#EBEFEF

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

Shades of Zircon #EBEFEF

Tints of Zircon #EBEFEF

Color information

#EBEFEF (or 0xEBEFEF) is unknown color: approx Zircon. HEX triplet: EB, EF and EF. RGB value is (235,239,239). Sum of RGB (Red+Green+Blue) = 235+239+239=713 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.96% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 239 (93.75% from 255 or 33.52% from 713); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #EBEFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEFEF is #141010. Grayscale: #EDEDED. Windows color (decimal): -1314833 or 15724523. OLE color: 15724523.

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

Color convert

RGB235239239-
CMYK0.02000.06
HSL180º11.11%92.94%-
HSV(B)180º1.67%93.73%-
XYZ80.7185.6393.94-
YUV237.8128.67126-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.96%
GREEN value IS 239 (93.75% from 255) = 33.52%
BLUE value IS 239 (93.75% from 255) = 33.52%
R=32.96%
G=33.52%
B=33.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352392390.02000.0618011.1192.94
HexEBEFEF2006b4b5d
Octal353357357200626413135
Binary11101011111011111110111110001101011010010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFEF; }

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

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

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

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

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

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

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

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