#E2EEEF

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

Shades of Zircon #E2EEEF

Tints of Zircon #E2EEEF

Color information

#E2EEEF (or 0xE2EEEF) is unknown color: approx Zircon. HEX triplet: E2, EE and EF. RGB value is (226,238,239). Sum of RGB (Red+Green+Blue) = 226+238+239=703 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.15% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2EEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EEEF is #1D1110. Grayscale: #EAEAEA. Windows color (decimal): -1904913 or 15724258. OLE color: 15724258.

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

Color convert

RGB226238239-
CMYK0.050.0000.06
HSL184.62º28.89%91.18%-
HSV(B)184.62º5.44%93.73%-
XYZ77.5283.5593.7-
YUV234.53130.52121.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.15%
GREEN value IS 238 (93.36% from 255) = 33.85%
BLUE value IS 239 (93.75% from 255) = 34.00%
R=32.15%
G=33.85%
B=34.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2262382390.050.0000.06184.6228.8991.18
HexE2EEEF5006b91d5b
Octal342356357500627135133
Binary1110001011101110111011111010011010111001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EEEF; }

 p { color: rgb(226,238,239); }

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

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

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

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

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

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

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