Color Hex Logo

#dbd5da Color Hex

#DBD5DA
(219,213,218)
0 Favorites   0 Comments

Color spaces of #dbd5da

RGB 219213218
HSL0.860.080.85
HSV310°86°
CMYK 0.000.030.00   0.14
XYZ65.662667.710575.9383
Yxy67.71050.31370.3235
Hunter Lab82.2864-1.56242.8845
CIE-Lab85.86152.9496-1.7400

#dbd5da color RGB value is (219,213,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 11011010
Octal 333 325 332
Decimal 219 213 218
Hex DB D5 DA

RGB Percentages of Color #dbd5da

%33.69
%32.77
%33.54

CMYK Percentages of Color #dbd5da

%0
%3
%0
%14

Triadic Colors of #dbd5da

#dbd5da #dadbd5 #d5dadb

Analogous Colors of #dbd5da

#dbd5da #dbd5d7 #d9d5db

Monochromatic Colors of #dbd5da

#dbd5da

Complementary Color

#dbd5da #d5dbd6

#dbd5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd5da Color CSS Codes

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

#dbd5da Text Font Color

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

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


#dbd5da Background Color

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

This div background color is #dbd5da


#dbd5da Border Color

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

This div border color is #dbd5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd5da


Comments

No comments written yet.

Please login to write comment.