Html Css Color HEX #ECBDB0 Zinnwaldite

📋 copy color: '#ECBDB0'

red 236 ◦ green 189 ◦ blue 176

#ECBDB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zinnwaldite #ECBDB0

Tints of Zinnwaldite #ECBDB0

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 value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ECBDB0 (or 0xECBDB0) is known color: 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

RGB 236 189 176 -
CMYK 0 0.20 0.25 0.07
HSL 13º 0.61% 0.81% -
HSV(B) 13º 0.25% 0.93% -
XYZ 60.63 57.36 48.95 -
YUV 201.57 113.57 152.56 -
System Red Green Blue C M Y K H S L
Decimal 236 189 176 0 0.20 0.25 0.07 13 0.61 0.81
Hex EC BD B0 0 14 19 7 D 3D 51
Octal 354 275 260 0 24 31 7 15 75 121
Binary 11101100 10111101 10110000 0 10100 11001 111 1101 111101 1010001

Color Harmonies of #ECBDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBDB0

Black with #ECBDB0

Text Example


Text Example

White with #ECBDB0

Text Example


Text Example

HTML Codes & Css Web 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>