Color Hex Logo

#ddaccc Color Hex

#DDACCC
(221,172,204)
0 Favorites   0 Comments

Color spaces of #ddaccc

RGB 221172204
HSL0.890.420.77
HSV321°22°87°
CMYK 0.000.220.08   0.13
XYZ55.470449.236863.7068
Yxy49.23680.32940.2924
Hunter Lab70.168918.3133-4.7115
CIE-Lab75.598423.0202-9.3496

#ddaccc color RGB value is (221,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 11001100
Octal 335 254 314
Decimal 221 172 204
Hex DD AC CC

RGB Percentages of Color #ddaccc

%37.02
%28.81
%34.17

CMYK Percentages of Color #ddaccc

%0
%22
%8
%13

Triadic Colors of #ddaccc

#ddaccc #ccddac #acccdd

Analogous Colors of #ddaccc

#ddaccc #ddacb4 #d6acdd

Monochromatic Colors of #ddaccc

#ddaccc

Complementary Color

#ddaccc #acddbd

#ddaccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaccc Color CSS Codes

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

#ddaccc Text Font Color

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

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


#ddaccc Background Color

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

This div background color is #ddaccc


#ddaccc Border Color

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

This div border color is #ddaccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaccc


Comments

No comments written yet.

Please login to write comment.