Color Hex Logo

#dcbbc5 Color Hex

#DCBBC5
(220,187,197)
0 Favorites   0 Comments

Color spaces of #dcbbc5

RGB 220187197
HSL0.950.320.80
HSV342°15°86°
CMYK 0.000.150.10   0.14
XYZ57.363654.787560.3750
Yxy54.78750.33250.3176
Hunter Lab74.01868.80313.4517
CIE-Lab78.918713.4091-0.6564

#dcbbc5 color RGB value is (220,187,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11000101
Octal 334 273 305
Decimal 220 187 197
Hex DC BB C5

RGB Percentages of Color #dcbbc5

%36.42
%30.96
%32.62

CMYK Percentages of Color #dcbbc5

%0
%15
%10
%14

Triadic Colors of #dcbbc5

#dcbbc5 #c5dcbb #bbc5dc

Analogous Colors of #dcbbc5

#dcbbc5 #dcc2bb #dcbbd6

Monochromatic Colors of #dcbbc5

#dcbbc5

Complementary Color

#dcbbc5 #bbdcd2

#dcbbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbc5 Color CSS Codes

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

#dcbbc5 Text Font Color

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

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


#dcbbc5 Background Color

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

This div background color is #dcbbc5


#dcbbc5 Border Color

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

This div border color is #dcbbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbc5


Comments

No comments written yet.

Please login to write comment.