#d9d5c5 Color Hex Plume Grass

Information about Plume Grass Color | #0000FF

#d9d5c5 color RGB value is (217,213,197). #d9d5c5 color name is Plume Grass color.

#d9d5c5 hex color red value is 217 , green value is 213 and the blue value of its RGB is 197 . Cylindrical-coordinate representations (also known as HSL) of color #d9d5c5 hue: 48 , saturation: 21 and the lightness value of #d9d5c5 is 81

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

#d9d5c5

~Plume Grass

Color Converions

HEX
#d9d5c5
RGB
217,213,197
LAB
85,-1,8
CMYK
0,2,9,15
LCH
85,8,94
XYZ
62,66,62
HSV
48,9,85
HSL
48,21,81

Base Numbers

Base Red Green Blue
Binary 11011001 11010101 11000101
Octal 331 325 305
Decimal 217 213 197
Hex d9 d5 c5

RGB Percentages of Color #d9d5c5

85%
84%
77%

CMYK Percentages of Color #d9d5c5

0%
4%
1%
6%

Color Variations

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

Shades of #d9d5c5

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

10%
#d9d5c5
20%
#c3c0b1
30%
#aeaa9e
40%
#98958a
50%
#828076
60%
#6d6b62
70%
#57554f
80%
#41403b
90%
#2b2b27
100%
#161514

Tints of #d9d5c5

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

10%
#d9d5c5
20%
#ddd9cb
30%
#e1ddd1
40%
#e4e2d6
50%
#e8e6dc
60%
#eceae2
70%
#f0eee8
80%
#f4f2ee
90%
#f7f7f3
100%
#fbfbf9

Tones of #d9d5c5

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

10%
#d9d5c5
20%
#d0ccbe
30%
#c7c4b7
40%
#bebbb0
50%
#b5b3a9
60%
#acaaa2
70%
#a3a29b
80%
#9a9994
90%
#91918d
100%
#888886

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.
#d9d5c5
#d9cdc5
#d9d1c5
#d9d5c5
#d9d9c5
#d5d9c5

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d9d5c5
#c5d9c5
#cdc5d9

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d9d5c5
#c5d9d5
#d5c5d9

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.
#d9d5c5
#c5d9cb
#c5c9d9
#d9c5d3

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d9d5c5
#040404
#2f2e2b
#595851
#848278
#aeab9e

Blindness simulator

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

Normal

#d9d5c5

protanopia

#dcd3c3

deuteranopia

#eeccc6

tritanopia

#ddd0e0

achromatopsia

#d5d5d5

protanomaly

#dbd4c4

deuteranomaly

#e7cfc6

achromatopsia

#d5d5d5

tritanomaly

#dbd2d6

achromatomaly

#d6d5cf

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 !

#d9d5c5 Color CSS Codes

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

#d9d5c5 Text Font Color

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

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

#d9d5c5 Background Color

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

#d9d5c5 Border Color

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

This div border color is #d9d5c5

#d9d5c5 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9d5c5

More Colors

Lignum Vitœ Foliage
#67765b
Fusion
#b0ae26
Jealousy
#7fab60
Periwinkle Tint
#d3ddd6
Florida Sunrise
#f7aa6f
Pink Amour
#f4e2e9
Cuticle Pink
#e3a49a
Glazed Pears
#efe3d2
Frozen Pea
#c4ead5
Plumosa
#64a281
Banana Peel
#ffe774
Co Pilot
#4978a9
Candlelight Ivory
#fcf4e2
Herald of Spring
#a46366
Greek Garden
#8cce86
Bonfire Flame
#ce4e35
Glaucous
#6082b6
Dull Green
#74a662
Compatible Cream
#e8c89e
Butter Caramel
#a67a4c
Hong Kong Mist
#948e90
Coral Dune
#fcd5c5
Anchor Point
#435d8b
Floral Note
#cdcfdb
Golden Relic
#e8ce49
Comfrey
#5b7961
Baby Grass
#8abd7b
Ghoul
#667744
Macharius Solar Orange
#dd4400
Night Rose
#b0807a
Alhambra Green
#00a465
Hunt Club Brown
#938370
Billabong
#1b6f81
Banh Bot Loc Dumpling
#d2b762
Campfire Smoke
#d5d1cb
Picket Fence
#f3f2ea
Expressive Plum
#695c62
Caterpillar
#66a545
Melissa
#b5d96b
Fish Camp Woods
#7a9682
rating-img
Rate this tool
NaN/5   0 votes