Color Hex Logo

#d9dbcf Color Hex

#D9DBCF
(217,219,207)
0 Favorites   0 Comments

Color spaces of #d9dbcf

RGB 217219207
HSL0.190.140.84
HSV70°86°
CMYK 0.010.000.05   0.14
XYZ65.209369.919769.0904
Yxy69.91970.31930.3424
Hunter Lab83.6180-7.12879.5435
CIE-Lab86.9575-2.79395.6498

#d9dbcf color RGB value is (217,219,207).

#d9dbcf hex color red value is 217, green value is 219 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d9dbcf hue: 0.19 , saturation: 0.14 and the lightness value of d9dbcf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011011 11001111
Octal 331 333 317
Decimal 217 219 207
Hex D9 DB CF

RGB Percentages of Color #d9dbcf

%33.75
%34.06
%32.19

CMYK Percentages of Color #d9dbcf

%1
%0
%5
%14

Triadic Colors of #d9dbcf

#d9dbcf #cfd9db #dbcfd9

Analogous Colors of #d9dbcf

#d9dbcf #d3dbcf #dbd7cf

Monochromatic Colors of #d9dbcf

#d9dbcf

Complementary Color

#d9dbcf #d1cfdb

#d9dbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dbcf Color CSS Codes

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

#d9dbcf Text Font Color

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

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


#d9dbcf Background Color

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

This div background color is #d9dbcf


#d9dbcf Border Color

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

This div border color is #d9dbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dbcf


Comments

No comments written yet.

Please login to write comment.