Color Hex Logo

#ddc7cc Color Hex

#DDC7CC
(221,199,204)
0 Favorites   0 Comments

Color spaces of #ddc7cc

RGB 221199204
HSL0.960.240.82
HSV346°10°87°
CMYK 0.000.100.08   0.13
XYZ61.141360.578665.5971
Yxy60.57860.32640.3234
Hunter Lab77.83234.01464.5129
CIE-Lab82.15178.55290.3107

#ddc7cc color RGB value is (221,199,204).

#ddc7cc hex color red value is 221, green value is 199 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ddc7cc hue: 0.96 , saturation: 0.24 and the lightness value of ddc7cc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000111 11001100
Octal 335 307 314
Decimal 221 199 204
Hex DD C7 CC

RGB Percentages of Color #ddc7cc

%35.42
%31.89
%32.69

CMYK Percentages of Color #ddc7cc

%0
%10
%8
%13

Triadic Colors of #ddc7cc

#ddc7cc #ccddc7 #c7ccdd

Analogous Colors of #ddc7cc

#ddc7cc #ddcdc7 #ddc7d7

Monochromatic Colors of #ddc7cc

#ddc7cc

Complementary Color

#ddc7cc #c7ddd8

#ddc7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc7cc Color CSS Codes

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

#ddc7cc Text Font Color

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

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


#ddc7cc Background Color

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

This div background color is #ddc7cc


#ddc7cc Border Color

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

This div border color is #ddc7cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,199,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddc7cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddc7cc;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc7cc;
  box-shadow:         1px 1px 3px 2px #ddc7cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,199,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc7cc


Comments

No comments written yet.

Please login to write comment.