Color Hex Logo

#d9dbdb Color Hex

#D9DBDB
(217,219,219)
0 Favorites   0 Comments

Color spaces of #d9dbdb

RGB 217219219
HSL0.500.030.85
HSV180°86°
CMYK 0.010.000.00   0.14
XYZ66.733070.529277.1141
Yxy70.52920.31130.3290
Hunter Lab83.9817-5.12934.3456
CIE-Lab87.2558-0.6713-0.2468

#d9dbdb color RGB value is (217,219,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011011 11011011
Octal 331 333 333
Decimal 217 219 219
Hex D9 DB DB

RGB Percentages of Color #d9dbdb

%33.13
%33.44
%33.44

CMYK Percentages of Color #d9dbdb

%1
%0
%0
%14

Triadic Colors of #d9dbdb

#d9dbdb #dbd9db #dbdbd9

Analogous Colors of #d9dbdb

#d9dbdb #d9dadb #d9dbda

Monochromatic Colors of #d9dbdb

#d9dbdb

Complementary Color

#d9dbdb #dbd9d9

#d9dbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dbdb Color CSS Codes

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

#d9dbdb Text Font Color

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

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


#d9dbdb Background Color

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

This div background color is #d9dbdb


#d9dbdb Border Color

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

This div border color is #d9dbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dbdb

#d9dbdb Color Palettes


Comments

No comments written yet.

Please login to write comment.