#ECBFAB

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

Shades of Zinnwaldite #ECBFAB

Tints of Zinnwaldite #ECBFAB

Color information

#ECBFAB (or 0xECBFAB) is unknown color: approx Zinnwaldite. HEX triplet: EC, BF and AB. RGB value is (236,191,171). Sum of RGB (Red+Green+Blue) = 236+191+171=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBFAB is #134054. Grayscale: #CACACA. Windows color (decimal): -1261653 or 11255788. OLE color: 11255788.

HSL color Cylindrical-coordinate representation of color #ECBFAB: hue angle of 18.46º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECBFAB is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236191171-
CMYK00.190.280.07
HSL18.46º63.11%79.8%-
HSV(B)18.46º27.54%92.55%-
XYZ60.5758.0346.54-
YUV202.18110.41152.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.46%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 171 (67.19% from 255) = 28.60%
R=39.46%
G=31.94%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619117100.190.280.0718.4663.1179.8
HexECBFAB0131C7123f50
Octal3542772530233472277120
Binary11101100101111111010101101001111100111100101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBFAB; }

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

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

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

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

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

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

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

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