Color Hex Logo

#dbccbd Color Hex

#DBCCBD
(219,204,189)
0 Favorites   0 Comments

Color spaces of #dbccbd

RGB 219204189
HSL0.080.290.80
HSV30°14°86°
CMYK 0.000.070.14   0.14
XYZ59.991661.919956.9340
Yxy61.91990.33540.3462
Hunter Lab78.6892-1.620112.1843
CIE-Lab82.87082.73079.3403

#dbccbd color RGB value is (219,204,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 10111101
Octal 333 314 275
Decimal 219 204 189
Hex DB CC BD

RGB Percentages of Color #dbccbd

%35.78
%33.33
%30.88

CMYK Percentages of Color #dbccbd

%0
%7
%14
%14

Triadic Colors of #dbccbd

#dbccbd #bddbcc #ccbddb

Analogous Colors of #dbccbd

#dbccbd #dbdbbd #dbbdbd

Monochromatic Colors of #dbccbd

#dbccbd

Complementary Color

#dbccbd #bdccdb

#dbccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbccbd Color CSS Codes

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

#dbccbd Text Font Color

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

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


#dbccbd Background Color

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

This div background color is #dbccbd


#dbccbd Border Color

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

This div border color is #dbccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbccbd

#dbccbd Color Palettes


Comments

No comments written yet.

Please login to write comment.