Color Hex Logo

#dda6cc Color Hex

#DDA6CC
(221,166,204)
0 Favorites   0 Comments

Color spaces of #dda6cc

RGB 221166204
HSL0.880.450.76
HSV319°25°87°
CMYK 0.000.250.08   0.13
XYZ54.354147.004263.3347
Yxy47.00420.33000.2854
Hunter Lab68.559621.5356-6.7798
CIE-Lab74.192526.2584-11.4473

#dda6cc color RGB value is (221,166,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 11001100
Octal 335 246 314
Decimal 221 166 204
Hex DD A6 CC

RGB Percentages of Color #dda6cc

%37.39
%28.09
%34.52

CMYK Percentages of Color #dda6cc

%0
%25
%8
%13

Triadic Colors of #dda6cc

#dda6cc #ccdda6 #a6ccdd

Analogous Colors of #dda6cc

#dda6cc #dda6b1 #d3a6dd

Monochromatic Colors of #dda6cc

#dda6cc

Complementary Color

#dda6cc #a6ddb7

#dda6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda6cc Color CSS Codes

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

#dda6cc Text Font Color

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

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


#dda6cc Background Color

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

This div background color is #dda6cc


#dda6cc Border Color

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

This div border color is #dda6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda6cc


Comments

No comments written yet.

Please login to write comment.