Color Hex Logo

#ddccbd Color Hex

#DDCCBD
(221,204,189)
0 Favorites   0 Comments

Color spaces of #ddccbd

RGB 221204189
HSL0.080.320.80
HSV28°14°87°
CMYK 0.000.080.14   0.13
XYZ60.597062.232056.9623
Yxy62.23200.33700.3461
Hunter Lab78.8873-0.938512.4094
CIE-Lab83.03663.45389.5996

#ddccbd color RGB value is (221,204,189).

#ddccbd hex color red value is 221, green value is 204 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ddccbd hue: 0.08 , saturation: 0.32 and the lightness value of ddccbd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 10111101
Octal 335 314 275
Decimal 221 204 189
Hex DD CC BD

RGB Percentages of Color #ddccbd

%35.99
%33.22
%30.78

CMYK Percentages of Color #ddccbd

%0
%8
%14
%13

Triadic Colors of #ddccbd

#ddccbd #bdddcc #ccbddd

Analogous Colors of #ddccbd

#ddccbd #dddcbd #ddbdbe

Monochromatic Colors of #ddccbd

#ddccbd

Complementary Color

#ddccbd #bdcedd

#ddccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddccbd Color CSS Codes

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

#ddccbd Text Font Color

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

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


#ddccbd Background Color

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

This div background color is #ddccbd


#ddccbd Border Color

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

This div border color is #ddccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddccbd


Comments

No comments written yet.

Please login to write comment.