Color Hex Logo

#dda5ce Color Hex

#DDA5CE
(221,165,206)
0 Favorites   0 Comments

Color spaces of #dda5ce

RGB 221165206
HSL0.880.450.76
HSV316°25°87°
CMYK 0.000.250.07   0.13
XYZ54.414546.738764.5460
Yxy46.73870.32840.2821
Hunter Lab68.365722.4340-8.1214
CIE-Lab74.022327.1454-12.7983

#dda5ce color RGB value is (221,165,206).

#dda5ce hex color red value is 221, green value is 165 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dda5ce hue: 0.88 , saturation: 0.45 and the lightness value of dda5ce is 0.76.

The process color (four color CMYK) of #dda5ce color hex is 0.00, 0.25, 0.07, 0.13. Web safe color of #dda5ce is #cc99cc. Color #dda5ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 11001110
Octal 335 245 316
Decimal 221 165 206
Hex DD A5 CE

RGB Percentages of Color #dda5ce

%37.33
%27.87
%34.80

CMYK Percentages of Color #dda5ce

%0
%25
%7
%13

Triadic Colors of #dda5ce

#dda5ce #cedda5 #a5cedd

Analogous Colors of #dda5ce

#dda5ce #dda5b2 #d0a5dd

Monochromatic Colors of #dda5ce

#dda5ce

Complementary Color

#dda5ce #a5ddb4

#dda5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda5ce Color CSS Codes

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

#dda5ce Text Font Color

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

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


#dda5ce Background Color

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

This div background color is #dda5ce


#dda5ce Border Color

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

This div border color is #dda5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda5ce


Comments

No comments written yet.

Please login to write comment.