Color Hex Logo

#ddaddf Color Hex

#DDADDF
(221,173,223)
0 Favorites   0 Comments

Color spaces of #ddaddf

RGB 221173223
HSL0.830.440.78
HSV298°22°87°
CMYK 0.010.220.00   0.13
XYZ58.081650.587076.5151
Yxy50.58700.31360.2732
Hunter Lab71.124521.2984-13.9964
CIE-Lab76.428225.8999-18.4523

#ddaddf color RGB value is (221,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 11011111
Octal 335 255 337
Decimal 221 173 223
Hex DD AD DF

RGB Percentages of Color #ddaddf

%35.82
%28.04
%36.14

CMYK Percentages of Color #ddaddf

%1
%22
%0
%13

Triadic Colors of #ddaddf

#ddaddf #dfddad #addfdd

Analogous Colors of #ddaddf

#ddaddf #dfadc8 #c4addf

Monochromatic Colors of #ddaddf

#ddaddf

Complementary Color

#ddaddf #afdfad

#ddaddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaddf Color CSS Codes

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

#ddaddf Text Font Color

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

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


#ddaddf Background Color

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

This div background color is #ddaddf


#ddaddf Border Color

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

This div border color is #ddaddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaddf


Comments

No comments written yet.

Please login to write comment.