#ECBDA6

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

Shades of Zinnwaldite #ECBDA6

Tints of Zinnwaldite #ECBDA6

Color information

#ECBDA6 (or 0xECBDA6) is unknown color: approx Zinnwaldite. HEX triplet: EC, BD and A6. RGB value is (236,189,166). Sum of RGB (Red+Green+Blue) = 236+189+166=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBDA6 is #134259. Grayscale: #C8C8C8. Windows color (decimal): -1262170 or 10927596. OLE color: 10927596.

HSL color Cylindrical-coordinate representation of color #ECBDA6: hue angle of 19.71º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECBDA6 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB236189166-
CMYK00.200.300.07
HSL19.71º64.81%78.82%-
HSV(B)19.71º29.66%92.55%-
XYZ59.6756.9843.93-
YUV200.43108.57153.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.93%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 166 (65.23% from 255) = 28.09%
R=39.93%
G=31.98%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618916600.200.300.0719.7164.8178.82
HexECBDA60141E714414f
Octal35427524602436724101117
Binary111011001011110110100110010100111101111010010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDA6; }

 p { color: rgb(236,189,166); }

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

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

 a { background-color: rgb(236,189,166); }

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

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

 span { border-color: rgb(236,189,166); }

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