#E0EDEE

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

Shades of Zircon #E0EDEE

Tints of Zircon #E0EDEE

Color information

#E0EDEE (or 0xE0EDEE) is unknown color: approx Zircon. HEX triplet: E0, ED and EE. RGB value is (224,237,238). Sum of RGB (Red+Green+Blue) = 224+237+238=699 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.05% from 699); Green value is 237 (92.97% from 255 or 33.91% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EDEE is #1F1211. Grayscale: #E9E9E9. Windows color (decimal): -2036242 or 15658464. OLE color: 15658464.

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

Color convert

RGB224237238-
CMYK0.060.0000.07
HSL184.29º29.17%90.59%-
HSV(B)184.29º5.88%93.33%-
XYZ76.4682.5992.8-
YUV233.23130.69121.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.05%
GREEN value IS 237 (92.97% from 255) = 33.91%
BLUE value IS 238 (93.36% from 255) = 34.05%
R=32.05%
G=33.91%
B=34.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242372380.060.0000.07184.2929.1790.59
HexE0EDEE6007b81d5b
Octal340355356600727035133
Binary1110000011101101111011101100011110111000111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EDEE; }

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

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

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

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

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

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

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

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