#ECBDB0

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

Shades of Zinnwaldite #ECBDB0

Tints of Zinnwaldite #ECBDB0

Color information

#ECBDB0 (or 0xECBDB0) is unknown color: approx Zinnwaldite. HEX triplet: EC, BD and B0. RGB value is (236,189,176). Sum of RGB (Red+Green+Blue) = 236+189+176=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBDB0 is #13424F. Grayscale: #C9C9C9. Windows color (decimal): -1262160 or 11582956. OLE color: 11582956.

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

Color convert

RGB236189176-
CMYK00.200.250.07
HSL13º61.22%80.78%-
HSV(B)13º25.42%92.55%-
XYZ60.6357.3648.95-
YUV201.57113.57152.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.27%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 176 (69.14% from 255) = 29.28%
R=39.27%
G=31.45%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618917600.200.250.071361.2280.78
HexECBDB0014197d3d51
Octal3542752600243171575121
Binary1110110010111101101100000101001100111111011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDB0; }

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

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

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

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

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

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

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

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