Color Hex Logo

#ddacde Color Hex

#DDACDE
(221,172,222)
0 Favorites   0 Comments

Color spaces of #ddacde

RGB 221172222
HSL0.830.430.77
HSV299°23°87°
CMYK 0.000.230.00   0.13
XYZ57.756150.151175.7433
Yxy50.15110.31450.2731
Hunter Lab70.817421.6475-13.8418
CIE-Lab76.161926.2534-18.3114

#ddacde color RGB value is (221,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 11011110
Octal 335 254 336
Decimal 221 172 222
Hex DD AC DE

RGB Percentages of Color #ddacde

%35.93
%27.97
%36.10

CMYK Percentages of Color #ddacde

%0
%23
%0
%13

Triadic Colors of #ddacde

#ddacde #deddac #acdedd

Analogous Colors of #ddacde

#ddacde #deacc6 #c4acde

Monochromatic Colors of #ddacde

#ddacde

Complementary Color

#ddacde #addeac

#ddacde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddacde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddacde Color CSS Codes

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

#ddacde Text Font Color

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

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


#ddacde Background Color

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

This div background color is #ddacde


#ddacde Border Color

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

This div border color is #ddacde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddacde


Comments

No comments written yet.

Please login to write comment.