#d6e4e1 Color Hex Cirrus Blue

Information about Cirrus Blue Color | #0000FF

#d6e4e1 color RGB value is (214,228,225). #d6e4e1 color name is Cirrus Blue color.

#d6e4e1 hex color red value is 214 , green value is 228 and the blue value of its RGB is 225 . Cylindrical-coordinate representations (also known as HSL) of color #d6e4e1 hue: 167 , saturation: 21 and the lightness value of #d6e4e1 is 87

The process color (four color CMYK) of #d6e4e1 color hex is 2 , 0 ,1, 4 .

#d6e4e1

~Cirrus Blue

Color Converions

HEX
#d6e4e1
RGB
214,228,225
LAB
89,-5,0
CMYK
6,0,1,11
LCH
89,5,-177
XYZ
69,75,82
HSV
167,6,89
HSL
167,21,87

Base Numbers

Base Red Green Blue
Binary 11010110 11100100 11100001
Octal 326 344 341
Decimal 214 228 225
Hex d6 e4 e1

RGB Percentages of Color #d6e4e1

84%
89%
88%

CMYK Percentages of Color #d6e4e1

2%
1%
0%
4%

Color Variations

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

Shades of #d6e4e1

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

10%
#d6e4e1
20%
#c1cdcb
30%
#abb6b4
40%
#96a09d
50%
#808987
60%
#6b7270
70%
#565b5a
80%
#404443
90%
#2b2e2d
100%
#151716

Tints of #d6e4e1

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

10%
#d6e4e1
20%
#dae7e4
30%
#dee9e7
40%
#e2ecea
50%
#e6efed
60%
#ebf2f0
70%
#eff4f3
80%
#f3f7f6
90%
#f7faf9
100%
#fbfcfc

Tones of #d6e4e1

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

10%
#d6e4e1
20%
#cddad7
30%
#c5d0ce
40%
#bcc6c4
50%
#b3bcba
60%
#abb2b0
70%
#a2a8a7
80%
#999e9d
90%
#919493
100%
#888a89

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.
#d6e4e1
#d6e4db
#d6e4de
#d6e4e1
#d6e4e4
#d6e1e4

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d6e4e1
#d6d6e4
#e4dbd6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d6e4e1
#e1d6e4
#e4e1d6

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.
#d6e4e1
#dad6e4
#e4d6d9
#e0e4d6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d6e4e1
#0f0f0f
#363a39
#5e6463
#868f8d
#aeb9b7

Blindness simulator

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

Normal

#d6e4e1

protanopia

#e5dfde

deuteranopia

#f5d9e3

tritanopia

#d8e0f2

achromatopsia

#e1e1e1

protanomaly

#dfe1df

deuteranomaly

#eadde3

achromatopsia

#e1e1e1

tritanomaly

#d8e2ec

achromatomaly

#dde2e1

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

#d6e4e1 Color CSS Codes

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

#d6e4e1 Text Font Color

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

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

#d6e4e1 Background Color

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

#d6e4e1 Border Color

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

This div border color is #d6e4e1

#d6e4e1 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6e4e1

More Colors

Ploughed Earth
#6c6459
Cowpeas
#661100
Chestnut
#742802
Nocturnal
#767d86
Green Hour
#587d79
Placebo Lime
#f6fceb
Faded Jade
#427977
Maximum Yellow
#fafa37
Garden Gazebo
#abc0bb
Bare Bone
#eeddcc
Keel Joy
#d49595
Eyeshadow
#d9d9ea
Krasnyi Red
#eb2e28
Brandy Bear
#aa5412
Bluerocratic
#1f66ff
Gingko Tree
#918260
Kogane Gold
#e5b321
Dried Lavender Flowers
#77747f
Dress Pink
#f4ebef
Plain and Simple
#ebf0d6
Forbidden Thrill
#856363
Oh My Gold
#eebb55
Angel Shark
#e19640
Camouflage
#3c3910
Minified Mauve
#e0dce4
Green Valley
#51755b
Hyssop
#6d4976
Front Porch
#cdccc5
Fiftieth Shade of Grey
#505050
Aloe Blossom
#c97863
Golden Cartridge
#bdb76b
Orchid Tint
#dbd2db
Grounded
#d18c62
Bright Pink
#fe01b1
Iced Copper
#d0ae9a
Green Gables
#324241
Columbo's Coat
#d0cbce
Illuminating Emerald
#319177
American Milking Devon
#63403a
Enamel Blue
#007a8e
rating-img
Rate this tool
NaN/5   0 votes