Color Hex Logo

#dcc2cb Color Hex

#DCC2CB
(220,194,203)
0 Favorites   0 Comments

Color spaces of #dcc2cb

RGB 220194203
HSL0.940.270.81
HSV339°12°86°
CMYK 0.000.120.08   0.14
XYZ59.586558.111064.5759
Yxy58.11100.32690.3188
Hunter Lab76.23066.12313.1361
CIE-Lab80.800510.6870-1.1378

#dcc2cb color RGB value is (220,194,203).

#dcc2cb hex color red value is 220, green value is 194 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dcc2cb hue: 0.94 , saturation: 0.27 and the lightness value of dcc2cb is 0.81.

The process color (four color CMYK) of #dcc2cb color hex is 0.00, 0.12, 0.08, 0.14. Web safe color of #dcc2cb is #cccccc. Color #dcc2cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 11001011
Octal 334 302 313
Decimal 220 194 203
Hex DC C2 CB

RGB Percentages of Color #dcc2cb

%35.66
%31.44
%32.90

CMYK Percentages of Color #dcc2cb

%0
%12
%8
%14

Triadic Colors of #dcc2cb

#dcc2cb #cbdcc2 #c2cbdc

Analogous Colors of #dcc2cb

#dcc2cb #dcc6c2 #dcc2d8

Monochromatic Colors of #dcc2cb

#dcc2cb

Complementary Color

#dcc2cb #c2dcd3

#dcc2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc2cb Color CSS Codes

.mybgcolor {background-color:#dcc2cb; } 
.myforecolor {color:#dcc2cb; }
.mybordercolor {border:3px solid #dcc2cb; }

#dcc2cb Text Font Color

<p style="color:#dcc2cb">Text here</p>

This sample text font color is #dcc2cb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dcc2cb Background Color

<div style="background-color:#dcc2cb">
Div content here</div>

This div background color is #dcc2cb


#dcc2cb Border Color

<div style="border:3px solid #dcc2cb">
Div here</div>

This div border color is #dcc2cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,194,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcc2cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcc2cb;
  -webkit-box-shadow: 1px 1px 3px 2px #dcc2cb;
  box-shadow:         1px 1px 3px 2px #dcc2cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,194,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dcc2cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dcc2cb;
  -webkit-box-shadow: 1px 1px 3px 2px #dcc2cb;
  box-shadow:         1px 1px 3px 2px #dcc2cb;">
Div content here</div>

This div box has shadow with color #dcc2cb


Comments

No comments written yet.

Please login to write comment.