Color Hex Logo

#dcc5cb Color Hex

#DCC5CB
(220,197,203)
0 Favorites   0 Comments

Color spaces of #dcc5cb

RGB 220197203
HSL0.960.250.82
HSV344°10°86°
CMYK 0.000.100.08   0.14
XYZ60.260959.459964.8007
Yxy59.45990.32660.3222
Hunter Lab77.11024.55314.1520
CIE-Lab81.54379.0917-0.0511

#dcc5cb color RGB value is (220,197,203).

#dcc5cb hex color red value is 220, green value is 197 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dcc5cb hue: 0.96 , saturation: 0.25 and the lightness value of dcc5cb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 11001011
Octal 334 305 313
Decimal 220 197 203
Hex DC C5 CB

RGB Percentages of Color #dcc5cb

%35.48
%31.77
%32.74

CMYK Percentages of Color #dcc5cb

%0
%10
%8
%14

Triadic Colors of #dcc5cb

#dcc5cb #cbdcc5 #c5cbdc

Analogous Colors of #dcc5cb

#dcc5cb #dccbc5 #dcc5d7

Monochromatic Colors of #dcc5cb

#dcc5cb

Complementary Color

#dcc5cb #c5dcd6

#dcc5cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc5cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc5cb Color CSS Codes

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

#dcc5cb Text Font Color

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

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


#dcc5cb Background Color

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

This div background color is #dcc5cb


#dcc5cb Border Color

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

This div border color is #dcc5cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc5cb


Comments

No comments written yet.

Please login to write comment.