#c6d5e4 Color Hex Defenestration

Information about Defenestration Color | #0000FF

#c6d5e4 color RGB value is (198,213,228). #c6d5e4 color name is Defenestration color.

#c6d5e4 hex color red value is 198 , green value is 213 and the blue value of its RGB is 228 . Cylindrical-coordinate representations (also known as HSL) of color #c6d5e4 hue: 210 , saturation: 36 and the lightness value of #c6d5e4 is 84

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

#c6d5e4

~Defenestration

Color Converions

HEX
#c6d5e4
RGB
198,213,228
LAB
84,-3,-9
CMYK
13,7,0,11
LCH
84,10,-108
XYZ
61,65,83
HSV
210,13,89
HSL
210,36,84

Base Numbers

Base Red Green Blue
Binary 11000110 11010101 11100100
Octal 306 325 344
Decimal 198 213 228
Hex c6 d5 e4

RGB Percentages of Color #c6d5e4

78%
84%
89%

CMYK Percentages of Color #c6d5e4

5%
0%
3%
4%

Color Variations

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

Shades of #c6d5e4

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

10%
#c6d5e4
20%
#b2c0cd
30%
#9eaab6
40%
#8b95a0
50%
#778089
60%
#636b72
70%
#4f555b
80%
#3b4044
90%
#282b2e
100%
#141517

Tints of #c6d5e4

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

10%
#c6d5e4
20%
#ccd9e7
30%
#d1dde9
40%
#d7e2ec
50%
#dde6ef
60%
#e3eaf2
70%
#e8eef4
80%
#eef2f7
90%
#f4f7fa
100%
#f9fbfc

Tones of #c6d5e4

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

10%
#c6d5e4
20%
#bfccda
30%
#b8c4d0
40%
#b1bbc6
50%
#aab3bc
60%
#a3aab2
70%
#9ca2a8
80%
#95999e
90%
#8e9194
100%
#87888a

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.
#c6d5e4
#c6e1e4
#c6dbe4
#c6d5e4
#c6cfe4
#c6c9e4

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c6d5e4
#dbc6e4
#e1e4c6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c6d5e4
#e4c6d5
#d5e4c6

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.
#c6d5e4
#e4c6e4
#e4d5c6
#c6e4c6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c6d5e4
#0d0e0f
#32363a
#575e64
#7c868f
#a1adb9

Blindness simulator

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

Normal

#c6d5e4

protanopia

#d1d1e1

deuteranopia

#decce6

tritanopia

#c5d4e4

achromatopsia

#d3d3d3

protanomaly

#cdd2e2

deuteranomaly

#d5cfe5

achromatopsia

#d3d3d3

tritanomaly

#c5d4e4

achromatomaly

#ced4d9

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 1/21
Hello World ! 1

Black background-color

Good 14/21
Hello World !

#c6d5e4 Color CSS Codes

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

#c6d5e4 Text Font Color

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

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

#c6d5e4 Background Color

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

#c6d5e4 Border Color

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

This div border color is #c6d5e4

#c6d5e4 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6d5e4

More Colors

Holiday Blue
#32bcd1
Eminent Bronze
#7a6841
Pale Honey
#f5d6aa
Canyon Wind
#e3e5df
Bluish Black
#413f44
Ocean Cruise
#9cd4e1
Humble Gold
#edc796
Glitz and Glamour
#965f73
Blouson Blue
#67b7c6
Gable Green
#2c4641
Holland Red
#cb4543
Pink Diminishing
#fff4f2
On the Rocks
#d0cec8
Eclectic
#aaafbd
Granite Dust
#d7cec4
Berry Light
#673b66
Expressionism Green
#52bc9a
Mella Yella
#f0dda2
Kernel
#ecb976
Hallowed Hush
#e2ebe5
Jubilee Grey
#7c7379
Botticelli Angel
#fbdfd6
Light Shōgi White
#d8d4d7
Mineral Glow
#fce8ce
Dreamsicle
#f5d5c2
Mesozoic Green
#997700
Blue Velvet
#0d6183
Basketball
#ee6730
Mint Leaves
#6a7d4e
Air Force Blue
#5d8aa8
Begonia Pink
#ec9abe
Peppermint
#d7e7d0
Planet Green
#496a76
Intense Mauve
#682d63
Dusky Rose
#ba6873
Fangtooth Fish
#bbaa97
PHP Purple
#8892bf
Cool Camo
#827566
Antique Copper
#9e6649
rating-img
Rate this tool
NaN/5   0 votes