#d5c5d4 Color Hex Fragrant Snowbell

Information about Fragrant Snowbell Color | #0000FF

#d5c5d4 color RGB value is (213,197,212). #d5c5d4 color name is Fragrant Snowbell color.

#d5c5d4 hex color red value is 213 , green value is 197 and the blue value of its RGB is 212 . Cylindrical-coordinate representations (also known as HSL) of color #d5c5d4 hue: 304 , saturation: 16 and the lightness value of #d5c5d4 is 80

The process color (four color CMYK) of #d5c5d4 color hex is 0 , 3 ,0, 6 .

#d5c5d4

~Fragrant Snowbell

Color Converions

HEX
#d5c5d4
RGB
213,197,212
LAB
81,8,-5
CMYK
0,8,0,16
LCH
81,9,-35
XYZ
59,59,71
HSV
304,8,84
HSL
304,16,80

Base Numbers

Base Red Green Blue
Binary 11010101 11000101 11010100
Octal 325 305 324
Decimal 213 197 212
Hex d5 c5 d4

RGB Percentages of Color #d5c5d4

84%
77%
83%

CMYK Percentages of Color #d5c5d4

0%
0%
3%
6%

Color Variations

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

Shades of #d5c5d4

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

10%
#d5c5d4
20%
#c0b1bf
30%
#aa9eaa
40%
#958a94
50%
#80767f
60%
#6b626a
70%
#554f55
80%
#403b40
90%
#2b272a
100%
#151415

Tints of #d5c5d4

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

10%
#d5c5d4
20%
#d9cbd8
30%
#ddd1dd
40%
#e2d6e1
50%
#e6dce5
60%
#eae2ea
70%
#eee8ee
80%
#f2eef2
90%
#f7f3f6
100%
#fbf9fb

Tones of #d5c5d4

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

10%
#d5c5d4
20%
#ccbecc
30%
#c4b7c3
40%
#bbb0bb
50%
#b3a9b2
60%
#aaa2aa
70%
#a29ba1
80%
#999499
90%
#918d90
100%
#888688

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.
#d5c5d4
#d0c5d5
#d3c5d5
#d5c5d4
#d5c5d1
#d5c5ce

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d5c5d4
#d5c9c5
#c5d5d0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d5c5d4
#d4d5c5
#c5d4d5

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.
#d5c5d4
#d5cec5
#c5d5c6
#c5ccd5

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d5c5d4
#000000
#2b282b
#554f55
#80767f
#aa9eaa

Blindness simulator

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

Normal

#d5c5d4

protanopia

#c8c7d5

deuteranopia

#d7c2d3

tritanopia

#d4c4d3

achromatopsia

#c9c9c9

protanomaly

#cdc6d4

deuteranomaly

#d7c3d4

achromatopsia

#c9c9c9

tritanomaly

#d4c4d3

achromatomaly

#cec8cd

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

#d5c5d4 Color CSS Codes

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

#d5c5d4 Text Font Color

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

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

#d5c5d4 Background Color

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

#d5c5d4 Border Color

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

This div border color is #d5c5d4

#d5c5d4 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5c5d4

More Colors

Holly Glen
#a2b7b5
Cherenkov Radiation
#22bbff
English Daisy
#ffca46
Loden Purple
#553a76
Chili Green
#8d7040
Amethyst Ice
#d0c9c6
Galactic Tint
#c0c4c6
Misty Mustard
#f7ebd1
Laird
#79853c
Orchid Orange
#ffa180
Just Pink Enough
#ffebee
Cotton
#eeebe1
Conservative Grey
#d1d0c6
Grape Candy
#905284
Dilly Dally
#f6db5d
Bluebrite
#6abcda
Harvest Time
#cf875f
Golden Fizz
#ebde31
Canvas Satchel
#ccb88d
Bedazzled
#d3b9cc
Phellodendron Amurense
#f3c13a
Fresh Frappe
#dbe69d
Blue Wing Teal
#2c4053
Burtuqali Orange
#ff6700
Nevergreen
#666556
Nominee
#357567
Bluish Lilac Purple
#d0d5d3
Peach Souffle
#ecbcb2
Autumn Apple Yellow
#cda449
Genestealer Purple
#7761ab
Dull Yellow
#eedc5b
Capital Blue
#1a4157
Old Trail
#bb8811
Aloe Vera Tea
#848b71
Alexandra Peach
#db9785
Dazzle and Delight
#d99b7b
Baby Girl
#ffdfe8
Bailey Bells
#8a8ec9
Fragrant Satchel
#a99fba
Maple Elixir
#f6d193
rating-img
Rate this tool
NaN/5   0 votes