#EAEFF0

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

Shades of Zircon #EAEFF0

Tints of Zircon #EAEFF0

Color information

#EAEFF0 (or 0xEAEFF0) is unknown color: approx Zircon. HEX triplet: EA, EF and F0. RGB value is (234,239,240). Sum of RGB (Red+Green+Blue) = 234+239+240=713 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.82% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAEFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEFF0 is #15100F. Grayscale: #EDEDED. Windows color (decimal): -1380368 or 15790058. OLE color: 15790058.

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

Color convert

RGB234239240-
CMYK0.020.0000.06
HSL190º16.67%92.94%-
HSV(B)190º2.5%94.12%-
XYZ80.5385.5294.7-
YUV237.62129.34125.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.82%
GREEN value IS 239 (93.75% from 255) = 33.52%
BLUE value IS 240 (94.14% from 255) = 33.66%
R=32.82%
G=33.52%
B=33.66%

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
Decimal2342392400.020.0000.0619016.6792.94
HexEAEFF02006be115d
Octal352357360200627621135
Binary111010101110111111110000100011010111110100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEFF0; }

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

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

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

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

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

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

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

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