Color Hex Logo

#ddaace Color Hex

#DDAACE
(221,170,206)
0 Favorites   0 Comments

Color spaces of #ddaace

RGB 221170206
HSL0.880.430.77
HSV318°23°87°
CMYK 0.000.230.07   0.13
XYZ55.334148.577864.8526
Yxy48.57780.32790.2878
Hunter Lab69.697819.7427-6.3799
CIE-Lab75.187924.4471-11.0543

#ddaace color RGB value is (221,170,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 11001110
Octal 335 252 316
Decimal 221 170 206
Hex DD AA CE

RGB Percentages of Color #ddaace

%37.02
%28.48
%34.51

CMYK Percentages of Color #ddaace

%0
%23
%7
%13

Triadic Colors of #ddaace

#ddaace #ceddaa #aacedd

Analogous Colors of #ddaace

#ddaace #ddaab5 #d3aadd

Monochromatic Colors of #ddaace

#ddaace

Complementary Color

#ddaace #aaddb9

#ddaace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaace Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaace Color CSS Codes

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

#ddaace Text Font Color

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

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


#ddaace Background Color

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

This div background color is #ddaace


#ddaace Border Color

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

This div border color is #ddaace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaace


Comments

No comments written yet.

Please login to write comment.