Color Hex Logo

#ddaddc Color Hex

#DDADDC
(221,173,220)
0 Favorites   0 Comments

Color spaces of #ddaddc

RGB 221173220
HSL0.840.410.77
HSV301°22°87°
CMYK 0.000.220.00   0.13
XYZ57.680650.426674.4034
Yxy50.42660.31600.2763
Hunter Lab71.011720.7196-12.4137
CIE-Lab76.330425.3427-16.9698

#ddaddc color RGB value is (221,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 11011100
Octal 335 255 334
Decimal 221 173 220
Hex DD AD DC

RGB Percentages of Color #ddaddc

%35.99
%28.18
%35.83

CMYK Percentages of Color #ddaddc

%0
%22
%0
%13

Triadic Colors of #ddaddc

#ddaddc #dcddad #addcdd

Analogous Colors of #ddaddc

#ddaddc #ddadc4 #c6addd

Monochromatic Colors of #ddaddc

#ddaddc

Complementary Color

#ddaddc #adddae

#ddaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaddc Color CSS Codes

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

#ddaddc Text Font Color

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

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


#ddaddc Background Color

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

This div background color is #ddaddc


#ddaddc Border Color

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

This div border color is #ddaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaddc


Comments

No comments written yet.

Please login to write comment.