Color Hex Logo

#ddacce Color Hex

#DDACCE
(221,172,206)
0 Favorites   0 Comments

Color spaces of #ddacce

RGB 221172206
HSL0.880.420.77
HSV318°22°87°
CMYK 0.000.220.07   0.13
XYZ55.711949.333464.9785
Yxy49.33340.32770.2902
Hunter Lab70.237718.6684-5.6841
CIE-Lab75.658323.3677-10.3521

#ddacce color RGB value is (221,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 11001110
Octal 335 254 316
Decimal 221 172 206
Hex DD AC CE

RGB Percentages of Color #ddacce

%36.89
%28.71
%34.39

CMYK Percentages of Color #ddacce

%0
%22
%7
%13

Triadic Colors of #ddacce

#ddacce #ceddac #accedd

Analogous Colors of #ddacce

#ddacce #ddacb6 #d4acdd

Monochromatic Colors of #ddacce

#ddacce

Complementary Color

#ddacce #acddbb

#ddacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddacce Color CSS Codes

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

#ddacce Text Font Color

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

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


#ddacce Background Color

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

This div background color is #ddacce


#ddacce Border Color

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

This div border color is #ddacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddacce


Comments

No comments written yet.

Please login to write comment.