Color Hex Logo

#d9dddf Color Hex

#D9DDDF
(217,221,223)
0 Favorites   0 Comments

Color spaces of #d9dddf

RGB 217221223
HSL0.560.090.86
HSV200°87°
CMYK 0.030.010.00   0.13
XYZ67.791071.792380.0964
Yxy71.79230.30860.3268
Hunter Lab84.7303-5.46393.2638
CIE-Lab87.8685-0.9763-1.4595

#d9dddf color RGB value is (217,221,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011101 11011111
Octal 331 335 337
Decimal 217 221 223
Hex D9 DD DF

RGB Percentages of Color #d9dddf

%32.83
%33.43
%33.74

CMYK Percentages of Color #d9dddf

%3
%1
%0
%13

Triadic Colors of #d9dddf

#d9dddf #dfd9dd #dddfd9

Analogous Colors of #d9dddf

#d9dddf #d9dadf #d9dfde

Monochromatic Colors of #d9dddf

#d9dddf

Complementary Color

#d9dddf #dfdbd9

#d9dddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dddf Color CSS Codes

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

#d9dddf Text Font Color

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

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


#d9dddf Background Color

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

This div background color is #d9dddf


#d9dddf Border Color

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

This div border color is #d9dddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dddf

#d9dddf Color Palettes


Comments

No comments written yet.

Please login to write comment.