Color Hex Logo

#ddc3cc Color Hex

#DDC3CC
(221,195,204)
0 Favorites   0 Comments

Color spaces of #ddc3cc

RGB 221195204
HSL0.940.280.82
HSV339°12°87°
CMYK 0.000.120.08   0.13
XYZ60.233058.762065.2943
Yxy58.76200.32680.3189
Hunter Lab76.65646.10833.1575
CIE-Lab81.160610.6768-1.1377

#ddc3cc color RGB value is (221,195,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 11001100
Octal 335 303 314
Decimal 221 195 204
Hex DD C3 CC

RGB Percentages of Color #ddc3cc

%35.65
%31.45
%32.90

CMYK Percentages of Color #ddc3cc

%0
%12
%8
%13

Triadic Colors of #ddc3cc

#ddc3cc #ccddc3 #c3ccdd

Analogous Colors of #ddc3cc

#ddc3cc #ddc7c3 #ddc3d9

Monochromatic Colors of #ddc3cc

#ddc3cc

Complementary Color

#ddc3cc #c3ddd4

#ddc3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc3cc Color CSS Codes

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

#ddc3cc Text Font Color

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

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


#ddc3cc Background Color

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

This div background color is #ddc3cc


#ddc3cc Border Color

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

This div border color is #ddc3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc3cc


Comments

No comments written yet.

Please login to write comment.