Color Hex Logo

#ddc1dc Color Hex

#DDC1DC
(221,193,220)
0 Favorites   0 Comments

Color spaces of #ddc1dc

RGB 221193220
HSL0.840.290.81
HSV302°13°87°
CMYK 0.000.130.00   0.13
XYZ61.807058.679475.7788
Yxy58.67940.31490.2990
Hunter Lab76.60259.9691-5.0307
CIE-Lab81.115114.5820-9.7992

#ddc1dc color RGB value is (221,193,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000001 11011100
Octal 335 301 334
Decimal 221 193 220
Hex DD C1 DC

RGB Percentages of Color #ddc1dc

%34.86
%30.44
%34.70

CMYK Percentages of Color #ddc1dc

%0
%13
%0
%13

Triadic Colors of #ddc1dc

#ddc1dc #dcddc1 #c1dcdd

Analogous Colors of #ddc1dc

#ddc1dc #ddc1ce #d0c1dd

Monochromatic Colors of #ddc1dc

#ddc1dc

Complementary Color

#ddc1dc #c1ddc2

#ddc1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc1dc Color CSS Codes

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

#ddc1dc Text Font Color

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

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


#ddc1dc Background Color

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

This div background color is #ddc1dc


#ddc1dc Border Color

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

This div border color is #ddc1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc1dc


Comments

No comments written yet.

Please login to write comment.