#ECC1B4

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

Shades of Zinnwaldite #ECC1B4

Tints of Zinnwaldite #ECC1B4

Color information

#ECC1B4 (or 0xECC1B4) is unknown color: approx Zinnwaldite. HEX triplet: EC, C1 and B4. RGB value is (236,193,180). Sum of RGB (Red+Green+Blue) = 236+193+180=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1B4 is #133E4B. Grayscale: #CCCCCC. Windows color (decimal): -1261132 or 11846124. OLE color: 11846124.

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

Color convert

RGB236193180-
CMYK00.180.240.07
HSL13.93º59.57%81.57%-
HSV(B)13.93º23.73%92.55%-
XYZ61.959.2751.36-
YUV204.38114.25150.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 193 (75.78% from 255) = 31.69%
BLUE value IS 180 (70.70% from 255) = 29.56%
R=38.75%
G=31.69%
B=29.56%

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
Decimal23619318000.180.240.0713.9359.5781.57
HexECC1B4012187e3c52
Octal3543012640223071674122
Binary1110110011000001101101000100101100011111101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1B4; }

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

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

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

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

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

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

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

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