#c0c6d2 Color Hex French Silk

Information about French Silk Color | #0000FF

#c0c6d2 color RGB value is (192,198,210). #c0c6d2 color name is French Silk color.

#c0c6d2 hex color red value is 192 , green value is 198 and the blue value of its RGB is 210 . Cylindrical-coordinate representations (also known as HSL) of color #c0c6d2 hue: 220 , saturation: 17 and the lightness value of #c0c6d2 is 79

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

#c0c6d2

~French Silk

Color Converions

HEX
#c0c6d2
RGB
192,198,210
LAB
80,0,-7
CMYK
9,6,0,18
LCH
80,7,-93
XYZ
54,56,69
HSV
220,9,82
HSL
220,17,79

Base Numbers

Base Red Green Blue
Binary 11000000 11000110 11010010
Octal 300 306 322
Decimal 192 198 210
Hex c0 c6 d2

RGB Percentages of Color #c0c6d2

75%
78%
82%

CMYK Percentages of Color #c0c6d2

3%
0%
2%
7%

Color Variations

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

Shades of #c0c6d2

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

10%
#c0c6d2
20%
#adb2bd
30%
#9a9ea8
40%
#868b93
50%
#73777e
60%
#606369
70%
#4d4f54
80%
#3a3b3f
90%
#26282a
100%
#131415

Tints of #c0c6d2

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

10%
#c0c6d2
20%
#c6ccd7
30%
#cdd1db
40%
#d3d7e0
50%
#d9dde4
60%
#dfe3e9
70%
#e6e8ed
80%
#eceef2
90%
#f2f4f6
100%
#f9f9fb

Tones of #c0c6d2

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

10%
#c0c6d2
20%
#babfca
30%
#b3b8c2
40%
#adb1b9
50%
#a6aab1
60%
#a0a3a9
70%
#999ca1
80%
#939598
90%
#8c8e90
100%
#868788

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.
#c0c6d2
#c0cdd2
#c0cad2
#c0c6d2
#c0c2d2
#c1c0d2

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c0c6d2
#d0c0d2
#cdd2c0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c0c6d2
#d2c0c6
#c6d2c0

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.
#c0c6d2
#d2c0cf
#d2ccc0
#c0d2c3

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c0c6d2
#e7eefc
#252628
#4b4e52
#72767d
#999ea7

Blindness simulator

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

Normal

#c0c6d2

protanopia

#c4c3d0

deuteranopia

#d1bfd3

tritanopia

#bfc4d4

achromatopsia

#c6c6c6

protanomaly

#c3c4d1

deuteranomaly

#cbc1d3

achromatopsia

#c6c6c6

tritanomaly

#bfc5d3

achromatomaly

#c4c6ca

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 !

#c0c6d2 Color CSS Codes

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

#c0c6d2 Text Font Color

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

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

#c0c6d2 Background Color

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

#c0c6d2 Border Color

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

This div border color is #c0c6d2

#c0c6d2 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0c6d2

More Colors

Long Island Sound
#95d0fc
Infrared Burn
#dd3333
Egyptian Sand
#beac90
Claret
#680018
Dark Secret
#3e5361
Hibiscus Flower
#bc555e
Mudstone
#84846f
Natural Bridge
#a29171
Bright Greek
#3844f4
Negroni
#eec7a2
Munsell Blue
#0093af
Beach Grass
#dcddb8
Almond Truffle
#7d665b
Mocha Brown
#6b565e
Canary Feather
#efde75
Falkland
#a5bebd
Petal Poise
#f8e3ee
Cockatoo
#58c8b6
Idyllic Isle
#94c8d2
Polenta
#efc47f
Frangipane
#f4d5b2
Cerulean Tint
#acbfcd
Endless
#5b976a
Luster White
#f4f1ec
Monet's Lavender
#dde0ea
Pixieland
#b4a6c6
Blue Bauble
#abdee3
Funnel Cloud
#113366
Old Fashioned Purple
#73486b
Faint Green
#a58b2c
Gardening
#acba8d
Pink Slip
#d58d8a
Etcetera
#e1c6d4
Orange Jewel
#ff9731
Meditative
#96aab0
Artisan Red
#ac5b50
International Klein Blue
#002fa6
Pastel Violet
#cb99c9
Budder Skin
#fce2c4
Peach Smoothie
#ffe5bd
rating-img
Rate this tool
NaN/5   0 votes