Color Hex Logo

#dbccbb Color Hex

#DBCCBB
(219,204,187)
1 Favorites   0 Comments

Color spaces of #dbccbb

RGB 219204187
HSL0.090.310.80
HSV32°15°86°
CMYK 0.000.070.15   0.14
XYZ59.775961.833755.7983
Yxy61.83370.33690.3485
Hunter Lab78.6344-1.919012.9724
CIE-Lab82.82492.413910.3398

#dbccbb color RGB value is (219,204,187).

#dbccbb hex color red value is 219, green value is 204 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dbccbb hue: 0.09 , saturation: 0.31 and the lightness value of dbccbb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 10111011
Octal 333 314 273
Decimal 219 204 187
Hex DB CC BB

RGB Percentages of Color #dbccbb

%35.90
%33.44
%30.66

CMYK Percentages of Color #dbccbb

%0
%7
%15
%14

Triadic Colors of #dbccbb

#dbccbb #bbdbcc #ccbbdb

Analogous Colors of #dbccbb

#dbccbb #dadbbb #dbbcbb

Monochromatic Colors of #dbccbb

#dbccbb

Complementary Color

#dbccbb #bbcadb

#dbccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbccbb Color CSS Codes

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

#dbccbb Text Font Color

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

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


#dbccbb Background Color

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

This div background color is #dbccbb


#dbccbb Border Color

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

This div border color is #dbccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbccbb

#dbccbb Color Palettes


Comments

No comments written yet.

Please login to write comment.