Color Hex Logo

#dcc3cf Color Hex

#DCC3CF
(220,195,207)
0 Favorites   0 Comments

Color spaces of #dcc3cf

RGB 220195207
HSL0.920.260.81
HSV331°11°86°
CMYK 0.000.110.06   0.14
XYZ60.292858.750967.1938
Yxy58.75090.32370.3155
Hunter Lab76.64916.27351.6783
CIE-Lab81.154510.8453-2.7681

#dcc3cf color RGB value is (220,195,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 11001111
Octal 334 303 317
Decimal 220 195 207
Hex DC C3 CF

RGB Percentages of Color #dcc3cf

%35.37
%31.35
%33.28

CMYK Percentages of Color #dcc3cf

%0
%11
%6
%14

Triadic Colors of #dcc3cf

#dcc3cf #cfdcc3 #c3cfdc

Analogous Colors of #dcc3cf

#dcc3cf #dcc4c3 #dcc3dc

Monochromatic Colors of #dcc3cf

#dcc3cf

Complementary Color

#dcc3cf #c3dcd0

#dcc3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc3cf Color CSS Codes

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

#dcc3cf Text Font Color

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

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


#dcc3cf Background Color

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

This div background color is #dcc3cf


#dcc3cf Border Color

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

This div border color is #dcc3cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc3cf


Comments

No comments written yet.

Please login to write comment.