#c2c3d3 Color Hex Horizon Sky

Information about Horizon Sky Color | #0000FF

#c2c3d3 color RGB value is (194,195,211). #c2c3d3 color name is Horizon Sky color.

#c2c3d3 hex color red value is 194 , green value is 195 and the blue value of its RGB is 211 . Cylindrical-coordinate representations (also known as HSL) of color #c2c3d3 hue: 236 , saturation: 16 and the lightness value of #c2c3d3 is 79

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

#c2c3d3

~Horizon Sky

Color Converions

HEX
#c2c3d3
RGB
194,195,211
LAB
79,2,-8
CMYK
8,8,0,17
LCH
79,8,-77
XYZ
54,55,69
HSV
236,8,83
HSL
236,16,79

Base Numbers

Base Red Green Blue
Binary 11000010 11000011 11010011
Octal 302 303 323
Decimal 194 195 211
Hex c2 c3 d3

RGB Percentages of Color #c2c3d3

76%
76%
83%

CMYK Percentages of Color #c2c3d3

3%
0%
3%
7%

Color Variations

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

Shades of #c2c3d3

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

10%
#c2c3d3
20%
#afb0be
30%
#9b9ca9
40%
#888994
50%
#74757f
60%
#616269
70%
#4e4e54
80%
#3a3b3f
90%
#27272a
100%
#131415

Tints of #c2c3d3

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

10%
#c2c3d3
20%
#c8c9d7
30%
#cecfdc
40%
#d4d5e0
50%
#dadbe5
60%
#e1e1e9
70%
#e7e7ed
80%
#ededf2
90%
#f3f3f6
100%
#f9f9fb

Tones of #c2c3d3

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

10%
#c2c3d3
20%
#bbbccb
30%
#b5b5c2
40%
#aeafba
50%
#a7a8b2
60%
#a1a1a9
70%
#9a9aa1
80%
#939499
90%
#8d8d90
100%
#868688

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.
#c2c3d3
#c2cad3
#c2c6d3
#c2c3d3
#c4c2d3
#c8c2d3

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c2c3d3
#d3c2d1
#cad3c2

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c2c3d3
#d3c2c3
#c3d3c2

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.
#c2c3d3
#d3c2cb
#d3d2c2
#c2d3c9

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c2c3d3
#e9eafd
#262629
#4d4d53
#74747e
#9b9ca8

Blindness simulator

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

Normal

#c2c3d3

protanopia

#c2c1d2

deuteranopia

#cebdd3

tritanopia

#c0c2d1

achromatopsia

#c4c4c4

protanomaly

#c2c2d2

deuteranomaly

#cabfd3

achromatopsia

#c4c4c4

tritanomaly

#c1c2d2

achromatomaly

#c3c4c9

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 !

#c2c3d3 Color CSS Codes

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

#c2c3d3 Text Font Color

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

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

#c2c3d3 Background Color

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

#c2c3d3 Border Color

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

This div border color is #c2c3d3

#c2c3d3 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2c3d3

More Colors

Craft Brown
#b7a083
Cottage Blue
#789ec5
Gaelic Garden
#a5b3ab
North Sea Blue
#343c4c
Cattail Brown
#917546
French Grey
#bfbdc1
Gibraltar Sea
#123850
Cobalt Glaze
#0072b5
Monterey Brown
#946e5c
Angel Kiss
#cec7dc
Garden Aroma
#9c6989
Arcala Green
#3b6c3f
Chaotic Red
#740600
Monument
#84898c
Major Brown
#5b5149
Blue Tuna
#6f95c1
Dubonnet
#5b2c31
Arbol De Tamarindo
#cda182
Cameo Green
#dce6e5
Lythrum
#72696f
Caduceus Staff
#eedd22
Braid
#77675b
Golden Ochre
#c77943
Lamp Post
#4a4f55
Ocean Sand
#e4d5cd
Pearl Blush
#f4cec5
Light Issey-San
#dbe4d1
Granite Green
#8b8265
Pink Dream
#fea5a2
Floral Arrangement
#c6ac9f
Indigo Ink
#474a4d
Peekaboo
#e6dee6
Jungle Moss
#bdc3ac
Muscovite
#e9decb
Madeira Brown
#8f4826
Parachute Purple
#392852
Dynasty Green
#008e80
Andes Sky
#78d8d9
rating-img
Rate this tool
NaN/5   0 votes