Color Hex Logo

#dbd6cc Color Hex

#DBD6CC
(219,214,204)
0 Favorites   0 Comments

Color spaces of #dbd6cc

RGB 219214204
HSL0.110.170.83
HSV40°86°
CMYK 0.000.020.07   0.14
XYZ64.159167.512866.7765
Yxy67.51280.32330.3402
Hunter Lab82.1662-4.40999.3313
CIE-Lab85.7622-0.02235.5295

#dbd6cc color RGB value is (219,214,204).

#dbd6cc hex color red value is 219, green value is 214 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dbd6cc hue: 0.11 , saturation: 0.17 and the lightness value of dbd6cc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 11001100
Octal 333 326 314
Decimal 219 214 204
Hex DB D6 CC

RGB Percentages of Color #dbd6cc

%34.38
%33.59
%32.03

CMYK Percentages of Color #dbd6cc

%0
%2
%7
%14

Triadic Colors of #dbd6cc

#dbd6cc #ccdbd6 #d6ccdb

Analogous Colors of #dbd6cc

#dbd6cc #d9dbcc #dbcfcc

Monochromatic Colors of #dbd6cc

#dbd6cc

Complementary Color

#dbd6cc #ccd1db

#dbd6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd6cc Color CSS Codes

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

#dbd6cc Text Font Color

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

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


#dbd6cc Background Color

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

This div background color is #dbd6cc


#dbd6cc Border Color

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

This div border color is #dbd6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd6cc


Comments

No comments written yet.

Please login to write comment.