Color Hex Logo

#d6dfdb Color Hex

#D6DFDB
(214,223,219)
0 Favorites   0 Comments

Color spaces of #d6dfdb

RGB 214223219
HSL0.430.120.86
HSV153°87°
CMYK 0.040.000.02   0.13
XYZ66.905472.186077.4248
Yxy72.18600.30900.3334
Hunter Lab84.9623-8.12055.4436
CIE-Lab88.0580-3.74710.8974

#d6dfdb color RGB value is (214,223,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011111 11011011
Octal 326 337 333
Decimal 214 223 219
Hex D6 DF DB

RGB Percentages of Color #d6dfdb

%32.62
%33.99
%33.38

CMYK Percentages of Color #d6dfdb

%4
%0
%2
%13

Triadic Colors of #d6dfdb

#d6dfdb #dbd6df #dfdbd6

Analogous Colors of #d6dfdb

#d6dfdb #d6dfdf #d6dfd7

Monochromatic Colors of #d6dfdb

#d6dfdb

Complementary Color

#d6dfdb #dfd6da

#d6dfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dfdb Color CSS Codes

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

#d6dfdb Text Font Color

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

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


#d6dfdb Background Color

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

This div background color is #d6dfdb


#d6dfdb Border Color

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

This div border color is #d6dfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dfdb


Comments

No comments written yet.

Please login to write comment.