Color Hex Logo

#dcbbc6 Color Hex

#DCBBC6
(220,187,198)
0 Favorites   0 Comments

Color spaces of #dcbbc6

RGB 220187198
HSL0.940.320.80
HSV340°15°86°
CMYK 0.000.150.10   0.14
XYZ57.478654.833560.9806
Yxy54.83350.33170.3164
Hunter Lab74.04968.96793.0089
CIE-Lab78.945313.5768-1.1582

#dcbbc6 color RGB value is (220,187,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11000110
Octal 334 273 306
Decimal 220 187 198
Hex DC BB C6

RGB Percentages of Color #dcbbc6

%36.36
%30.91
%32.73

CMYK Percentages of Color #dcbbc6

%0
%15
%10
%14

Triadic Colors of #dcbbc6

#dcbbc6 #c6dcbb #bbc6dc

Analogous Colors of #dcbbc6

#dcbbc6 #dcc1bb #dcbbd7

Monochromatic Colors of #dcbbc6

#dcbbc6

Complementary Color

#dcbbc6 #bbdcd1

#dcbbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbc6 Color CSS Codes

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

#dcbbc6 Text Font Color

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

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


#dcbbc6 Background Color

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

This div background color is #dcbbc6


#dcbbc6 Border Color

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

This div border color is #dcbbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbc6


Comments

No comments written yet.

Please login to write comment.