#EBEFF0

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

Shades of Zircon #EBEFF0

Tints of Zircon #EBEFF0

Color information

#EBEFF0 (or 0xEBEFF0) is unknown color: approx Zircon. HEX triplet: EB, EF and F0. RGB value is (235,239,240). Sum of RGB (Red+Green+Blue) = 235+239+240=714 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.91% from 714); Green value is 239 (93.75% from 255 or 33.47% from 714); Blue value is 240 (94.14% from 255 or 33.61% from 714); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBEFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEFF0 is #14100F. Grayscale: #EDEDED. Windows color (decimal): -1314832 or 15790059. OLE color: 15790059.

HSL color Cylindrical-coordinate representation of color #EBEFF0: hue angle of 192º degrees, saturation: 0.14, 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 #EBEFF0 is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235239240-
CMYK0.020.0000.06
HSL192º14.29%93.14%-
HSV(B)192º2.08%94.12%-
XYZ80.8685.6994.72-
YUV237.92129.17125.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.91%
GREEN value IS 239 (93.75% from 255) = 33.47%
BLUE value IS 240 (94.14% from 255) = 33.61%
R=32.91%
G=33.47%
B=33.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352392400.020.0000.0619214.2993.14
HexEBEFF02006c0e5d
Octal353357360200630016135
Binary11101011111011111111000010001101100000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFF0; }

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

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

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

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

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

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

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

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