Color Hex Logo

#dd9ccb Color Hex

#DD9CCB
(221,156,203)
0 Favorites   0 Comments

Color spaces of #dd9ccb

RGB 221156203
HSL0.880.490.74
HSV317°29°87°
CMYK 0.000.290.08   0.13
XYZ52.486843.460962.1223
Yxy43.46090.33200.2749
Hunter Lab65.924926.7461-9.7227
CIE-Lab71.866731.4752-14.3851

#dd9ccb color RGB value is (221,156,203).

#dd9ccb hex color red value is 221, green value is 156 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dd9ccb hue: 0.88 , saturation: 0.49 and the lightness value of dd9ccb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011100 11001011
Octal 335 234 313
Decimal 221 156 203
Hex DD 9C CB

RGB Percentages of Color #dd9ccb

%38.10
%26.90
%35.00

CMYK Percentages of Color #dd9ccb

%0
%29
%8
%13

Triadic Colors of #dd9ccb

#dd9ccb #cbdd9c #9ccbdd

Analogous Colors of #dd9ccb

#dd9ccb #dd9cab #cf9cdd

Monochromatic Colors of #dd9ccb

#dd9ccb

Complementary Color

#dd9ccb #9cddae

#dd9ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9ccb Color CSS Codes

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

#dd9ccb Text Font Color

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

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


#dd9ccb Background Color

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

This div background color is #dd9ccb


#dd9ccb Border Color

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

This div border color is #dd9ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9ccb


Comments

No comments written yet.

Please login to write comment.