Color Hex Logo

#ddc4cd Color Hex

#DDC4CD
(221,196,205)
0 Favorites   0 Comments

Color spaces of #ddc4cd

RGB 221196205
HSL0.940.270.82
HSV338°11°87°
CMYK 0.000.110.07   0.13
XYZ60.578259.259866.0031
Yxy59.25980.32600.3189
Hunter Lab76.98045.75143.0509
CIE-Lab81.434210.3164-1.2741

#ddc4cd color RGB value is (221,196,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 11001101
Octal 335 304 315
Decimal 221 196 205
Hex DD C4 CD

RGB Percentages of Color #ddc4cd

%35.53
%31.51
%32.96

CMYK Percentages of Color #ddc4cd

%0
%11
%7
%13

Triadic Colors of #ddc4cd

#ddc4cd #cdddc4 #c4cddd

Analogous Colors of #ddc4cd

#ddc4cd #ddc8c4 #ddc4da

Monochromatic Colors of #ddc4cd

#ddc4cd

Complementary Color

#ddc4cd #c4ddd4

#ddc4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc4cd Color CSS Codes

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

#ddc4cd Text Font Color

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

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


#ddc4cd Background Color

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

This div background color is #ddc4cd


#ddc4cd Border Color

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

This div border color is #ddc4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc4cd


Comments

No comments written yet.

Please login to write comment.