Color Hex Logo

#ddccd0 Color Hex

#DDCCD0
(221,204,208)
0 Favorites   0 Comments

Color spaces of #ddccd0

RGB 221204208
HSL0.960.200.83
HSV346°87°
CMYK 0.000.080.06   0.13
XYZ62.796863.111968.5466
Yxy63.11190.32290.3246
Hunter Lab79.44302.07254.4523
CIE-Lab83.50126.59690.1429

#ddccd0 color RGB value is (221,204,208).

#ddccd0 hex color red value is 221, green value is 204 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #ddccd0 hue: 0.96 , saturation: 0.20 and the lightness value of ddccd0 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 11010000
Octal 335 314 320
Decimal 221 204 208
Hex DD CC D0

RGB Percentages of Color #ddccd0

%34.91
%32.23
%32.86

CMYK Percentages of Color #ddccd0

%0
%8
%6
%13

Triadic Colors of #ddccd0

#ddccd0 #d0ddcc #ccd0dd

Analogous Colors of #ddccd0

#ddccd0 #ddd1cc #ddccd9

Monochromatic Colors of #ddccd0

#ddccd0

Complementary Color

#ddccd0 #ccddd9

#ddccd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddccd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddccd0 Color CSS Codes

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

#ddccd0 Text Font Color

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

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


#ddccd0 Background Color

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

This div background color is #ddccd0


#ddccd0 Border Color

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

This div border color is #ddccd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddccd0


Comments

No comments written yet.

Please login to write comment.