Color Hex Logo

#dbd6da Color Hex

#DBD6DA
(219,214,218)
0 Favorites   0 Comments

Color spaces of #dbd6da

RGB 219214218
HSL0.870.060.85
HSV312°86°
CMYK 0.000.020.00   0.14
XYZ65.914968.215276.0224
Yxy68.21520.31370.3246
Hunter Lab82.5925-2.08073.2412
CIE-Lab86.11392.4269-1.3702

#dbd6da color RGB value is (219,214,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 11011010
Octal 333 326 332
Decimal 219 214 218
Hex DB D6 DA

RGB Percentages of Color #dbd6da

%33.64
%32.87
%33.49

CMYK Percentages of Color #dbd6da

%0
%2
%0
%14

Triadic Colors of #dbd6da

#dbd6da #dadbd6 #d6dadb

Analogous Colors of #dbd6da

#dbd6da #dbd6d8 #dad6db

Monochromatic Colors of #dbd6da

#dbd6da

Complementary Color

#dbd6da #d6dbd7

#dbd6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd6da Color CSS Codes

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

#dbd6da Text Font Color

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

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


#dbd6da Background Color

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

This div background color is #dbd6da


#dbd6da Border Color

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

This div border color is #dbd6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd6da


Comments

No comments written yet.

Please login to write comment.