Color Hex Logo

#ddcbb1 Color Hex

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

Color spaces of #ddcbb1

RGB 221203177
HSL0.100.390.78
HSV35°20°87°
CMYK 0.000.080.20   0.13
XYZ59.110561.258350.3036
Yxy61.25830.34630.3589
Hunter Lab78.2677-2.159016.6810
CIE-Lab82.51742.143915.2457

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

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

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

Base Numbers

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

RGB Percentages of Color #ddcbb1

%36.77
%33.78
%29.45

CMYK Percentages of Color #ddcbb1

%0
%8
%20
%13

Triadic Colors of #ddcbb1

#ddcbb1 #b1ddcb #cbb1dd

Analogous Colors of #ddcbb1

#ddcbb1 #d9ddb1 #ddb5b1

Monochromatic Colors of #ddcbb1

#ddcbb1

Complementary Color

#ddcbb1 #b1c3dd

#ddcbb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcbb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcbb1 Color CSS Codes

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

#ddcbb1 Text Font Color

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

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


#ddcbb1 Background Color

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

This div background color is #ddcbb1


#ddcbb1 Border Color

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

This div border color is #ddcbb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcbb1

#ddcbb1 Color Palettes


Comments

No comments written yet.

Please login to write comment.