Color Hex Logo

#d6dbcc Color Hex

#D6DBCC
(214,219,204)
0 Favorites   0 Comments

Color spaces of #d6dbcc

RGB 214219204
HSL0.220.170.83
HSV80°86°
CMYK 0.020.000.07   0.14
XYZ63.962269.318867.1354
Yxy69.31880.31910.3459
Hunter Lab83.2579-8.570210.4718
CIE-Lab86.6617-4.34836.7764

#d6dbcc color RGB value is (214,219,204).

#d6dbcc hex color red value is 214, green value is 219 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d6dbcc hue: 0.22 , saturation: 0.17 and the lightness value of d6dbcc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011011 11001100
Octal 326 333 314
Decimal 214 219 204
Hex D6 DB CC

RGB Percentages of Color #d6dbcc

%33.59
%34.38
%32.03

CMYK Percentages of Color #d6dbcc

%2
%0
%7
%14

Triadic Colors of #d6dbcc

#d6dbcc #ccd6db #dbccd6

Analogous Colors of #d6dbcc

#d6dbcc #cfdbcc #dbd9cc

Monochromatic Colors of #d6dbcc

#d6dbcc

Complementary Color

#d6dbcc #d1ccdb

#d6dbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dbcc Color CSS Codes

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

#d6dbcc Text Font Color

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

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


#d6dbcc Background Color

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

This div background color is #d6dbcc


#d6dbcc Border Color

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

This div border color is #d6dbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dbcc


Comments

No comments written yet.

Please login to write comment.