Color Hex Logo

#ddaae0 Color Hex

#DDAAE0
(221,170,224)
0 Favorites   0 Comments

Color spaces of #ddaae0

RGB 221170224
HSL0.820.470.77
HSV297°24°88°
CMYK 0.010.240.00   0.12
XYZ57.648149.503477.0377
Yxy49.50340.31300.2688
Hunter Lab70.358723.1257-15.6673
CIE-Lab75.763427.7068-20.0022

#ddaae0 color RGB value is (221,170,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 11100000
Octal 335 252 340
Decimal 221 170 224
Hex DD AA E0

RGB Percentages of Color #ddaae0

%35.93
%27.64
%36.42

CMYK Percentages of Color #ddaae0

%1
%24
%0
%12

Triadic Colors of #ddaae0

#ddaae0 #e0ddaa #aae0dd

Analogous Colors of #ddaae0

#ddaae0 #e0aac8 #c2aae0

Monochromatic Colors of #ddaae0

#ddaae0

Complementary Color

#ddaae0 #ade0aa

#ddaae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaae0 Color CSS Codes

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

#ddaae0 Text Font Color

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

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


#ddaae0 Background Color

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

This div background color is #ddaae0


#ddaae0 Border Color

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

This div border color is #ddaae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaae0


Comments

No comments written yet.

Please login to write comment.