#ECC4B7

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

Shades of Zinnwaldite #ECC4B7

Tints of Zinnwaldite #ECC4B7

Color information

#ECC4B7 (or 0xECC4B7) is unknown color: approx Zinnwaldite. HEX triplet: EC, C4 and B7. RGB value is (236,196,183). Sum of RGB (Red+Green+Blue) = 236+196+183=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 183 (71.88% from 255 or 29.76% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4B7 is #133B48. Grayscale: #CECECE. Windows color (decimal): -1260361 or 12043500. OLE color: 12043500.

HSL color Cylindrical-coordinate representation of color #ECC4B7: hue angle of 14.72º 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 #ECC4B7 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB236196183-
CMYK00.170.220.07
HSL14.72º58.24%82.16%-
HSV(B)14.72º22.46%92.55%-
XYZ62.8860.7353.21-
YUV206.48114.75149.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 196 (76.95% from 255) = 31.87%
BLUE value IS 183 (71.88% from 255) = 29.76%
R=38.37%
G=31.87%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619618300.170.220.0714.7258.2482.16
HexECC4B7011167f3a52
Octal3543042670212671772122
Binary1110110011000100101101110100011011011111111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC4B7; }

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

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

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

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

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

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

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

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