#d5d9d3 Color Hex Misty Coast

Information about Misty Coast Color | #0000FF

#d5d9d3 color RGB value is (213,217,211). #d5d9d3 color name is Misty Coast color.

#d5d9d3 hex color red value is 213 , green value is 217 and the blue value of its RGB is 211 . Cylindrical-coordinate representations (also known as HSL) of color #d5d9d3 hue: 100 , saturation: 7 and the lightness value of #d5d9d3 is 84

The process color (four color CMYK) of #d5d9d3 color hex is 1 , 0 ,1, 6 .

#d5d9d3

~Misty Coast

Color Converions

HEX
#d5d9d3
RGB
213,217,211
LAB
86,-2,2
CMYK
2,0,3,15
LCH
86,3,132
XYZ
64,68,71
HSV
100,3,85
HSL
100,7,84

Base Numbers

Base Red Green Blue
Binary 11010101 11011001 11010011
Octal 325 331 323
Decimal 213 217 211
Hex d5 d9 d3

RGB Percentages of Color #d5d9d3

84%
85%
83%

CMYK Percentages of Color #d5d9d3

1%
1%
0%
6%

Color Variations

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

Shades of #d5d9d3

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

10%
#d5d9d3
20%
#c0c3be
30%
#aaaea9
40%
#959894
50%
#80827f
60%
#6b6d69
70%
#555754
80%
#40413f
90%
#2b2b2a
100%
#151615

Tints of #d5d9d3

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

10%
#d5d9d3
20%
#d9ddd7
30%
#dde1dc
40%
#e2e4e0
50%
#e6e8e5
60%
#eaece9
70%
#eef0ed
80%
#f2f4f2
90%
#f7f7f6
100%
#fbfbfb

Tones of #d5d9d3

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

10%
#d5d9d3
20%
#ccd0cb
30%
#c4c7c2
40%
#bbbeba
50%
#b3b5b2
60%
#aaaca9
70%
#a2a3a1
80%
#999a99
90%
#919190
100%
#888888

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.
#d5d9d3
#d7d9d3
#d6d9d3
#d5d9d3
#d4d9d3
#d3d9d3

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d5d9d3
#d3d9d8
#d9d3d7

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d5d9d3
#d3d5d9
#d9d3d5

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.
#d5d9d3
#d3d8d9
#d7d3d9
#d9d4d3

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d5d9d3
#040404
#2e2f2e
#585957
#828480
#abaeaa

Blindness simulator

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

Normal

#d5d9d3

protanopia

#dcd6d1

deuteranopia

#edd0d5

tritanopia

#d7d5e5

achromatopsia

#d8d8d8

protanomaly

#d9d7d2

deuteranomaly

#e4d3d4

achromatopsia

#d8d8d8

tritanomaly

#d7d6df

achromatomaly

#d7d8d6

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

#d5d9d3 Color CSS Codes

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

#d5d9d3 Text Font Color

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

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

#d5d9d3 Background Color

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

#d5d9d3 Border Color

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

This div border color is #d5d9d3

#d5d9d3 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5d9d3

More Colors

Bashful Pansy
#d9cde5
Dove Tail
#91b0c5
Bonfire
#f78058
Granite Grey
#615e5f
Artisan Tile
#845e40
Hyacinth Violet
#8d4687
Orchid Blossom
#e4e1e4
Pickled Beet
#4d233d
Antique Penny
#957747
Lamp Post
#4a4f55
Gable Green
#2c4641
Burnt Terra
#82634e
Light Kiri Mist
#d3d2dd
Orangeville
#e57059
Cotton Floss
#f8f0c7
Picnic
#99c285
Faded Khaki
#a5975b
Olivenite
#333311
Beryllonite
#e9e5d7
Honied White
#fcefd1
Mahogany Finish
#aa5511
Jugendstil Turquoise
#5f9b9c
Chick Flick
#bf7d80
Orange Coloured White
#fbebcf
Old Nan Yarn
#5e5896
Golden Cartridge
#bdb76b
Fanatic Fuchsia
#ee1199
Classic Waltz
#71588d
Peach Brick
#e5ccbd
Blank Canvas
#ffefd6
Cowgirl Boots
#9e7c60
Poison Green
#40fd14
Luck of the Irish
#547839
Night in Manchester
#324ab2
Black Chocolate
#441100
Cedar Staff
#91493e
Burnished Lilac
#c5aeb1
Barberry Bush
#d2c61f
Orchid Rose
#e9d1da
rating-img
Rate this tool
NaN/5   0 votes