Color Hex Logo

#d1dfdb Color Hex

#D1DFDB
(209,223,219)
0 Favorites   0 Comments

Color spaces of #d1dfdb

RGB 209223219
HSL0.450.180.85
HSV163°87°
CMYK 0.060.000.02   0.13
XYZ65.468471.445177.3576
Yxy71.44510.30550.3334
Hunter Lab84.5252-9.66324.9053
CIE-Lab87.7008-5.41470.3331

#d1dfdb color RGB value is (209,223,219).

#d1dfdb hex color red value is 209, green value is 223 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d1dfdb hue: 0.45 , saturation: 0.18 and the lightness value of d1dfdb is 0.85.

The process color (four color CMYK) of #d1dfdb color hex is 0.06, 0.00, 0.02, 0.13. Web safe color of #d1dfdb is #cccccc. Color #d1dfdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011111 11011011
Octal 321 337 333
Decimal 209 223 219
Hex D1 DF DB

RGB Percentages of Color #d1dfdb

%32.10
%34.25
%33.64

CMYK Percentages of Color #d1dfdb

%6
%0
%2
%13

Triadic Colors of #d1dfdb

#d1dfdb #dbd1df #dfdbd1

Analogous Colors of #d1dfdb

#d1dfdb #d1dcdf #d1dfd4

Monochromatic Colors of #d1dfdb

#d1dfdb

Complementary Color

#d1dfdb #dfd1d5

#d1dfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dfdb Color CSS Codes

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

#d1dfdb Text Font Color

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

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


#d1dfdb Background Color

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

This div background color is #d1dfdb


#d1dfdb Border Color

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

This div border color is #d1dfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dfdb


Comments

No comments written yet.

Please login to write comment.