Color Hex Logo

#ddb9cb Color Hex

#DDB9CB
(221,185,203)
0 Favorites   0 Comments

Color spaces of #ddb9cb

RGB 221185203
HSL0.920.350.80
HSV330°16°87°
CMYK 0.000.160.08   0.13
XYZ57.947254.381963.9425
Yxy54.38190.32870.3085
Hunter Lab73.744111.21100.2113
CIE-Lab78.683915.8493-4.2358

#ddb9cb color RGB value is (221,185,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 11001011
Octal 335 271 313
Decimal 221 185 203
Hex DD B9 CB

RGB Percentages of Color #ddb9cb

%36.29
%30.38
%33.33

CMYK Percentages of Color #ddb9cb

%0
%16
%8
%13

Triadic Colors of #ddb9cb

#ddb9cb #cbddb9 #b9cbdd

Analogous Colors of #ddb9cb

#ddb9cb #ddb9b9 #ddb9dd

Monochromatic Colors of #ddb9cb

#ddb9cb

Complementary Color

#ddb9cb #b9ddcb

#ddb9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb9cb Color CSS Codes

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

#ddb9cb Text Font Color

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

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


#ddb9cb Background Color

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

This div background color is #ddb9cb


#ddb9cb Border Color

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

This div border color is #ddb9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb9cb


Comments

No comments written yet.

Please login to write comment.