#d6b3c0 Color Hex Mauvelous

Information about Mauvelous Color | #0000FF

#d6b3c0 color RGB value is (214,179,192). #d6b3c0 color name is Mauvelous color.

#d6b3c0 hex color red value is 214 , green value is 179 and the blue value of its RGB is 192 . Cylindrical-coordinate representations (also known as HSL) of color #d6b3c0 hue: 338 , saturation: 30 and the lightness value of #d6b3c0 is 77

The process color (four color CMYK) of #d6b3c0 color hex is 0 , 6 ,4, 6 .

#d6b3c0

~Mauvelous

Color Converions

HEX
#d6b3c0
RGB
214,179,192
LAB
76,15,-2
CMYK
0,16,10,16
LCH
76,15,-7
XYZ
53,50,57
HSV
338,16,84
HSL
338,30,77

Base Numbers

Base Red Green Blue
Binary 11010110 10110011 11000000
Octal 326 263 300
Decimal 214 179 192
Hex d6 b3 c0

RGB Percentages of Color #d6b3c0

84%
70%
75%

CMYK Percentages of Color #d6b3c0

0%
4%
6%
6%

Color Variations

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

Shades of #d6b3c0

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

10%
#d6b3c0
20%
#c1a1ad
30%
#ab8f9a
40%
#967d86
50%
#806b73
60%
#6b5a60
70%
#56484d
80%
#40363a
90%
#2b2426
100%
#151213

Tints of #d6b3c0

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

10%
#d6b3c0
20%
#dabbc6
30%
#dec2cd
40%
#e2cad3
50%
#e6d1d9
60%
#ebd9df
70%
#efe1e6
80%
#f3e8ec
90%
#f7f0f2
100%
#fbf7f9

Tones of #d6b3c0

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

10%
#d6b3c0
20%
#cdaeba
30%
#c5a9b3
40%
#bca4ad
50%
#b39ea6
60%
#ab99a0
70%
#a29499
80%
#998f93
90%
#918a8c
100%
#888586

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.
#d6b3c0
#d6b3ce
#d6b3c7
#d6b3c0
#d6b3b9
#d6b4b3

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d6b3c0
#d6d0b3
#b3ced6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d6b3c0
#c0d6b3
#b3c0d6

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.
#d6b3c0
#d1d6b3
#b3d6c9
#b7b3d6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d6b3c0
#010101
#2c2527
#56484e
#816c74
#ab8f9a

Blindness simulator

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

Normal

#d6b3c0

protanopia

#bcbac3

deuteranopia

#ccb5be

tritanopia

#d5b1bf

achromatopsia

#bbbbbb

protanomaly

#c5b7c2

deuteranomaly

#d0b4be

achromatopsia

#bbbbbb

tritanomaly

#d5b2bf

achromatomaly

#c5b8bd

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 11/21
Hello World !

#d6b3c0 Color CSS Codes

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

#d6b3c0 Text Font Color

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

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

#d6b3c0 Background Color

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

#d6b3c0 Border Color

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

This div border color is #d6b3c0

#d6b3c0 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6b3c0

More Colors

Bovine
#52585c
Dragon Scale
#00a877
Memphis Green
#5e9d7b
Oblivion
#000435
Gusto Gold
#f8ac1d
Nosferatu
#a9a8a8
Celery Ice
#eaebd1
Geneva Morn
#bab7b8
Betta Fish
#3a6b66
Exotic Lilac
#d198b5
Black Hole
#010203
New Yellow
#e8c247
Pineapple Slice
#e7d391
Pale Primrose
#eec8d3
Furry Lion
#f09338
Orecchiette
#faeecb
Entan Red
#ec6d51
Light Porcelain
#e7dad7
Lichen Gold
#dde7ae
Mozzarella Covered Chorizo
#e39b7a
Hitchcock Milk
#eeffa9
Burnished Bark
#6a3d36
Light Birch Green
#9db567
Peach Latte
#e7c19f
Damask
#fcf2df
Light Oak
#d2b183
Clay Beige
#d5d1c3
Opulent Opal
#f2ebea
Olivetone
#747028
Earth Tone
#a06e57
Dried Magenta
#ff40ff
Blackberry Yogurt
#e5bddf
Delicate Ballet Blue
#c2d1e2
Arrowroote
#e4decf
Pioneer Village
#aa9076
Lifeless Green
#00dead
Macadamia Brown
#bba791
Havana Blue
#a5dbe5
Abandoned Mansion
#94877e
Caraway Brown
#6d563c
rating-img
Rate this tool
NaN/5   0 votes