#ECBDAC

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

Shades of Zinnwaldite #ECBDAC

Tints of Zinnwaldite #ECBDAC

Color information

#ECBDAC (or 0xECBDAC) is unknown color: approx Zinnwaldite. HEX triplet: EC, BD and AC. RGB value is (236,189,172). Sum of RGB (Red+Green+Blue) = 236+189+172=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBDAC is #134253. Grayscale: #C9C9C9. Windows color (decimal): -1262164 or 11320812. OLE color: 11320812.

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

Color convert

RGB236189172-
CMYK00.200.270.07
HSL15.94º62.75%80%-
HSV(B)15.94º27.12%92.55%-
XYZ60.2457.2146.9-
YUV201.12111.57152.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.53%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 172 (67.58% from 255) = 28.81%
R=39.53%
G=31.66%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618917200.200.270.0715.9462.7580
HexECBDAC0141B7103f50
Octal3542752540243372077120
Binary11101100101111011010110001010011011111100001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDAC; }

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

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

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

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

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

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

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

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