Color Hex Logo

#dda0ce Color Hex

#DDA0CE
(221,160,206)
0 Favorites   0 Comments

Color spaces of #dda0ce

RGB 221160206
HSL0.870.470.75
HSV315°28°87°
CMYK 0.000.280.07   0.13
XYZ53.530244.970064.2512
Yxy44.97000.32890.2763
Hunter Lab67.059725.1327-9.8651
CIE-Lab72.872129.8418-14.5252

#dda0ce color RGB value is (221,160,206).

#dda0ce hex color red value is 221, green value is 160 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dda0ce hue: 0.87 , saturation: 0.47 and the lightness value of dda0ce is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 11001110
Octal 335 240 316
Decimal 221 160 206
Hex DD A0 CE

RGB Percentages of Color #dda0ce

%37.65
%27.26
%35.09

CMYK Percentages of Color #dda0ce

%0
%28
%7
%13

Triadic Colors of #dda0ce

#dda0ce #cedda0 #a0cedd

Analogous Colors of #dda0ce

#dda0ce #dda0b0 #cea0dd

Monochromatic Colors of #dda0ce

#dda0ce

Complementary Color

#dda0ce #a0ddaf

#dda0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda0ce Color CSS Codes

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

#dda0ce Text Font Color

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

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


#dda0ce Background Color

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

This div background color is #dda0ce


#dda0ce Border Color

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

This div border color is #dda0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda0ce


Comments

No comments written yet.

Please login to write comment.