#ECC1B5

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

Shades of Zinnwaldite #ECC1B5

Tints of Zinnwaldite #ECC1B5

Color information

#ECC1B5 (or 0xECC1B5) is unknown color: approx Zinnwaldite. HEX triplet: EC, C1 and B5. RGB value is (236,193,181). Sum of RGB (Red+Green+Blue) = 236+193+181=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1B5 is #133E4A. Grayscale: #CCCCCC. Windows color (decimal): -1261131 or 11911660. OLE color: 11911660.

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

Color convert

RGB236193181-
CMYK00.180.230.07
HSL13.09º59.14%81.76%-
HSV(B)13.09º23.31%92.55%-
XYZ6259.3151.9-
YUV204.49114.75150.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.69%
GREEN value IS 193 (75.78% from 255) = 31.64%
BLUE value IS 181 (71.09% from 255) = 29.67%
R=38.69%
G=31.64%
B=29.67%

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
Decimal23619318100.180.230.0713.0959.1481.76
HexECC1B5012177d3b52
Octal3543012650222771573122
Binary1110110011000001101101010100101011111111011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1B5; }

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

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

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

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

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

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

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

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