Color Hex Logo

#ddc4cb Color Hex

#DDC4CB
(221,196,203)
0 Favorites   0 Comments

Color spaces of #ddc4cb

RGB 221196203
HSL0.950.270.82
HSV343°11°87°
CMYK 0.000.110.08   0.13
XYZ60.338259.163864.7395
Yxy59.16380.32750.3211
Hunter Lab76.91805.41753.9401
CIE-Lab81.38159.9743-0.2777

#ddc4cb color RGB value is (221,196,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 11001011
Octal 335 304 313
Decimal 221 196 203
Hex DD C4 CB

RGB Percentages of Color #ddc4cb

%35.65
%31.61
%32.74

CMYK Percentages of Color #ddc4cb

%0
%11
%8
%13

Triadic Colors of #ddc4cb

#ddc4cb #cbddc4 #c4cbdd

Analogous Colors of #ddc4cb

#ddc4cb #ddcac4 #ddc4d8

Monochromatic Colors of #ddc4cb

#ddc4cb

Complementary Color

#ddc4cb #c4ddd6

#ddc4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc4cb Color CSS Codes

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

#ddc4cb Text Font Color

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

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


#ddc4cb Background Color

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

This div background color is #ddc4cb


#ddc4cb Border Color

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

This div border color is #ddc4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc4cb


Comments

No comments written yet.

Please login to write comment.