Color Hex Logo

#d6dcdb Color Hex

#D6DCDB
(214,220,219)
0 Favorites   0 Comments

Color spaces of #d6dcdb

RGB 214220219
HSL0.470.080.85
HSV170°86°
CMYK 0.030.000.00   0.14
XYZ66.110970.597077.1600
Yxy70.59700.30910.3301
Hunter Lab84.0220-6.58974.3676
CIE-Lab87.2888-2.1991-0.2251

#d6dcdb color RGB value is (214,220,219).

#d6dcdb hex color red value is 214, green value is 220 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d6dcdb hue: 0.47 , saturation: 0.08 and the lightness value of d6dcdb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011100 11011011
Octal 326 334 333
Decimal 214 220 219
Hex D6 DC DB

RGB Percentages of Color #d6dcdb

%32.77
%33.69
%33.54

CMYK Percentages of Color #d6dcdb

%3
%0
%0
%14

Triadic Colors of #d6dcdb

#d6dcdb #dbd6dc #dcdbd6

Analogous Colors of #d6dcdb

#d6dcdb #d6dadc #d6dcd8

Monochromatic Colors of #d6dcdb

#d6dcdb

Complementary Color

#d6dcdb #dcd6d7

#d6dcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dcdb Color CSS Codes

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

#d6dcdb Text Font Color

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

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


#d6dcdb Background Color

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

This div background color is #d6dcdb


#d6dcdb Border Color

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

This div border color is #d6dcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dcdb


Comments

No comments written yet.

Please login to write comment.