Color Hex Logo

#ddbccb Color Hex

#DDBCCB
(221,188,203)
0 Favorites   0 Comments

Color spaces of #ddbccb

RGB 221188203
HSL0.920.330.80
HSV333°15°87°
CMYK 0.000.150.08   0.13
XYZ58.581555.650464.1539
Yxy55.65040.32840.3120
Hunter Lab74.59929.62451.2312
CIE-Lab79.414414.2418-3.1607

#ddbccb color RGB value is (221,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 11001011
Octal 335 274 313
Decimal 221 188 203
Hex DD BC CB

RGB Percentages of Color #ddbccb

%36.11
%30.72
%33.17

CMYK Percentages of Color #ddbccb

%0
%15
%8
%13

Triadic Colors of #ddbccb

#ddbccb #cbddbc #bccbdd

Analogous Colors of #ddbccb

#ddbccb #ddbebc #ddbcdc

Monochromatic Colors of #ddbccb

#ddbccb

Complementary Color

#ddbccb #bcddce

#ddbccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbccb Color CSS Codes

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

#ddbccb Text Font Color

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

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


#ddbccb Background Color

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

This div background color is #ddbccb


#ddbccb Border Color

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

This div border color is #ddbccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbccb

#ddbccb Color Palettes


Comments

No comments written yet.

Please login to write comment.