Color Hex Logo

#dcbbc3 Color Hex

#DCBBC3
(220,187,195)
0 Favorites   0 Comments

Color spaces of #dcbbc3

RGB 220187195
HSL0.960.320.80
HSV345°15°86°
CMYK 0.000.150.11   0.14
XYZ57.135954.696459.1758
Yxy54.69640.33410.3198
Hunter Lab73.95708.47644.3297
CIE-Lab78.866113.07620.3480

#dcbbc3 color RGB value is (220,187,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11000011
Octal 334 273 303
Decimal 220 187 195
Hex DC BB C3

RGB Percentages of Color #dcbbc3

%36.54
%31.06
%32.39

CMYK Percentages of Color #dcbbc3

%0
%15
%11
%14

Triadic Colors of #dcbbc3

#dcbbc3 #c3dcbb #bbc3dc

Analogous Colors of #dcbbc3

#dcbbc3 #dcc4bb #dcbbd4

Monochromatic Colors of #dcbbc3

#dcbbc3

Complementary Color

#dcbbc3 #bbdcd4

#dcbbc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbc3 Color CSS Codes

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

#dcbbc3 Text Font Color

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

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


#dcbbc3 Background Color

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

This div background color is #dcbbc3


#dcbbc3 Border Color

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

This div border color is #dcbbc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbc3


Comments

No comments written yet.

Please login to write comment.