Color Hex Logo

#d9dbdf Color Hex

#D9DBDF
(217,219,223)
1 Favorites   0 Comments

Color spaces of #d9dbdf

RGB 217219223
HSL0.610.090.86
HSV220°87°
CMYK 0.030.020.00   0.13
XYZ67.266170.742579.9214
Yxy70.74250.30870.3246
Hunter Lab84.1086-4.43402.5376
CIE-Lab87.35980.0607-2.2051

#d9dbdf color RGB value is (217,219,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011011 11011111
Octal 331 333 337
Decimal 217 219 223
Hex D9 DB DF

RGB Percentages of Color #d9dbdf

%32.93
%33.23
%33.84

CMYK Percentages of Color #d9dbdf

%3
%2
%0
%13

Triadic Colors of #d9dbdf

#d9dbdf #dfd9db #dbdfd9

Analogous Colors of #d9dbdf

#d9dbdf #dad9df #d9dedf

Monochromatic Colors of #d9dbdf

#d9dbdf

Complementary Color

#d9dbdf #dfddd9

#d9dbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dbdf Color CSS Codes

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

#d9dbdf Text Font Color

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

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


#d9dbdf Background Color

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

This div background color is #d9dbdf


#d9dbdf Border Color

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

This div border color is #d9dbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dbdf

#d9dbdf Color Palettes


Comments

No comments written yet.

Please login to write comment.