Color Hex Logo

#ddafd9 Color Hex

#DDAFD9
(221,175,217)
0 Favorites   0 Comments

Color spaces of #ddafd9

RGB 221175217
HSL0.850.400.78
HSV305°21°87°
CMYK 0.000.210.02   0.13
XYZ57.673251.041972.4580
Yxy51.04190.31830.2817
Hunter Lab71.443619.0687-10.1213
CIE-Lab76.704423.7124-14.7761

#ddafd9 color RGB value is (221,175,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 11011001
Octal 335 257 331
Decimal 221 175 217
Hex DD AF D9

RGB Percentages of Color #ddafd9

%36.05
%28.55
%35.40

CMYK Percentages of Color #ddafd9

%0
%21
%2
%13

Triadic Colors of #ddafd9

#ddafd9 #d9ddaf #afd9dd

Analogous Colors of #ddafd9

#ddafd9 #ddafc2 #caafdd

Monochromatic Colors of #ddafd9

#ddafd9

Complementary Color

#ddafd9 #afddb3

#ddafd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafd9 Color CSS Codes

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

#ddafd9 Text Font Color

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

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


#ddafd9 Background Color

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

This div background color is #ddafd9


#ddafd9 Border Color

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

This div border color is #ddafd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafd9


Comments

No comments written yet.

Please login to write comment.