Color Hex Logo

#dbd3dc Color Hex

#DBD3DC
(219,211,220)
0 Favorites   0 Comments

Color spaces of #dbd3dc

RGB 219211220
HSL0.810.110.85
HSV293°86°
CMYK 0.000.040.00   0.14
XYZ65.426066.815977.1586
Yxy66.81590.31240.3191
Hunter Lab81.7410-0.17421.2525
CIE-Lab85.41094.3603-3.4619

#dbd3dc color RGB value is (219,211,220).

#dbd3dc hex color red value is 219, green value is 211 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dbd3dc hue: 0.81 , saturation: 0.11 and the lightness value of dbd3dc is 0.85.

The process color (four color CMYK) of #dbd3dc color hex is 0.00, 0.04, 0.00, 0.14. Web safe color of #dbd3dc is #cccccc. Color #dbd3dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 11011100
Octal 333 323 334
Decimal 219 211 220
Hex DB D3 DC

RGB Percentages of Color #dbd3dc

%33.69
%32.46
%33.85

CMYK Percentages of Color #dbd3dc

%0
%4
%0
%14

Triadic Colors of #dbd3dc

#dbd3dc #dcdbd3 #d3dcdb

Analogous Colors of #dbd3dc

#dbd3dc #dcd3d9 #d7d3dc

Monochromatic Colors of #dbd3dc

#dbd3dc

Complementary Color

#dbd3dc #d4dcd3

#dbd3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd3dc Color CSS Codes

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

#dbd3dc Text Font Color

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

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


#dbd3dc Background Color

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

This div background color is #dbd3dc


#dbd3dc Border Color

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

This div border color is #dbd3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd3dc


Comments

No comments written yet.

Please login to write comment.