Color Hex Logo

#dda9da Color Hex

#DDA9DA
(221,169,218)
0 Favorites   0 Comments

Color spaces of #dda9da

RGB 221169218
HSL0.840.430.76
HSV303°24°87°
CMYK 0.000.240.01   0.13
XYZ56.661648.810072.7646
Yxy48.81000.31790.2739
Hunter Lab69.864222.5058-12.8465
CIE-Lab75.333027.1341-17.3865

#dda9da color RGB value is (221,169,218).

#dda9da hex color red value is 221, green value is 169 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dda9da hue: 0.84 , saturation: 0.43 and the lightness value of dda9da is 0.76.

The process color (four color CMYK) of #dda9da color hex is 0.00, 0.24, 0.01, 0.13. Web safe color of #dda9da is #cc99cc. Color #dda9da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101001 11011010
Octal 335 251 332
Decimal 221 169 218
Hex DD A9 DA

RGB Percentages of Color #dda9da

%36.35
%27.80
%35.86

CMYK Percentages of Color #dda9da

%0
%24
%1
%13

Triadic Colors of #dda9da

#dda9da #dadda9 #a9dadd

Analogous Colors of #dda9da

#dda9da #dda9c0 #c6a9dd

Monochromatic Colors of #dda9da

#dda9da

Complementary Color

#dda9da #a9ddac

#dda9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda9da Color CSS Codes

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

#dda9da Text Font Color

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

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


#dda9da Background Color

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

This div background color is #dda9da


#dda9da Border Color

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

This div border color is #dda9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda9da


Comments

No comments written yet.

Please login to write comment.