Color Hex Logo

#ddc0cc Color Hex

#DDC0CC
(221,192,204)
0 Favorites   0 Comments

Color spaces of #ddc0cc

RGB 221192204
HSL0.930.300.81
HSV335°13°87°
CMYK 0.000.130.08   0.13
XYZ59.567557.431165.0725
Yxy57.43110.32720.3154
Hunter Lab75.78337.68452.1380
CIE-Lab80.421512.2752-2.2209

#ddc0cc color RGB value is (221,192,204).

#ddc0cc hex color red value is 221, green value is 192 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ddc0cc hue: 0.93 , saturation: 0.30 and the lightness value of ddc0cc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 11001100
Octal 335 300 314
Decimal 221 192 204
Hex DD C0 CC

RGB Percentages of Color #ddc0cc

%35.82
%31.12
%33.06

CMYK Percentages of Color #ddc0cc

%0
%13
%8
%13

Triadic Colors of #ddc0cc

#ddc0cc #ccddc0 #c0ccdd

Analogous Colors of #ddc0cc

#ddc0cc #ddc3c0 #ddc0db

Monochromatic Colors of #ddc0cc

#ddc0cc

Complementary Color

#ddc0cc #c0ddd1

#ddc0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc0cc Color CSS Codes

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

#ddc0cc Text Font Color

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

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


#ddc0cc Background Color

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

This div background color is #ddc0cc


#ddc0cc Border Color

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

This div border color is #ddc0cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc0cc


Comments

No comments written yet.

Please login to write comment.