#E7EDEE

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

Shades of Zircon #E7EDEE

Tints of Zircon #E7EDEE

Color information

#E7EDEE (or 0xE7EDEE) is unknown color: approx Zircon. HEX triplet: E7, ED and EE. RGB value is (231,237,238). Sum of RGB (Red+Green+Blue) = 231+237+238=706 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.72% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 238 - color contains mainly: blue. Hex color #E7EDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EDEE is #181211. Grayscale: #EBEBEB. Windows color (decimal): -1577490 or 15658471. OLE color: 15658471.

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

Color convert

RGB231237238-
CMYK0.030.0000.07
HSL188.57º17.07%91.96%-
HSV(B)188.57º2.94%93.33%-
XYZ78.6783.7392.9-
YUV235.32129.51124.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.72%
GREEN value IS 237 (92.97% from 255) = 33.57%
BLUE value IS 238 (93.36% from 255) = 33.71%
R=32.72%
G=33.57%
B=33.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312372380.030.0000.07188.5717.0791.96
HexE7EDEE3007bd115c
Octal347355356300727521134
Binary111001111110110111101110110011110111101100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EDEE; }

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

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

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

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

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

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

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

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