Color Hex Logo

#ddbbc5 Color Hex

#DDBBC5
(221,187,197)
0 Favorites   0 Comments

Color spaces of #ddbbc5

RGB 221187197
HSL0.950.330.80
HSV342°15°87°
CMYK 0.000.150.11   0.13
XYZ57.667254.944060.3892
Yxy54.94400.33330.3176
Hunter Lab74.12429.15213.5832
CIE-Lab79.009013.7640-0.5136

#ddbbc5 color RGB value is (221,187,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11000101
Octal 335 273 305
Decimal 221 187 197
Hex DD BB C5

RGB Percentages of Color #ddbbc5

%36.53
%30.91
%32.56

CMYK Percentages of Color #ddbbc5

%0
%15
%11
%13

Triadic Colors of #ddbbc5

#ddbbc5 #c5ddbb #bbc5dd

Analogous Colors of #ddbbc5

#ddbbc5 #ddc2bb #ddbbd6

Monochromatic Colors of #ddbbc5

#ddbbc5

Complementary Color

#ddbbc5 #bbddd3

#ddbbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbc5 Color CSS Codes

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

#ddbbc5 Text Font Color

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

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


#ddbbc5 Background Color

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

This div background color is #ddbbc5


#ddbbc5 Border Color

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

This div border color is #ddbbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbc5


Comments

No comments written yet.

Please login to write comment.