Color Hex Logo

#d9dbdd Color Hex

#D9DBDD
(217,219,221)
0 Favorites   0 Comments

Color spaces of #d9dbdd

RGB 217219221
HSL0.580.060.86
HSV210°87°
CMYK 0.020.010.00   0.13
XYZ66.997970.635278.5094
Yxy70.63520.31000.3268
Hunter Lab84.0447-4.78363.4463
CIE-Lab87.3075-0.3069-1.2264

#d9dbdd color RGB value is (217,219,221).

#d9dbdd hex color red value is 217, green value is 219 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d9dbdd hue: 0.58 , saturation: 0.06 and the lightness value of d9dbdd is 0.86.

The process color (four color CMYK) of #d9dbdd color hex is 0.02, 0.01, 0.00, 0.13. Web safe color of #d9dbdd is #cccccc. Color #d9dbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011011 11011101
Octal 331 333 335
Decimal 217 219 221
Hex D9 DB DD

RGB Percentages of Color #d9dbdd

%33.03
%33.33
%33.64

CMYK Percentages of Color #d9dbdd

%2
%1
%0
%13

Triadic Colors of #d9dbdd

#d9dbdd #ddd9db #dbddd9

Analogous Colors of #d9dbdd

#d9dbdd #d9d9dd #d9dddd

Monochromatic Colors of #d9dbdd

#d9dbdd

Complementary Color

#d9dbdd #dddbd9

#d9dbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dbdd Color CSS Codes

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

#d9dbdd Text Font Color

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

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


#d9dbdd Background Color

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

This div background color is #d9dbdd


#d9dbdd Border Color

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

This div border color is #d9dbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dbdd

#d9dbdd Color Palettes


Comments

No comments written yet.

Please login to write comment.