Color Hex Logo

#ddafd5 Color Hex

#DDAFD5
(221,175,213)
0 Favorites   0 Comments

Color spaces of #ddafd5

RGB 221175213
HSL0.860.400.78
HSV310°21°87°
CMYK 0.000.210.04   0.13
XYZ57.159050.836269.7505
Yxy50.83620.32160.2860
Hunter Lab71.299518.3248-8.0922
CIE-Lab76.579722.9882-12.7885

#ddafd5 color RGB value is (221,175,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 11010101
Octal 335 257 325
Decimal 221 175 213
Hex DD AF D5

RGB Percentages of Color #ddafd5

%36.29
%28.74
%34.98

CMYK Percentages of Color #ddafd5

%0
%21
%4
%13

Triadic Colors of #ddafd5

#ddafd5 #d5ddaf #afd5dd

Analogous Colors of #ddafd5

#ddafd5 #ddafbe #ceafdd

Monochromatic Colors of #ddafd5

#ddafd5

Complementary Color

#ddafd5 #afddb7

#ddafd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafd5 Color CSS Codes

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

#ddafd5 Text Font Color

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

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


#ddafd5 Background Color

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

This div background color is #ddafd5


#ddafd5 Border Color

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

This div border color is #ddafd5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,175,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 #ddafd5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafd5


Comments

No comments written yet.

Please login to write comment.