Color Hex Logo

#d9dcdf Color Hex

#D9DCDF
(217,220,223)
0 Favorites   0 Comments

Color spaces of #d9dcdf

RGB 217220223
HSL0.580.090.86
HSV210°87°
CMYK 0.030.010.00   0.13
XYZ67.527871.265880.0086
Yxy71.26580.30860.3257
Hunter Lab84.4191-4.94922.9010
CIE-Lab87.6140-0.4581-1.8323

#d9dcdf color RGB value is (217,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011100 11011111
Octal 331 334 337
Decimal 217 220 223
Hex D9 DC DF

RGB Percentages of Color #d9dcdf

%32.88
%33.33
%33.79

CMYK Percentages of Color #d9dcdf

%3
%1
%0
%13

Triadic Colors of #d9dcdf

#d9dcdf #dfd9dc #dcdfd9

Analogous Colors of #d9dcdf

#d9dcdf #d9d9df #d9dfdf

Monochromatic Colors of #d9dcdf

#d9dcdf

Complementary Color

#d9dcdf #dfdcd9

#d9dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dcdf Color CSS Codes

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

#d9dcdf Text Font Color

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

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


#d9dcdf Background Color

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

This div background color is #d9dcdf


#d9dcdf Border Color

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

This div border color is #d9dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dcdf


Comments

No comments written yet.

Please login to write comment.