#ECC2B5

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

Shades of Zinnwaldite #ECC2B5

Tints of Zinnwaldite #ECC2B5

Color information

#ECC2B5 (or 0xECC2B5) is unknown color: approx Zinnwaldite. HEX triplet: EC, C2 and B5. RGB value is (236,194,181). Sum of RGB (Red+Green+Blue) = 236+194+181=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 181 (71.09% from 255 or 29.62% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2B5 is #133D4A. Grayscale: #CDCDCD. Windows color (decimal): -1260875 or 11911916. OLE color: 11911916.

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

Color convert

RGB236194181-
CMYK00.180.230.07
HSL14.18º59.14%81.76%-
HSV(B)14.18º23.31%92.55%-
XYZ62.2259.7551.97-
YUV205.08114.41150.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 194 (76.17% from 255) = 31.75%
BLUE value IS 181 (71.09% from 255) = 29.62%
R=38.63%
G=31.75%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619418100.180.230.0714.1859.1481.76
HexECC2B5012177e3b52
Octal3543022650222771673122
Binary1110110011000010101101010100101011111111101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2B5; }

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

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

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

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

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

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

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

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