#c5c0c9 Color Hex Grape Mist

Information about Grape Mist Color | #0000FF

#c5c0c9 color RGB value is (197,192,201). #c5c0c9 color name is Grape Mist color.

#c5c0c9 hex color red value is 197 , green value is 192 and the blue value of its RGB is 201 . Cylindrical-coordinate representations (also known as HSL) of color #c5c0c9 hue: 273 , saturation: 8 and the lightness value of #c5c0c9 is 77

The process color (four color CMYK) of #c5c0c9 color hex is 1 , 2 ,0, 8 .

#c5c0c9

~Grape Mist

Color Converions

HEX
#c5c0c9
RGB
197,192,201
LAB
78,3,-4
CMYK
2,4,0,21
LCH
78,5,-52
XYZ
52,54,63
HSV
273,4,79
HSL
273,8,77

Base Numbers

Base Red Green Blue
Binary 11000101 11000000 11001001
Octal 305 300 311
Decimal 197 192 201
Hex c5 c0 c9

RGB Percentages of Color #c5c0c9

77%
75%
79%

CMYK Percentages of Color #c5c0c9

1%
0%
2%
8%

Color Variations

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

Shades of #c5c0c9

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

10%
#c5c0c9
20%
#b1adb5
30%
#9e9aa1
40%
#8a868d
50%
#767379
60%
#626064
70%
#4f4d50
80%
#3b3a3c
90%
#272628
100%
#141314

Tints of #c5c0c9

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

10%
#c5c0c9
20%
#cbc6ce
30%
#d1cdd4
40%
#d6d3d9
50%
#dcd9df
60%
#e2dfe4
70%
#e8e6e9
80%
#eeecef
90%
#f3f2f4
100%
#f9f9fa

Tones of #c5c0c9

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

10%
#c5c0c9
20%
#bebac2
30%
#b7b3ba
40%
#b0adb3
50%
#a9a6ac
60%
#a2a0a4
70%
#9b999d
80%
#949396
90%
#8d8c8e
100%
#868687

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.
#c5c0c9
#c1c0c9
#c3c0c9
#c5c0c9
#c7c0c9
#c9c0c9

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c5c0c9
#c9c0c2
#c0c9c1

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c5c0c9
#c9c5c0
#c0c9c5

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.
#c5c0c9
#c9c0c0
#c4c9c0
#c0c8c9

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c5c0c9
#efe9f3
#1e1e1f
#484649
#726f74
#9b979e

Blindness simulator

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

Normal

#c5c0c9

protanopia

#c2bfc8

deuteranopia

#d0bbc9

tritanopia

#c5becd

achromatopsia

#c2c2c2

protanomaly

#c3c0c8

deuteranomaly

#ccbdc9

achromatopsia

#c2c2c2

tritanomaly

#c5bfcb

achromatomaly

#c3c1c4

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 !

#c5c0c9 Color CSS Codes

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

#c5c0c9 Text Font Color

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

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

#c5c0c9 Background Color

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

#c5c0c9 Border Color

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

This div border color is #c5c0c9

#c5c0c9 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5c0c9

More Colors

Melancholic Sea
#53778f
Creamy Cloud Dreams
#fff5e0
Hidden Meadow
#bbcc5a
Dry Catmint
#b9bdae
Ambient Glow
#f8ede0
Pale Terra
#eaaa96
Alpha Male
#715a45
Loggia
#c4b7a5
Petal Poise
#f8e3ee
Mint Majesty
#7dd7c0
Fair Spring
#93977f
Faded Lilac
#92a2bb
Buddha's Love Handles
#ffbb33
Ice Crystal Blue
#a6e3e0
Gentle Doe
#e8b793
Crushed Almond
#d4cac5
Golden Glitter
#fbe573
Flax Bloom
#d2d8f4
Chaat Masala
#ec7d2c
Cheerly Kiwi
#bccb08
Misty Jade
#bcd9c8
Norwich Green
#acb597
Cotton Sheets
#f7ebdd
Morning Haze
#e0e8ed
Hunky Hummingbird
#bb11ff
Cuttlefish
#7fbbc2
Agrellan Badland
#ffb347
Blackberry Jam
#87657e
Bath Salt Green
#bbded7
Alluring Light
#fff7d8
Mountain Elk
#867965
Dark Teal
#014d4e
Hampton Green
#4f604f
Lightning Yellow
#f7a233
Catalina
#72a49f
Essential Teal
#007377
Pale Cloud
#dadee9
Macabre
#880033
Heavenly Blue
#a3bbcd
Blue Chrysocolla
#77b7d0
rating-img
Rate this tool
NaN/5   0 votes