Color Hex Logo

#ddb0cb Color Hex

#DDB0CB
(221,176,203)
0 Favorites   0 Comments

Color spaces of #ddb0cb

RGB 221176203
HSL0.900.400.78
HSV324°20°87°
CMYK 0.000.200.08   0.13
XYZ56.123650.734663.3346
Yxy50.73460.32980.2981
Hunter Lab71.228215.9980-2.8596
CIE-Lab76.518020.6903-7.4378

#ddb0cb color RGB value is (221,176,203).

#ddb0cb hex color red value is 221, green value is 176 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ddb0cb hue: 0.90 , saturation: 0.40 and the lightness value of ddb0cb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 11001011
Octal 335 260 313
Decimal 221 176 203
Hex DD B0 CB

RGB Percentages of Color #ddb0cb

%36.83
%29.33
%33.83

CMYK Percentages of Color #ddb0cb

%0
%20
%8
%13

Triadic Colors of #ddb0cb

#ddb0cb #cbddb0 #b0cbdd

Analogous Colors of #ddb0cb

#ddb0cb #ddb0b5 #d9b0dd

Monochromatic Colors of #ddb0cb

#ddb0cb

Complementary Color

#ddb0cb #b0ddc2

#ddb0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb0cb Color CSS Codes

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

#ddb0cb Text Font Color

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

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


#ddb0cb Background Color

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

This div background color is #ddb0cb


#ddb0cb Border Color

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

This div border color is #ddb0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb0cb


Comments

No comments written yet.

Please login to write comment.