Color Hex Logo

#ddaae5 Color Hex

#DDAAE5
(221,170,229)
0 Favorites   0 Comments

Color spaces of #ddaae5

RGB 221170229
HSL0.810.530.78
HSV292°26°90°
CMYK 0.030.260.00   0.10
XYZ58.336449.778780.6623
Yxy49.77870.30900.2637
Hunter Lab70.554024.1202-18.3967
CIE-Lab75.933228.6527-22.4618

#ddaae5 color RGB value is (221,170,229).

#ddaae5 hex color red value is 221, green value is 170 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #ddaae5 hue: 0.81 , saturation: 0.53 and the lightness value of ddaae5 is 0.78.

The process color (four color CMYK) of #ddaae5 color hex is 0.03, 0.26, 0.00, 0.10. Web safe color of #ddaae5 is #cc99cc. Color #ddaae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 11100101
Octal 335 252 345
Decimal 221 170 229
Hex DD AA E5

RGB Percentages of Color #ddaae5

%35.65
%27.42
%36.94

CMYK Percentages of Color #ddaae5

%3
%26
%0
%10

Triadic Colors of #ddaae5

#ddaae5 #e5ddaa #aae5dd

Analogous Colors of #ddaae5

#ddaae5 #e5aad0 #c0aae5

Monochromatic Colors of #ddaae5

#ddaae5

Complementary Color

#ddaae5 #b2e5aa

#ddaae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaae5 Color CSS Codes

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

#ddaae5 Text Font Color

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

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


#ddaae5 Background Color

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

This div background color is #ddaae5


#ddaae5 Border Color

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

This div border color is #ddaae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaae5


Comments

No comments written yet.

Please login to write comment.