#d7d0e1 Color Hex Dusty Plum

Information about Dusty Plum Color | #0000FF

#d7d0e1 color RGB value is (215,208,225). #d7d0e1 color name is Dusty Plum color.

#d7d0e1 hex color red value is 215 , green value is 208 and the blue value of its RGB is 225 . Cylindrical-coordinate representations (also known as HSL) of color #d7d0e1 hue: 265 , saturation: 22 and the lightness value of #d7d0e1 is 85

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

#d7d0e1

~Dusty Plum

Color Converions

HEX
#d7d0e1
RGB
215,208,225
LAB
84,5,-8
CMYK
4,8,0,12
LCH
84,9,-57
XYZ
64,65,80
HSV
265,8,88
HSL
265,22,85

Base Numbers

Base Red Green Blue
Binary 11010111 11010000 11100001
Octal 327 320 341
Decimal 215 208 225
Hex d7 d0 e1

RGB Percentages of Color #d7d0e1

84%
82%
88%

CMYK Percentages of Color #d7d0e1

2%
0%
3%
5%

Color Variations

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

Shades of #d7d0e1

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

10%
#d7d0e1
20%
#c2bbcb
30%
#aca6b4
40%
#96929d
50%
#817d87
60%
#6b6870
70%
#56535a
80%
#403e43
90%
#2b2a2d
100%
#151516

Tints of #d7d0e1

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

10%
#d7d0e1
20%
#dbd5e4
30%
#dfd9e7
40%
#e3deea
50%
#e7e3ed
60%
#ebe8f0
70%
#efecf3
80%
#f3f1f6
90%
#f7f6f9
100%
#fbfafc

Tones of #d7d0e1

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

10%
#d7d0e1
20%
#cec8d7
30%
#c6c0ce
40%
#bdb8c4
50%
#b4b0ba
60%
#aba8b0
70%
#a3a0a7
80%
#9a989d
90%
#919093
100%
#888889

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.
#d7d0e1
#d0d0e1
#d4d0e1
#d7d0e1
#dad0e1
#ded0e1

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d7d0e1
#e1d0d7
#d0e1d0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d7d0e1
#e1d7d0
#d0e1d7

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.
#d7d0e1
#e1d0d1
#dae1d0
#d0e1df

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d7d0e1
#0c0c0c
#353337
#5d5a61
#86818c
#aea9b6

Blindness simulator

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

Normal

#d7d0e1

protanopia

#d1d0e1

deuteranopia

#e0cce1

tritanopia

#d6cfdf

achromatopsia

#d3d3d3

protanomaly

#d3d0e1

deuteranomaly

#dccde1

achromatopsia

#d3d3d3

tritanomaly

#d6cfe0

achromatomaly

#d4d2d8

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 !

#d7d0e1 Color CSS Codes

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

#d7d0e1 Text Font Color

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

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

#d7d0e1 Background Color

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

#d7d0e1 Border Color

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

This div border color is #d7d0e1

#d7d0e1 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7d0e1

More Colors

Midday
#f7d78a
Brutal Doom
#e61626
Montezuma
#d2cdb6
Eastern Blue
#00879f
Plastic Lips
#aa2266
Garden Stroll
#7dc683
Beaujolais
#80304c
Nutria Fur Brown
#514035
Dashing
#eaebe8
Kinsusutake Brown
#7d4e2d
Homeopathic Yellow
#ede7d7
Jitterbug Jade
#019d6e
Light Green
#76ff7b
Magentle
#aa11aa
Noble Fir
#5a736d
Lingonberry Red
#ce4458
Kathleen's Garden
#8fa099
New Forest
#47514d
Disarm
#006e9d
Electric Slide
#9db0b9
Burning Fireflies
#ff1166
Canyon Blue
#607b8e
Pale Lily
#f3ece7
Hello Yellow
#ffe59d
Grey Screen
#c6caca
Blistering Mars
#ff6c51
Ceylanite
#33431e
Full Moon Grey
#cfeae9
Flushed
#dd5555
Longbeard Grey
#ceceaf
Cooler Than Ever
#77bbff
Blue Fog
#9babbb
Kuretake Black Manga
#001122
Kalish Violet
#552288
Fire Chalk
#d2806c
Joker's Smile
#d70141
Mint Cold Green
#6cbba0
Peach Nougat
#e6af91
Magic
#656b78
rating-img
Rate this tool
NaN/5   0 votes