Color Hex Logo

#ddace1 Color Hex

#DDACE1
(221,172,225)
0 Favorites   0 Comments

Color spaces of #ddace1

RGB 221172225
HSL0.820.470.78
HSV295°24°88°
CMYK 0.020.240.00   0.12
XYZ58.161950.313477.8802
Yxy50.31340.31210.2700
Hunter Lab70.931922.2333-15.4455
CIE-Lab76.261226.8149-19.7913

#ddace1 color RGB value is (221,172,225).

#ddace1 hex color red value is 221, green value is 172 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ddace1 hue: 0.82 , saturation: 0.47 and the lightness value of ddace1 is 0.78.

The process color (four color CMYK) of #ddace1 color hex is 0.02, 0.24, 0.00, 0.12. Web safe color of #ddace1 is #cc99cc. Color #ddace1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 11100001
Octal 335 254 341
Decimal 221 172 225
Hex DD AC E1

RGB Percentages of Color #ddace1

%35.76
%27.83
%36.41

CMYK Percentages of Color #ddace1

%2
%24
%0
%12

Triadic Colors of #ddace1

#ddace1 #e1ddac #ace1dd

Analogous Colors of #ddace1

#ddace1 #e1accb #c3ace1

Monochromatic Colors of #ddace1

#ddace1

Complementary Color

#ddace1 #b0e1ac

#ddace1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddace1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddace1 Color CSS Codes

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

#ddace1 Text Font Color

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

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


#ddace1 Background Color

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

This div background color is #ddace1


#ddace1 Border Color

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

This div border color is #ddace1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddace1


Comments

No comments written yet.

Please login to write comment.