Color Hex Logo

#ddaddd Color Hex

#DDADDD
(221,173,221)
0 Favorites   0 Comments

Color spaces of #ddaddd

RGB 221173221
HSL0.830.410.77
HSV300°22°87°
CMYK 0.000.220.00   0.13
XYZ57.813550.479875.1031
Yxy50.47980.31520.2752
Hunter Lab71.049120.9115-12.9386
CIE-Lab76.362825.5276-17.4643

#ddaddd color RGB value is (221,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 11011101
Octal 335 255 335
Decimal 221 173 221
Hex DD AD DD

RGB Percentages of Color #ddaddd

%35.93
%28.13
%35.93

CMYK Percentages of Color #ddaddd

%0
%22
%0
%13

Triadic Colors of #ddaddd

#ddaddd #ddddad #addddd

Analogous Colors of #ddaddd

#ddaddd #ddadc5 #c5addd

Monochromatic Colors of #ddaddd

#ddaddd

Complementary Color

#ddaddd #adddad

#ddaddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaddd Color CSS Codes

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

#ddaddd Text Font Color

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

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


#ddaddd Background Color

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

This div background color is #ddaddd


#ddaddd Border Color

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

This div border color is #ddaddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaddd


Comments

No comments written yet.

Please login to write comment.