Color Hex Logo

#ddc5dc Color Hex

#DDC5DC
(221,197,220)
0 Favorites   0 Comments

Color spaces of #ddc5dc

RGB 221197220
HSL0.840.260.82
HSV303°11°87°
CMYK 0.000.110.00   0.13
XYZ62.703360.472076.0776
Yxy60.47200.31470.3035
Hunter Lab77.76377.8435-3.5698
CIE-Lab82.094112.4460-8.3439

#ddc5dc color RGB value is (221,197,220).

#ddc5dc hex color red value is 221, green value is 197 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ddc5dc hue: 0.84 , saturation: 0.26 and the lightness value of ddc5dc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 11011100
Octal 335 305 334
Decimal 221 197 220
Hex DD C5 DC

RGB Percentages of Color #ddc5dc

%34.64
%30.88
%34.48

CMYK Percentages of Color #ddc5dc

%0
%11
%0
%13

Triadic Colors of #ddc5dc

#ddc5dc #dcddc5 #c5dcdd

Analogous Colors of #ddc5dc

#ddc5dc #ddc5d0 #d2c5dd

Monochromatic Colors of #ddc5dc

#ddc5dc

Complementary Color

#ddc5dc #c5ddc6

#ddc5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc5dc Color CSS Codes

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

#ddc5dc Text Font Color

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

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


#ddc5dc Background Color

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

This div background color is #ddc5dc


#ddc5dc Border Color

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

This div border color is #ddc5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc5dc


Comments

No comments written yet.

Please login to write comment.