#ECBFB3

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

Shades of Zinnwaldite #ECBFB3

Tints of Zinnwaldite #ECBFB3

Color information

#ECBFB3 (or 0xECBFB3) is unknown color: approx Zinnwaldite. HEX triplet: EC, BF and B3. RGB value is (236,191,179). Sum of RGB (Red+Green+Blue) = 236+191+179=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFB3 is #13404C. Grayscale: #CBCBCB. Windows color (decimal): -1261645 or 11780076. OLE color: 11780076.

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

Color convert

RGB236191179-
CMYK00.190.240.07
HSL12.63º60%81.37%-
HSV(B)12.63º24.15%92.55%-
XYZ61.3658.3550.68-
YUV203.09114.41151.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 179 (70.31% from 255) = 29.54%
R=38.94%
G=31.52%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619117900.190.240.0712.636081.37
HexECBFB3013187d3c51
Octal3542772630233071574121
Binary1110110010111111101100110100111100011111011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFB3; }

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

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

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

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

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

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

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

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