Color Hex Logo

#dcbbc0 Color Hex

#DCBBC0
(220,187,192)
0 Favorites   0 Comments

Color spaces of #dcbbc0

RGB 220187192
HSL0.970.320.80
HSV351°15°86°
CMYK 0.000.150.13   0.14
XYZ56.800054.562157.4070
Yxy54.56210.33660.3233
Hunter Lab73.86627.99335.6276
CIE-Lab78.788412.58261.8566

#dcbbc0 color RGB value is (220,187,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11000000
Octal 334 273 300
Decimal 220 187 192
Hex DC BB C0

RGB Percentages of Color #dcbbc0

%36.73
%31.22
%32.05

CMYK Percentages of Color #dcbbc0

%0
%15
%13
%14

Triadic Colors of #dcbbc0

#dcbbc0 #c0dcbb #bbc0dc

Analogous Colors of #dcbbc0

#dcbbc0 #dcc7bb #dcbbd1

Monochromatic Colors of #dcbbc0

#dcbbc0

Complementary Color

#dcbbc0 #bbdcd7

#dcbbc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbc0 Color CSS Codes

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

#dcbbc0 Text Font Color

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

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


#dcbbc0 Background Color

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

This div background color is #dcbbc0


#dcbbc0 Border Color

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

This div border color is #dcbbc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbc0


Comments

No comments written yet.

Please login to write comment.