#c6d2d2 Color Hex Ice Flow

Information about Ice Flow Color | #0000FF

#c6d2d2 color RGB value is (198,210,210). #c6d2d2 color name is Ice Flow color.

#c6d2d2 hex color red value is 198 , green value is 210 and the blue value of its RGB is 210 . Cylindrical-coordinate representations (also known as HSL) of color #c6d2d2 hue: 180 , saturation: 12 and the lightness value of #c6d2d2 is 80

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

#c6d2d2

~Ice Flow

Color Converions

HEX
#c6d2d2
RGB
198,210,210
LAB
83,-4,-2
CMYK
6,0,0,18
LCH
83,4,-160
XYZ
58,63,70
HSV
180,6,82
HSL
180,12,80

Base Numbers

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

RGB Percentages of Color #c6d2d2

78%
82%
82%

CMYK Percentages of Color #c6d2d2

2%
0%
0%
7%

Color Variations

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

Shades of #c6d2d2

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

10%
#c6d2d2
20%
#b2bdbd
30%
#9ea8a8
40%
#8b9393
50%
#777e7e
60%
#636969
70%
#4f5454
80%
#3b3f3f
90%
#282a2a
100%
#141515

Tints of #c6d2d2

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

10%
#c6d2d2
20%
#ccd7d7
30%
#d1dbdb
40%
#d7e0e0
50%
#dde4e4
60%
#e3e9e9
70%
#e8eded
80%
#eef2f2
90%
#f4f6f6
100%
#f9fbfb

Tones of #c6d2d2

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

10%
#c6d2d2
20%
#bfcaca
30%
#b8c2c2
40%
#b1b9b9
50%
#aab1b1
60%
#a3a9a9
70%
#9ca1a1
80%
#959898
90%
#8e9090
100%
#878888

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.
#c6d2d2
#c6d2cd
#c6d2d0
#c6d2d2
#c6d0d2
#c6cdd2

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c6d2d2
#c8c6d2
#d2cdc6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c6d2d2
#d2c6d2
#d2d2c6

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.
#c6d2d2
#ccc6d2
#d2c6c6
#ccd2c6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c6d2d2
#eefcfc
#262828
#4e5252
#767d7d
#9ea7a7

Blindness simulator

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

Normal

#c6d2d2

protanopia

#d2cdcf

deuteranopia

#e1c8d4

tritanopia

#c7cfdf

achromatopsia

#cfcfcf

protanomaly

#cdcfd0

deuteranomaly

#d7ccd3

achromatopsia

#cfcfcf

tritanomaly

#c7d0da

achromatomaly

#ccd0d0

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 !

#c6d2d2 Color CSS Codes

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

#c6d2d2 Text Font Color

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

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

#c6d2d2 Background Color

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

#c6d2d2 Border Color

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

This div border color is #c6d2d2

#c6d2d2 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6d2d2

More Colors

Charred Hickory
#5b4e4a
Leukocyte White
#f2f1ed
Palomino Mane
#e6d6ba
Aqua Experience
#038e85
Draw Your Sword
#6c7179
Oasis
#0092a3
Greenfinch
#bda928
Campfire Blaze
#b67656
Blackwood
#494e52
Cayman Green
#495a44
Capulet Olive
#656344
Brown Clay
#c37c59
Glasgow Fog
#bdb8ae
Feminine Fancy
#c4a8cf
Capri Cream
#f1f0d6
Polished Pine
#5da493
Inuit White
#d1cdd0
Forbidden Red
#8a4646
Fieldstone
#807e77
Garland
#69887b
Effervescent Lime
#98da2c
Gulab Brown
#8b2e19
Infinite Deep Sea
#435a6f
Brown Orange
#b96902
Outerbanks
#b7a48b
Dun Morogh Blue
#80b4dc
Hunter's Orange
#db472c
After Work Blue
#24246d
Beagle Brown
#8d6737
Darlak
#4f4969
Inverness Grey
#dce3e2
Down on the Sunflower Valley
#ffdf2b
Mangrove
#757461
Cartoon Violence
#d01722
Peacock Plume
#206d71
Mangy Moose
#b2896c
Cinderella
#fbd7cc
Magnetic Magic
#3fbbb2
Beautiful Darkness
#686d70
rating-img
Rate this tool
NaN/5   0 votes