#c2d0e1 Color Hex Atmospheric Pressure

Information about Atmospheric Pressure Color | #0000FF

#c2d0e1 color RGB value is (194,208,225). #c2d0e1 color name is Atmospheric Pressure color.

#c2d0e1 hex color red value is 194 , green value is 208 and the blue value of its RGB is 225 . Cylindrical-coordinate representations (also known as HSL) of color #c2d0e1 hue: 213 , saturation: 34 and the lightness value of #c2d0e1 is 82

The process color (four color CMYK) of #c2d0e1 color hex is 5 , 3 ,0, 5 .

#c2d0e1

~Atmospheric Pressure

Color Converions

HEX
#c2d0e1
RGB
194,208,225
LAB
83,-2,-10
CMYK
14,8,0,12
LCH
83,10,-103
XYZ
58,62,80
HSV
213,14,88
HSL
213,34,82

Base Numbers

Base Red Green Blue
Binary 11000010 11010000 11100001
Octal 302 320 341
Decimal 194 208 225
Hex c2 d0 e1

RGB Percentages of Color #c2d0e1

76%
82%
88%

CMYK Percentages of Color #c2d0e1

5%
0%
3%
5%

Color Variations

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

Shades of #c2d0e1

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

10%
#c2d0e1
20%
#afbbcb
30%
#9ba6b4
40%
#88929d
50%
#747d87
60%
#616870
70%
#4e535a
80%
#3a3e43
90%
#272a2d
100%
#131516

Tints of #c2d0e1

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

10%
#c2d0e1
20%
#c8d5e4
30%
#ced9e7
40%
#d4deea
50%
#dae3ed
60%
#e1e8f0
70%
#e7ecf3
80%
#edf1f6
90%
#f3f6f9
100%
#f9fafc

Tones of #c2d0e1

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

10%
#c2d0e1
20%
#bbc8d7
30%
#b5c0ce
40%
#aeb8c4
50%
#a7b0ba
60%
#a1a8b0
70%
#9aa0a7
80%
#93989d
90%
#8d9093
100%
#868889

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.
#c2d0e1
#c2dce1
#c2d6e1
#c2d0e1
#c2cae1
#c2c4e1

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c2d0e1
#d9c2e1
#dce1c2

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c2d0e1
#e1c2d0
#d0e1c2

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.
#c2d0e1
#e1c2df
#e1d3c2
#c2e1c3

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c2d0e1
#0b0c0c
#2f3337
#545a61
#79818c
#9da9b6

Blindness simulator

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

Normal

#c2d0e1

protanopia

#ccccde

deuteranopia

#d8c8e3

tritanopia

#c0cfdf

achromatopsia

#cecece

protanomaly

#c8cddf

deuteranomaly

#d0cbe2

achromatopsia

#cecece

tritanomaly

#c1cfe0

achromatomaly

#cacfd5

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

#c2d0e1 Color CSS Codes

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

#c2d0e1 Text Font Color

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

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

#c2d0e1 Background Color

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

#c2d0e1 Border Color

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

This div border color is #c2d0e1

#c2d0e1 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2d0e1

More Colors

Aubergine Perl
#5500aa
Concealment
#405852
Air Castle
#d7d1e9
Light Tinge Of Mauve
#dfd2d9
Farfalle Noodle
#e5d4c9
Arctic Green
#45bcb3
Chicon
#d9eeb4
Ooid Sand
#c2beb6
Neutrino Blue
#01248f
Night Brown
#44281b
Overcast Day
#8f99a2
Hugh's Hue
#9fa09f
Lacewing
#d7e3ca
Folkstone Grey
#626879
Atlantic Breeze
#cbe1ee
Mexican Chile
#d16d76
Guns N' Roses
#ff0077
All Dressed Up
#e6999d
Alpine Lake Green
#4f603e
Dilly Blue
#35495a
Bay Brown
#773300
Burnt Coffee
#271b10
Cafe Expreso
#5e4c48
Exuberant Orange
#f0622f
Antique Brown
#553f2d
Gold Spike
#907047
Apocalyptic Orange
#f4711e
Fool's Gold
#cad175
Festive Ferret
#dfdfe5
Brandywine
#490206
Caramel Ice
#eec9aa
Brookside
#5a7562
Luscious Lemongrass
#517933
Deep Bronze
#51412d
Cheyenne Rock
#9f918a
Bloom
#ffaf75
Light Mint
#b6ffbb
Havana Cigar
#af884a
Azshara Vein
#b13916
Pesto Green
#817553
rating-img
Rate this tool
NaN/5   0 votes