Color Hex Logo

#ddacdf Color Hex

#DDACDF
(221,172,223)
0 Favorites   0 Comments

Color spaces of #ddacdf

RGB 221172223
HSL0.830.440.77
HSV298°23°87°
CMYK 0.010.230.00   0.13
XYZ57.890650.204976.4514
Yxy50.20490.31370.2720
Hunter Lab70.855421.8419-14.3738
CIE-Lab76.194926.4399-18.8052

#ddacdf color RGB value is (221,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 11011111
Octal 335 254 337
Decimal 221 172 223
Hex DD AC DF

RGB Percentages of Color #ddacdf

%35.88
%27.92
%36.20

CMYK Percentages of Color #ddacdf

%1
%23
%0
%13

Triadic Colors of #ddacdf

#ddacdf #dfddac #acdfdd

Analogous Colors of #ddacdf

#ddacdf #dfacc8 #c4acdf

Monochromatic Colors of #ddacdf

#ddacdf

Complementary Color

#ddacdf #aedfac

#ddacdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddacdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddacdf Color CSS Codes

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

#ddacdf Text Font Color

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

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


#ddacdf Background Color

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

This div background color is #ddacdf


#ddacdf Border Color

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

This div border color is #ddacdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddacdf


Comments

No comments written yet.

Please login to write comment.