Color Hex Logo

#dbd6db Color Hex

#DBD6DB
(219,214,219)
0 Favorites   0 Comments

Color spaces of #dbd6db

RGB 219214219
HSL0.830.060.85
HSV300°86°
CMYK 0.000.020.00   0.14
XYZ66.046268.267776.7138
Yxy68.26770.31300.3235
Hunter Lab82.6243-1.90742.7883
CIE-Lab86.14012.6076-1.8613

#dbd6db color RGB value is (219,214,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 11011011
Octal 333 326 333
Decimal 219 214 219
Hex DB D6 DB

RGB Percentages of Color #dbd6db

%33.59
%32.82
%33.59

CMYK Percentages of Color #dbd6db

%0
%2
%0
%14

Triadic Colors of #dbd6db

#dbd6db #dbdbd6 #d6dbdb

Analogous Colors of #dbd6db

#dbd6db #dbd6d9 #d9d6db

Monochromatic Colors of #dbd6db

#dbd6db

Complementary Color

#dbd6db #d6dbd6

#dbd6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd6db Color CSS Codes

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

#dbd6db Text Font Color

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

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


#dbd6db Background Color

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

This div background color is #dbd6db


#dbd6db Border Color

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

This div border color is #dbd6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd6db


Comments

No comments written yet.

Please login to write comment.