Color Hex Logo

#ddafd3 Color Hex

#DDAFD3
(221,175,211)
0 Favorites   0 Comments

Color spaces of #ddafd3

RGB 221175211
HSL0.870.400.78
HSV313°21°87°
CMYK 0.000.210.05   0.13
XYZ56.906650.735268.4216
Yxy50.73520.32320.2882
Hunter Lab71.228617.9586-7.0934
CIE-Lab76.518322.6305-11.7924

#ddafd3 color RGB value is (221,175,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 11010011
Octal 335 257 323
Decimal 221 175 211
Hex DD AF D3

RGB Percentages of Color #ddafd3

%36.41
%28.83
%34.76

CMYK Percentages of Color #ddafd3

%0
%21
%5
%13

Triadic Colors of #ddafd3

#ddafd3 #d3ddaf #afd3dd

Analogous Colors of #ddafd3

#ddafd3 #ddafbc #d0afdd

Monochromatic Colors of #ddafd3

#ddafd3

Complementary Color

#ddafd3 #afddb9

#ddafd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafd3 Color CSS Codes

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

#ddafd3 Text Font Color

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

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


#ddafd3 Background Color

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

This div background color is #ddafd3


#ddafd3 Border Color

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

This div border color is #ddafd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafd3


Comments

No comments written yet.

Please login to write comment.