Color Hex Logo

#dcbbc4 Color Hex

#DCBBC4
(220,187,196)
0 Favorites   0 Comments

Color spaces of #dcbbc4

RGB 220187196
HSL0.950.320.80
HSV344°15°86°
CMYK 0.000.150.11   0.14
XYZ57.249354.741859.7734
Yxy54.74180.33330.3187
Hunter Lab73.98778.63913.8920
CIE-Lab78.892313.2421-0.1544

#dcbbc4 color RGB value is (220,187,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11000100
Octal 334 273 304
Decimal 220 187 196
Hex DC BB C4

RGB Percentages of Color #dcbbc4

%36.48
%31.01
%32.50

CMYK Percentages of Color #dcbbc4

%0
%15
%11
%14

Triadic Colors of #dcbbc4

#dcbbc4 #c4dcbb #bbc4dc

Analogous Colors of #dcbbc4

#dcbbc4 #dcc3bb #dcbbd5

Monochromatic Colors of #dcbbc4

#dcbbc4

Complementary Color

#dcbbc4 #bbdcd3

#dcbbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbc4 Color CSS Codes

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

#dcbbc4 Text Font Color

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

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


#dcbbc4 Background Color

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

This div background color is #dcbbc4


#dcbbc4 Border Color

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

This div border color is #dcbbc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbc4


Comments

No comments written yet.

Please login to write comment.