Html Css Color HEX #ECC1B3 Zinnwaldite

📋 copy color: '#ECC1B3'

red 236 ◦ green 193 ◦ blue 179

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

Shades of Zinnwaldite #ECC1B3

Tints of Zinnwaldite #ECC1B3

RGB

 RED value IS 236 (92.58% from 255) = 38.82%

 GREEN value IS 193 (75.78% from 255) = 31.74%

 BLUE value IS 179 (70.31% from 255) = 29.44%

R = 38.82%
G = 31.74%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ECC1B3 (or 0xECC1B3) is known color: Zinnwaldite. HEX triplet: EC, C1 and B3. RGB value is (236,193,179). Sum of RGB (Red+Green+Blue) = 236+193+179=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 179 (70.31% from 255 or 29.44% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1B3 is #133E4C. Grayscale: #CCCCCC. Windows color (decimal): -1261133 or 11780588. OLE color: 11780588.

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

Color convert

RGB 236 193 179 -
CMYK 0 0.18 0.24 0.07
HSL 14.74º 0.6% 0.81% -
HSV(B) 14.74º 0.24% 0.93% -
XYZ 61.8 59.23 50.82 -
YUV 204.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 236 193 179 0 0.18 0.24 0.07 14.74 0.6 0.81
Hex EC C1 B3 0 12 18 7 F 3C 51
Octal 354 301 263 0 22 30 7 17 74 121
Binary 11101100 11000001 10110011 0 10010 11000 111 1111 111100 1010001

Color Harmonies of #ECC1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC1B3

Black with #ECC1B3

Text Example


Text Example

White with #ECC1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC1B3; }

 p { color: rgb(236,193,179); }

 H1.HeaderClassName
 {
   color: #ECC1B3;
 }
 .AnyTagClassName
 {
   color: #ECC1B3;
 }
</style>

background-color css

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

 a { background-color: rgb(236,193,179); }

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

border-color css

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

 span { border-color: rgb(236,193,179); }

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