Color Hex Logo

#dcc3cb Color Hex

#DCC3CB
(220,195,203)
0 Favorites   0 Comments

Color spaces of #dcc3cb

RGB 220195203
HSL0.950.260.81
HSV341°11°86°
CMYK 0.000.110.08   0.14
XYZ59.809858.557764.6504
Yxy58.55770.32680.3200
Hunter Lab76.52305.59903.4750
CIE-Lab81.047910.1545-0.7758

#dcc3cb color RGB value is (220,195,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 11001011
Octal 334 303 313
Decimal 220 195 203
Hex DC C3 CB

RGB Percentages of Color #dcc3cb

%35.60
%31.55
%32.85

CMYK Percentages of Color #dcc3cb

%0
%11
%8
%14

Triadic Colors of #dcc3cb

#dcc3cb #cbdcc3 #c3cbdc

Analogous Colors of #dcc3cb

#dcc3cb #dcc8c3 #dcc3d8

Monochromatic Colors of #dcc3cb

#dcc3cb

Complementary Color

#dcc3cb #c3dcd4

#dcc3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc3cb Color CSS Codes

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

#dcc3cb Text Font Color

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

This sample text font color is #dcc3cb
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.


#dcc3cb Background Color

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

This div background color is #dcc3cb


#dcc3cb Border Color

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

This div border color is #dcc3cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,195,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 #dcc3cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc3cb


Comments

No comments written yet.

Please login to write comment.