#d6d6db

#d6d6db color hex

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

#d6d6db rgb color chart

Color spaces of #d6d6db

RGB 214214219
HSL0.670.060.85
HSV240°86°
CMYK 0.020.020.00   0.14
XYZ64.564367.503776.6445
Yxy67.50370.30930.3234
Hunter Lab82.1606-3.51042.2031
CIE-Lab85.75770.9188-2.4671

Shades of #d6d6db

Tints of #d6d6db

RGB Percentages of Color #d6d6db

%33.08
%33.08
%33.85

CMYK Percentages of Color #d6d6db

%2
%2
%0
%14

#d6d6db Color Info

#d6d6db hex color red value is 214, green value is 214 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #d6d6db hue: 0.67 , saturation: 0.06 and the lightness value of d6d6db is 0.85.

The process color (four color CMYK) of #d6d6db hex color is 0.02, 0.02, 0.00, 0.14. Web safe color of #d6d6db is #cccccc

Color #d6d6db contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11010110 11011011
Octal 326 326 333
Decimal 214 214 219
Hexadecimal D6 D6 DB

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #d6d6db

Triadic Colors of #d6d6db

#d6d6db #dbd6d6 #d6dbd6

Analogous Colors of #d6d6db

#d6d6db #d8d6db #d6d8db

Complementary Color of #d6d6db

#d6d6db #dbdbd6

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

#d6d6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6d6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6d6db Color CSS Codes

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

This sample text font color is #d6d6db
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:#d6d6db">Text here</p>
#d6d6db background color

This div background color is #d6d6db

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

This div border color is #d6d6db

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

HTML Table Border #d6d6db Color Sample
#d6d6dbborder color

CSS3 Examples

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

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #d6d6db

<div style="-moz-box-shadow: 1px 1px 3px 2px #d6d6db;
  -webkit-box-shadow: 1px 1px 3px 2px #d6d6db;
  box-shadow:         1px 1px 3px 2px #d6d6db;">
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