#E9EDEE

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

Shades of Zircon #E9EDEE

Tints of Zircon #E9EDEE

Color information

#E9EDEE (or 0xE9EDEE) is unknown color: approx Zircon. HEX triplet: E9, ED and EE. RGB value is (233,237,238). Sum of RGB (Red+Green+Blue) = 233+237+238=708 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.91% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 238 (93.36% from 255 or 33.62% from 708); Max value from RGB is 238 - color contains mainly: blue. Hex color #E9EDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EDEE is #161211. Grayscale: #EBEBEB. Windows color (decimal): -1446418 or 15658473. OLE color: 15658473.

HSL color Cylindrical-coordinate representation of color #E9EDEE: hue angle of 192º degrees, saturation: 0.13, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E9EDEE is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233237238-
CMYK0.020.0000.07
HSL192º12.82%92.35%-
HSV(B)192º2.1%93.33%-
XYZ79.3284.0792.93-
YUV235.92129.17125.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.91%
GREEN value IS 237 (92.97% from 255) = 33.47%
BLUE value IS 238 (93.36% from 255) = 33.62%
R=32.91%
G=33.47%
B=33.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332372380.020.0000.0719212.8292.35
HexE9EDEE2007c0d5c
Octal351355356200730015134
Binary11101001111011011110111010001111100000011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EDEE; }

 p { color: rgb(233,237,238); }

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

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

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

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

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

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

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