Color Hex Logo

#ddb9cd Color Hex

#DDB9CD
(221,185,205)
0 Favorites   0 Comments

Color spaces of #ddb9cd

RGB 221185205
HSL0.910.350.80
HSV327°16°87°
CMYK 0.000.160.07   0.13
XYZ58.187254.477965.2061
Yxy54.47790.32710.3063
Hunter Lab73.809111.5539-0.7129
CIE-Lab78.739616.1938-5.2359

#ddb9cd color RGB value is (221,185,205).

#ddb9cd hex color red value is 221, green value is 185 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ddb9cd hue: 0.91 , saturation: 0.35 and the lightness value of ddb9cd is 0.80.

The process color (four color CMYK) of #ddb9cd color hex is 0.00, 0.16, 0.07, 0.13. Web safe color of #ddb9cd is #cccccc. Color #ddb9cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 11001101
Octal 335 271 315
Decimal 221 185 205
Hex DD B9 CD

RGB Percentages of Color #ddb9cd

%36.17
%30.28
%33.55

CMYK Percentages of Color #ddb9cd

%0
%16
%7
%13

Triadic Colors of #ddb9cd

#ddb9cd #cdddb9 #b9cddd

Analogous Colors of #ddb9cd

#ddb9cd #ddb9bb #dbb9dd

Monochromatic Colors of #ddb9cd

#ddb9cd

Complementary Color

#ddb9cd #b9ddc9

#ddb9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb9cd Color CSS Codes

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

#ddb9cd Text Font Color

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

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


#ddb9cd Background Color

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

This div background color is #ddb9cd


#ddb9cd Border Color

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

This div border color is #ddb9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb9cd


Comments

No comments written yet.

Please login to write comment.