#d6dfdf

#d6dfdf color hex

#d6dfdf hex color information.
RGB value of #d6dfdf is (214,223,223)
Change page background color to #d6dfdf | Reset

#d6dfdf rgb color chart

Color spaces of #d6dfdf

RGB 214223223
HSL0.500.120.86
HSV180°87°
CMYK 0.040.000.00   0.13
XYZ67.438572.399280.2321
Yxy72.39920.30640.3290
Hunter Lab85.0877-7.42873.6548
CIE-Lab88.1604-3.0100-1.0582

Shades of #d6dfdf

Tints of #d6dfdf

RGB Percentages of Color #d6dfdf

%32.42
%33.79
%33.79

CMYK Percentages of Color #d6dfdf

%4
%0
%0
%13

#d6dfdf Color Info

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

The process color (four color CMYK) of #d6dfdf hex color is 0.04, 0.00, 0.00, 0.13. Web safe color of #d6dfdf is #cccccc

Color #d6dfdf contains mostly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011111 11011111
Octal 326 337 337
Decimal 214 223 223
Hexadecimal D6 DF DF

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #d6dfdf

Triadic Colors of #d6dfdf

#d6dfdf #dfd6df #dfdfd6

Analogous Colors of #d6dfdf

#d6dfdf #d6dadf #d6dfda

Complementary Color of #d6dfdf

#d6dfdf #dfd6d6

#d6dfdf HSL Color Chart
#d6dfdf hsl color chart
#d6dfdf RGB Color Chart

#d6dfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dfdf Color CSS Codes

.mybgcolor {background-color:#d6dfdf; } 
.myforecolor {color:#d6dfdf; }
.mybordercolor {border:3px solid #d6dfdf; }
Sample text font color #d6dfdf

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

html code
<p style="color:#d6dfdf">Text here</p>
#d6dfdf background color

This div background color is #d6dfdf

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

This div border color is #d6dfdf

<div style="border:3px solid #d6dfdf">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #d6dfdf Color Sample
#d6dfdfborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(214,223,223, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #d6dfdf; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #d6dfdf;
  -webkit-box-shadow: 1px 1px 3px 2px #d6dfdf;
  box-shadow:         1px 1px 3px 2px #d6dfdf; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,223,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d6dfdf">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #d6dfdf

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top