#d6d0d6 Color Hex Lilac Mauve

Information about Lilac Mauve Color | #0000FF

#d6d0d6 color RGB value is (214,208,214). #d6d0d6 color name is Lilac Mauve color.

#d6d0d6 hex color red value is 214 , green value is 208 and the blue value of its RGB is 214 . Cylindrical-coordinate representations (also known as HSL) of color #d6d0d6 hue: 300 , saturation: 7 and the lightness value of #d6d0d6 is 83

The process color (four color CMYK) of #d6d0d6 color hex is 0 , 1 ,0, 6 .

#d6d0d6

~Lilac Mauve

Color Converions

HEX
#d6d0d6
RGB
214,208,214
LAB
84,3,-2
CMYK
0,3,0,16
LCH
84,4,-37
XYZ
62,64,73
HSV
300,3,84
HSL
300,7,83

Base Numbers

Base Red Green Blue
Binary 11010110 11010000 11010110
Octal 326 320 326
Decimal 214 208 214
Hex d6 d0 d6

RGB Percentages of Color #d6d0d6

84%
82%
84%

CMYK Percentages of Color #d6d0d6

0%
0%
1%
6%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #d6d0d6

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#d6d0d6
20%
#c1bbc1
30%
#aba6ab
40%
#969296
50%
#807d80
60%
#6b686b
70%
#565356
80%
#403e40
90%
#2b2a2b
100%
#151515

Tints of #d6d0d6

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#d6d0d6
20%
#dad5da
30%
#ded9de
40%
#e2dee2
50%
#e6e3e6
60%
#ebe8eb
70%
#efecef
80%
#f3f1f3
90%
#f7f6f7
100%
#fbfafb

Tones of #d6d0d6

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#d6d0d6
20%
#cdc8cd
30%
#c5c0c5
40%
#bcb8bc
50%
#b3b0b3
60%
#aba8ab
70%
#a2a0a2
80%
#999899
90%
#919091
100%
#888888

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#d6d0d6
#d4d0d6
#d5d0d6
#d6d0d6
#d6d0d5
#d6d0d4

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#d6d0d6
#d0d6d0

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d6d0d6
#d6d1d0
#d0d6d4

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d6d0d6
#d6d6d0
#d0d6d6

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#d6d0d6
#d6d3d0
#d0d6d0
#d0d3d6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d6d0d6
#010101
#2c2b2c
#565456
#817d81
#aba7ab

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#d6d0d6

protanopia

#d3cfd5

deuteranopia

#e3cad6

tritanopia

#d6cddd

achromatopsia

#d2d2d2

protanomaly

#d4d0d6

deuteranomaly

#deccd6

achromatopsia

#d2d2d2

tritanomaly

#d6cedb

achromatomaly

#d3d1d3

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 14/21
Hello World !

#d6d0d6 Color CSS Codes

.bgcolor {background-color:#d6d0d6; } 
.forecolor {color:#d6d0d6; }
.bordercolor {border:3px solid #d6d0d6; }
            

#d6d0d6 Text Font Color

<div style="color:#d6d0d6">
Div content here</div>

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

#d6d0d6 Background Color

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

#d6d0d6 Border Color

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

This div border color is #d6d0d6

#d6d0d6 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #d6d0d6; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6d0d6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6d0d6;
  -webkit-box-shadow: 1px 1px 3px 2px #d6d0d6;
  box-shadow: 1px 1px 3px 2px #d6d0d6; }
            

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6d0d6

More Colors

Forget-Me-Not Blue
#358094
Fresh Sod
#91a085
Mary Poppins
#d1b5ca
Emperor Jewel
#715a8d
Creamy Freesia
#ebd0db
Nature's Delight
#a6d292
Dark Side
#004444
Linnea Blossom
#c2abc4
Coconut Milk
#f0ede5
Mocha Magic
#88796d
Pewter Blue
#8ba8b7
Eastern Wind
#ede6d5
Patriarch
#800070
Clear Sand
#eae7da
Mocha Mousse
#a47864
Cherryade
#b22743
Orbital
#6d83bb
Little Pinky
#f4efed
Dead Pixel
#3b3a3a
Palace Blue
#346cb0
Asparagus Yellow
#dac98e
Just a Little
#dbe0d6
Discover
#bdb0a0
Polliwog
#e2cf24
Banana Milkshake
#ede6cb
Covered Wagon
#726449
Fuchsia Purple
#d33479
Nocturnal Rose
#cc6699
Barrel
#f0b069
Colonial Revival Tan
#d3b699
Flourish
#ebdc9c
Green Hills
#007800
Bannister Brown
#806b5d
Cactus Hill
#b1a386
Blue Romance
#d8f0d2
Enchanted Evening
#d3e9ec
Burnt Russet
#7e3940
Magenta Dye
#ca1f7b
Icelandic
#dae4ec
Deep Denim
#6688ff
rating-img
Rate this tool
NaN/5   0 votes