Color Hex Logo

#ddcbb2 Color Hex

#DDCBB2
(221,203,178)
0 Favorites   0 Comments

Color spaces of #ddcbb2

RGB 221203178
HSL0.100.390.78
HSV35°19°87°
CMYK 0.000.080.19   0.13
XYZ59.210661.298450.8305
Yxy61.29840.34560.3578
Hunter Lab78.2933-2.019716.3124
CIE-Lab82.53892.292014.7448

#ddcbb2 color RGB value is (221,203,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001011 10110010
Octal 335 313 262
Decimal 221 203 178
Hex DD CB B2

RGB Percentages of Color #ddcbb2

%36.71
%33.72
%29.57

CMYK Percentages of Color #ddcbb2

%0
%8
%19
%13

Triadic Colors of #ddcbb2

#ddcbb2 #b2ddcb #cbb2dd

Analogous Colors of #ddcbb2

#ddcbb2 #daddb2 #ddb6b2

Monochromatic Colors of #ddcbb2

#ddcbb2

Complementary Color

#ddcbb2 #b2c4dd

#ddcbb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcbb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcbb2 Color CSS Codes

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

#ddcbb2 Text Font Color

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

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


#ddcbb2 Background Color

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

This div background color is #ddcbb2


#ddcbb2 Border Color

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

This div border color is #ddcbb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcbb2


Comments

No comments written yet.

Please login to write comment.