Color Hex Logo

#dbd4cc Color Hex

#DBD4CC
(219,212,204)
0 Favorites   0 Comments

Color spaces of #dbd4cc

RGB 219212204
HSL0.090.170.83
HSV32°86°
CMYK 0.000.030.07   0.14
XYZ63.656066.506766.6088
Yxy66.50670.32350.3380
Hunter Lab81.5516-3.38538.6600
CIE-Lab85.25421.01804.7960

#dbd4cc color RGB value is (219,212,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 11001100
Octal 333 324 314
Decimal 219 212 204
Hex DB D4 CC

RGB Percentages of Color #dbd4cc

%34.49
%33.39
%32.13

CMYK Percentages of Color #dbd4cc

%0
%3
%7
%14

Triadic Colors of #dbd4cc

#dbd4cc #ccdbd4 #d4ccdb

Analogous Colors of #dbd4cc

#dbd4cc #dbdbcc #dbcdcc

Monochromatic Colors of #dbd4cc

#dbd4cc

Complementary Color

#dbd4cc #ccd3db

#dbd4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd4cc Color CSS Codes

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

#dbd4cc Text Font Color

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

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


#dbd4cc Background Color

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

This div background color is #dbd4cc


#dbd4cc Border Color

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

This div border color is #dbd4cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,212,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 #dbd4cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd4cc

#dbd4cc Color Palettes


Comments

No comments written yet.

Please login to write comment.