Color Hex Logo

#ddc5cc Color Hex

#DDC5CC
(221,197,204)
0 Favorites   0 Comments

Color spaces of #ddc5cc

RGB 221197204
HSL0.950.260.82
HSV343°11°87°
CMYK 0.000.110.08   0.13
XYZ60.684159.664365.4447
Yxy59.66430.32660.3211
Hunter Lab77.24275.06013.8358
CIE-Lab81.65549.6136-0.4140

#ddc5cc color RGB value is (221,197,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 11001100
Octal 335 305 314
Decimal 221 197 204
Hex DD C5 CC

RGB Percentages of Color #ddc5cc

%35.53
%31.67
%32.80

CMYK Percentages of Color #ddc5cc

%0
%11
%8
%13

Triadic Colors of #ddc5cc

#ddc5cc #ccddc5 #c5ccdd

Analogous Colors of #ddc5cc

#ddc5cc #ddcac5 #ddc5d8

Monochromatic Colors of #ddc5cc

#ddc5cc

Complementary Color

#ddc5cc #c5ddd6

#ddc5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc5cc Color CSS Codes

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

#ddc5cc Text Font Color

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

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


#ddc5cc Background Color

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

This div background color is #ddc5cc


#ddc5cc Border Color

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

This div border color is #ddc5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc5cc


Comments

No comments written yet.

Please login to write comment.