#d4c0c5 Color Hex Elusive Violet

Information about Elusive Violet Color | #0000FF

#d4c0c5 color RGB value is (212,192,197). #d4c0c5 color name is Elusive Violet color.

#d4c0c5 hex color red value is 212 , green value is 192 and the blue value of its RGB is 197 . Cylindrical-coordinate representations (also known as HSL) of color #d4c0c5 hue: 345 , saturation: 19 and the lightness value of #d4c0c5 is 79

The process color (four color CMYK) of #d4c0c5 color hex is 0 , 4 ,3, 7 .

#d4c0c5

~Elusive Violet

Color Converions

HEX
#d4c0c5
RGB
212,192,197
LAB
80,8,0
CMYK
0,9,7,17
LCH
80,8,1
XYZ
56,56,61
HSV
345,9,83
HSL
345,19,79

Base Numbers

Base Red Green Blue
Binary 11010100 11000000 11000101
Octal 324 300 305
Decimal 212 192 197
Hex d4 c0 c5

RGB Percentages of Color #d4c0c5

83%
75%
77%

CMYK Percentages of Color #d4c0c5

0%
3%
4%
7%

Color Variations

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

Shades of #d4c0c5

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

10%
#d4c0c5
20%
#bfadb1
30%
#aa9a9e
40%
#94868a
50%
#7f7376
60%
#6a6062
70%
#554d4f
80%
#403a3b
90%
#2a2627
100%
#151314

Tints of #d4c0c5

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

10%
#d4c0c5
20%
#d8c6cb
30%
#ddcdd1
40%
#e1d3d6
50%
#e5d9dc
60%
#eadfe2
70%
#eee6e8
80%
#f2ecee
90%
#f6f2f3
100%
#fbf9f9

Tones of #d4c0c5

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

10%
#d4c0c5
20%
#ccbabe
30%
#c3b3b7
40%
#bbadb0
50%
#b2a6a9
60%
#aaa0a2
70%
#a1999b
80%
#999394
90%
#908c8d
100%
#888686

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.
#d4c0c5
#d4c0cd
#d4c0c9
#d4c0c5
#d4c0c1
#d4c3c0

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d4c0c5
#d4d3c0
#c0cdd4

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d4c0c5
#c5d4c0
#c0c5d4

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.
#d4c0c5
#cfd4c0
#c0d4cf
#c5c0d4

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d4c0c5
#fee6ec
#2a2627
#544d4f
#7f7376
#a99a9e

Blindness simulator

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

Normal

#d4c0c5

protanopia

#c6c2c6

deuteranopia

#d7bdc4

tritanopia

#d4bdcc

achromatopsia

#c5c5c5

protanomaly

#cbc2c5

deuteranomaly

#d6bec4

achromatopsia

#c5c5c5

tritanomaly

#d4bec9

achromatomaly

#cac3c5

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

#d4c0c5 Color CSS Codes

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

#d4c0c5 Text Font Color

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

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

#d4c0c5 Background Color

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

#d4c0c5 Border Color

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

This div border color is #d4c0c5

#d4c0c5 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4c0c5

More Colors

Orangish Red
#f43605
Dijon
#97754c
Golden Handshake
#ffcc44
Ancient Copper
#9f543e
Midwinter Fire
#dd1100
Heavy Green
#49583e
Broad Bean
#94975d
Butternut Pizazz
#e59752
Coconut Ice
#ddd4c7
Luau Green
#989746
Clambake
#e0d1bb
Becker Blue
#607879
Club Grey
#464159
Cotton Club
#f3e4d3
Egyptian Blue
#1034a6
Chanticleer
#870000
Corn Kernel
#ffcba4
Desert Dust
#e3bc8e
Ice Dream
#eaebe1
Livingstone
#cbcbbb
Golden Samovar
#dfaf2b
Pink Panther
#ff0090
Doric White
#d5cfbd
Gravel Grey Blue
#637a82
Celery Mousse
#c1fd95
Chestnut Chest
#8e5637
Lime Flip
#d2e3cc
Partial Pink
#ffedf8
Lime Spritz
#dae1cf
Fashion Grey
#a29c94
Donkey Brown
#816e5c
Diluno Red
#f46860
Malibu Beige
#c9c0b1
Lush Meadow
#006e51
Asparagus Fern
#b9cb5a
Moncur
#9bb9ae
Avocado Cream
#b7bf6b
El Niño
#d0cacd
Green Emulsion
#daeae2
King's Cloak
#c48692
rating-img
Rate this tool
NaN/5   0 votes