Color Hex Logo

#ddaacc Color Hex

#DDAACC
(221,170,204)
2 Favorites   0 Comments

Color spaces of #ddaacc

RGB 221170204
HSL0.890.430.77
HSV320°23°87°
CMYK 0.000.230.08   0.13
XYZ55.092648.481263.5809
Yxy48.48120.32960.2900
Hunter Lab69.628419.3860-5.4005
CIE-Lab75.127424.0995-10.0514

#ddaacc color RGB value is (221,170,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 11001100
Octal 335 252 314
Decimal 221 170 204
Hex DD AA CC

RGB Percentages of Color #ddaacc

%37.14
%28.57
%34.29

CMYK Percentages of Color #ddaacc

%0
%23
%8
%13

Triadic Colors of #ddaacc

#ddaacc #ccddaa #aaccdd

Analogous Colors of #ddaacc

#ddaacc #ddaab3 #d5aadd

Monochromatic Colors of #ddaacc

#ddaacc

Complementary Color

#ddaacc #aaddbb

#ddaacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaacc Color CSS Codes

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

#ddaacc Text Font Color

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

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


#ddaacc Background Color

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

This div background color is #ddaacc


#ddaacc Border Color

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

This div border color is #ddaacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaacc

#ddaacc Color Palettes


Comments

No comments written yet.

Please login to write comment.