Color Hex Logo

#ddaed5 Color Hex

#DDAED5
(221,174,213)
0 Favorites   0 Comments

Color spaces of #ddaed5

RGB 221174213
HSL0.860.410.77
HSV310°21°87°
CMYK 0.000.210.04   0.13
XYZ56.965150.448469.6859
Yxy50.44840.32170.2849
Hunter Lab71.027018.8632-8.4516
CIE-Lab76.343723.5277-13.1422

#ddaed5 color RGB value is (221,174,213).

#ddaed5 hex color red value is 221, green value is 174 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #ddaed5 hue: 0.86 , saturation: 0.41 and the lightness value of ddaed5 is 0.77.

The process color (four color CMYK) of #ddaed5 color hex is 0.00, 0.21, 0.04, 0.13. Web safe color of #ddaed5 is #cc99cc. Color #ddaed5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 11010101
Octal 335 256 325
Decimal 221 174 213
Hex DD AE D5

RGB Percentages of Color #ddaed5

%36.35
%28.62
%35.03

CMYK Percentages of Color #ddaed5

%0
%21
%4
%13

Triadic Colors of #ddaed5

#ddaed5 #d5ddae #aed5dd

Analogous Colors of #ddaed5

#ddaed5 #ddaebe #ceaedd

Monochromatic Colors of #ddaed5

#ddaed5

Complementary Color

#ddaed5 #aeddb6

#ddaed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaed5 Color CSS Codes

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

#ddaed5 Text Font Color

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

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


#ddaed5 Background Color

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

This div background color is #ddaed5


#ddaed5 Border Color

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

This div border color is #ddaed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaed5


Comments

No comments written yet.

Please login to write comment.