Color Hex Logo

#ddb1cb Color Hex

#DDB1CB
(221,177,203)
0 Favorites   0 Comments

Color spaces of #ddb1cb

RGB 221177203
HSL0.900.390.78
HSV325°20°87°
CMYK 0.000.200.08   0.13
XYZ56.320451.128263.4002
Yxy51.12820.32970.2993
Hunter Lab71.504015.4643-2.5177
CIE-Lab76.756620.1514-7.0839

#ddb1cb color RGB value is (221,177,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 11001011
Octal 335 261 313
Decimal 221 177 203
Hex DD B1 CB

RGB Percentages of Color #ddb1cb

%36.77
%29.45
%33.78

CMYK Percentages of Color #ddb1cb

%0
%20
%8
%13

Triadic Colors of #ddb1cb

#ddb1cb #cbddb1 #b1cbdd

Analogous Colors of #ddb1cb

#ddb1cb #ddb1b5 #d9b1dd

Monochromatic Colors of #ddb1cb

#ddb1cb

Complementary Color

#ddb1cb #b1ddc3

#ddb1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb1cb Color CSS Codes

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

#ddb1cb Text Font Color

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

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


#ddb1cb Background Color

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

This div background color is #ddb1cb


#ddb1cb Border Color

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

This div border color is #ddb1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb1cb


Comments

No comments written yet.

Please login to write comment.