#ECEEEE

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

Shades of Zircon #ECEEEE

Tints of Zircon #ECEEEE

Color information

#ECEEEE (or 0xECEEEE) is unknown color: approx Zircon. HEX triplet: EC, EE and EE. RGB value is (236,238,238). Sum of RGB (Red+Green+Blue) = 236+238+238=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 238 (93.36% from 255 or 33.43% from 712); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #ECEEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEEEE is #131111. Grayscale: #EDEDED. Windows color (decimal): -1249554 or 15658732. OLE color: 15658732.

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

Color convert

RGB236238238-
CMYK0.01000.07
HSL180º5.56%92.94%-
HSV(B)180º0.84%93.33%-
XYZ80.685.1593.08-
YUV237.4128.34127-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.15%
GREEN value IS 238 (93.36% from 255) = 33.43%
BLUE value IS 238 (93.36% from 255) = 33.43%
R=33.15%
G=33.43%
B=33.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362382380.01000.071805.5692.94
HexECEEEE1007b465d
Octal35435635610072646135
Binary111011001110111011101110100111101101001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEEEE; }

 p { color: rgb(236,238,238); }

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

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

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

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

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

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

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