Color Hex Logo

#ddadcd Color Hex

#DDADCD
(221,173,205)
0 Favorites   0 Comments

Color spaces of #ddadcd

RGB 221173205
HSL0.890.410.77
HSV320°22°87°
CMYK 0.000.220.07   0.13
XYZ55.781849.667164.4043
Yxy49.66710.32840.2924
Hunter Lab70.474917.9540-4.8504
CIE-Lab75.864522.6538-9.4991

#ddadcd color RGB value is (221,173,205).

#ddadcd hex color red value is 221, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ddadcd hue: 0.89 , saturation: 0.41 and the lightness value of ddadcd is 0.77.

The process color (four color CMYK) of #ddadcd color hex is 0.00, 0.22, 0.07, 0.13. Web safe color of #ddadcd is #cc99cc. Color #ddadcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 11001101
Octal 335 255 315
Decimal 221 173 205
Hex DD AD CD

RGB Percentages of Color #ddadcd

%36.89
%28.88
%34.22

CMYK Percentages of Color #ddadcd

%0
%22
%7
%13

Triadic Colors of #ddadcd

#ddadcd #cdddad #adcddd

Analogous Colors of #ddadcd

#ddadcd #ddadb5 #d5addd

Monochromatic Colors of #ddadcd

#ddadcd

Complementary Color

#ddadcd #adddbd

#ddadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadcd Color CSS Codes

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

#ddadcd Text Font Color

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

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


#ddadcd Background Color

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

This div background color is #ddadcd


#ddadcd Border Color

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

This div border color is #ddadcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadcd


Comments

No comments written yet.

Please login to write comment.