Color Hex Logo

#dccbbd Color Hex

#DCCBBD
(220,203,189)
0 Favorites   0 Comments

Color spaces of #dccbbd

RGB 220203189
HSL0.080.310.80
HSV27°14°86°
CMYK 0.000.080.14   0.14
XYZ60.056461.601656.8691
Yxy61.60160.33640.3451
Hunter Lab78.4867-0.767211.9809
CIE-Lab82.70113.61669.1090

#dccbbd color RGB value is (220,203,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 10111101
Octal 334 313 275
Decimal 220 203 189
Hex DC CB BD

RGB Percentages of Color #dccbbd

%35.95
%33.17
%30.88

CMYK Percentages of Color #dccbbd

%0
%8
%14
%14

Triadic Colors of #dccbbd

#dccbbd #bddccb #cbbddc

Analogous Colors of #dccbbd

#dccbbd #dcdbbd #dcbdbf

Monochromatic Colors of #dccbbd

#dccbbd

Complementary Color

#dccbbd #bdcedc

#dccbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccbbd Color CSS Codes

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

#dccbbd Text Font Color

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

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


#dccbbd Background Color

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

This div background color is #dccbbd


#dccbbd Border Color

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

This div border color is #dccbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccbbd


Comments

No comments written yet.

Please login to write comment.