Color Hex Logo

#ddaadc Color Hex

#DDAADC
(221,170,220)
0 Favorites   0 Comments

Color spaces of #ddaadc

RGB 221170220
HSL0.840.430.77
HSV301°23°87°
CMYK 0.000.230.00   0.13
XYZ57.111849.288974.2137
Yxy49.28890.31620.2729
Hunter Lab70.206122.3471-13.5303
CIE-Lab75.630726.9624-18.0263

#ddaadc color RGB value is (221,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 11011100
Octal 335 252 334
Decimal 221 170 220
Hex DD AA DC

RGB Percentages of Color #ddaadc

%36.17
%27.82
%36.01

CMYK Percentages of Color #ddaadc

%0
%23
%0
%13

Triadic Colors of #ddaadc

#ddaadc #dcddaa #aadcdd

Analogous Colors of #ddaadc

#ddaadc #ddaac3 #c5aadd

Monochromatic Colors of #ddaadc

#ddaadc

Complementary Color

#ddaadc #aaddab

#ddaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaadc Color CSS Codes

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

#ddaadc Text Font Color

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

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


#ddaadc Background Color

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

This div background color is #ddaadc


#ddaadc Border Color

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

This div border color is #ddaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaadc


Comments

No comments written yet.

Please login to write comment.