#ECC2B7

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

Shades of Zinnwaldite #ECC2B7

Tints of Zinnwaldite #ECC2B7

Color information

#ECC2B7 (or 0xECC2B7) is unknown color: approx Zinnwaldite. HEX triplet: EC, C2 and B7. RGB value is (236,194,183). Sum of RGB (Red+Green+Blue) = 236+194+183=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 183 (71.88% from 255 or 29.85% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2B7 is #133D48. Grayscale: #CDCDCD. Windows color (decimal): -1260873 or 12042988. OLE color: 12042988.

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

Color convert

RGB236194183-
CMYK00.180.220.07
HSL12.45º58.24%82.16%-
HSV(B)12.45º22.46%92.55%-
XYZ62.4359.8453.06-
YUV205.3115.41149.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.50%
GREEN value IS 194 (76.17% from 255) = 31.65%
BLUE value IS 183 (71.88% from 255) = 29.85%
R=38.50%
G=31.65%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619418300.180.220.0712.4558.2482.16
HexECC2B7012167c3a52
Octal3543022670222671472122
Binary1110110011000010101101110100101011011111001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2B7; }

 p { color: rgb(236,194,183); }

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

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

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

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

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

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

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