Color Hex Logo

#ddaacf Color Hex

#DDAACF
(221,170,207)
0 Favorites   0 Comments

Color spaces of #ddaacf

RGB 221170207
HSL0.880.430.77
HSV316°23°87°
CMYK 0.000.230.06   0.13
XYZ55.456048.626665.4945
Yxy48.62660.32700.2868
Hunter Lab69.732819.9224-6.8735
CIE-Lab75.218424.6218-11.5550

#ddaacf color RGB value is (221,170,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 11001111
Octal 335 252 317
Decimal 221 170 207
Hex DD AA CF

RGB Percentages of Color #ddaacf

%36.96
%28.43
%34.62

CMYK Percentages of Color #ddaacf

%0
%23
%6
%13

Triadic Colors of #ddaacf

#ddaacf #cfddaa #aacfdd

Analogous Colors of #ddaacf

#ddaacf #ddaab6 #d2aadd

Monochromatic Colors of #ddaacf

#ddaacf

Complementary Color

#ddaacf #aaddb8

#ddaacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaacf Color CSS Codes

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

#ddaacf Text Font Color

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

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


#ddaacf Background Color

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

This div background color is #ddaacf


#ddaacf Border Color

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

This div border color is #ddaacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaacf


Comments

No comments written yet.

Please login to write comment.