Color Hex Logo

#dbd9da Color Hex

#DBD9DA
(219,217,218)
0 Favorites   0 Comments

Color spaces of #dbd9da

RGB 219217218
HSL0.920.030.85
HSV330°86°
CMYK 0.000.010.00   0.14
XYZ66.681269.747776.2779
Yxy69.74770.31350.3279
Hunter Lab83.5151-3.63114.3085
CIE-Lab86.87300.8636-0.2600

#dbd9da color RGB value is (219,217,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 11011010
Octal 333 331 332
Decimal 219 217 218
Hex DB D9 DA

RGB Percentages of Color #dbd9da

%33.49
%33.18
%33.33

CMYK Percentages of Color #dbd9da

%0
%1
%0
%14

Triadic Colors of #dbd9da

#dbd9da #dadbd9 #d9dadb

Analogous Colors of #dbd9da

#dbd9da #dbd9d9 #dbd9db

Monochromatic Colors of #dbd9da

#dbd9da

Complementary Color

#dbd9da #d9dbda

#dbd9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd9da Color CSS Codes

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

#dbd9da Text Font Color

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

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


#dbd9da Background Color

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

This div background color is #dbd9da


#dbd9da Border Color

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

This div border color is #dbd9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd9da


Comments

No comments written yet.

Please login to write comment.