#c6d4e1 Color Hex Light Cameo Blue

Information about Light Cameo Blue Color | #0000FF

#c6d4e1 color RGB value is (198,212,225). #c6d4e1 color name is Light Cameo Blue color.

#c6d4e1 hex color red value is 198 , green value is 212 and the blue value of its RGB is 225 . Cylindrical-coordinate representations (also known as HSL) of color #c6d4e1 hue: 209 , saturation: 31 and the lightness value of #c6d4e1 is 83

The process color (four color CMYK) of #c6d4e1 color hex is 5 , 2 ,0, 5 .

#c6d4e1

~Light Cameo Blue

Color Converions

HEX
#c6d4e1
RGB
198,212,225
LAB
84,-3,-8
CMYK
12,6,0,12
LCH
84,9,-110
XYZ
60,65,80
HSV
209,12,88
HSL
209,31,83

Base Numbers

Base Red Green Blue
Binary 11000110 11010100 11100001
Octal 306 324 341
Decimal 198 212 225
Hex c6 d4 e1

RGB Percentages of Color #c6d4e1

78%
83%
88%

CMYK Percentages of Color #c6d4e1

5%
0%
2%
5%

Color Variations

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

Shades of #c6d4e1

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

10%
#c6d4e1
20%
#b2bfcb
30%
#9eaab4
40%
#8b949d
50%
#777f87
60%
#636a70
70%
#4f555a
80%
#3b4043
90%
#282a2d
100%
#141516

Tints of #c6d4e1

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

10%
#c6d4e1
20%
#ccd8e4
30%
#d1dde7
40%
#d7e1ea
50%
#dde5ed
60%
#e3eaf0
70%
#e8eef3
80%
#eef2f6
90%
#f4f6f9
100%
#f9fbfc

Tones of #c6d4e1

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

10%
#c6d4e1
20%
#bfccd7
30%
#b8c3ce
40%
#b1bbc4
50%
#aab2ba
60%
#a3aab0
70%
#9ca1a7
80%
#95999d
90%
#8e9093
100%
#878889

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.
#c6d4e1
#c6dfe1
#c6d9e1
#c6d4e1
#c6cfe1
#c6c9e1

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c6d4e1
#d8c6e1
#dfe1c6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c6d4e1
#e1c6d4
#d4e1c6

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.
#c6d4e1
#e0c6e1
#e1d3c6
#c6e1c6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c6d4e1
#0b0c0c
#303437
#565c61
#7b848c
#a1acb6

Blindness simulator

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

Normal

#c6d4e1

protanopia

#d1d0de

deuteranopia

#decbe3

tritanopia

#c5d2e3

achromatopsia

#d2d2d2

protanomaly

#cdd1df

deuteranomaly

#d5cee2

achromatopsia

#d2d2d2

tritanomaly

#c6d3e2

achromatomaly

#ced3d7

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 !

#c6d4e1 Color CSS Codes

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

#c6d4e1 Text Font Color

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

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

#c6d4e1 Background Color

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

#c6d4e1 Border Color

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

This div border color is #c6d4e1

#c6d4e1 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6d4e1

More Colors

Celestial Light
#c7dae8
Abyssal
#404c57
Bright Delight
#cd5b26
Flaxen Fair
#e3ddbd
Cardinal Mauve
#2c284c
Pocket Watch
#c2a781
Coastal Trim
#bdffca
Marine Green
#40a48e
Piccadilly Purple
#51588e
Galleon Blue
#3f95bf
Oriental Herbs
#118822
Alpha Male
#715a45
Plushy Pink
#eab7a8
Calico Dress
#3d4e67
Carrara Marble
#e8e7d7
Delicate Girl Blue
#6ab2ca
Fleur-De-Lis
#b090c7
Pointed Cabbage Green
#859587
Hidden Morel
#aa7c4c
Little Smile
#f8d0e8
Pepper Grass
#7c9d47
Peppery
#5b5752
Mauve It
#bb4466
Fennel Bulb
#ddeebb
Morado Purple
#9955cc
Limeño Limón
#f8b109
Grant Drab
#8f8461
Colony Buff
#ddc6ab
Furious Tomato
#c30a12
Celery Mousse
#c1fd95
Boat Orchid
#c0448f
Blue Overdose
#0000ee
Overexposed Shot
#eff4dc
Bark Sawdust
#ab9004
Hazy Trail
#dcdace
Howdy Partner
#c6a698
Cow's Milk
#f1ede5
Gold Rush
#c4a777
Cress Vinaigrette
#bcb58a
Goose Wing Grey
#a89dac
rating-img
Rate this tool
NaN/5   0 votes