#ECC2B3

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

Shades of Zinnwaldite #ECC2B3

Tints of Zinnwaldite #ECC2B3

Color information

#ECC2B3 (or 0xECC2B3) is unknown color: approx Zinnwaldite. HEX triplet: EC, C2 and B3. RGB value is (236,194,179). Sum of RGB (Red+Green+Blue) = 236+194+179=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 179 (70.31% from 255 or 29.39% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2B3 is #133D4C. Grayscale: #CCCCCC. Windows color (decimal): -1260877 or 11780844. OLE color: 11780844.

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

Color convert

RGB236194179-
CMYK00.180.240.07
HSL15.79º60%81.37%-
HSV(B)15.79º24.15%92.55%-
XYZ62.0259.6750.9-
YUV204.85113.41150.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 194 (76.17% from 255) = 31.86%
BLUE value IS 179 (70.31% from 255) = 29.39%
R=38.75%
G=31.86%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619417900.180.240.0715.796081.37
HexECC2B3012187103c51
Octal3543022630223072074121
Binary11101100110000101011001101001011000111100001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2B3; }

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

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

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

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

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

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

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

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