#d0c9c6 Color Hex Amethyst Ice

Information about Amethyst Ice Color | #0000FF

#d0c9c6 color RGB value is (208,201,198). #d0c9c6 color name is Amethyst Ice color.

#d0c9c6 hex color red value is 208 , green value is 201 and the blue value of its RGB is 198 . Cylindrical-coordinate representations (also known as HSL) of color #d0c9c6 hue: 18 , saturation: 10 and the lightness value of #d0c9c6 is 80

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

#d0c9c6

~Amethyst Ice

Color Converions

HEX
#d0c9c6
RGB
208,201,198
LAB
81,2,2
CMYK
0,3,5,18
LCH
81,3,48
XYZ
57,59,62
HSV
18,5,82
HSL
18,10,80

Base Numbers

Base Red Green Blue
Binary 11010000 11001001 11000110
Octal 320 311 306
Decimal 208 201 198
Hex d0 c9 c6

RGB Percentages of Color #d0c9c6

82%
79%
78%

CMYK Percentages of Color #d0c9c6

0%
2%
1%
7%

Color Variations

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

Shades of #d0c9c6

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

10%
#d0c9c6
20%
#bbb5b2
30%
#a6a19e
40%
#928d8b
50%
#7d7977
60%
#686463
70%
#53504f
80%
#3e3c3b
90%
#2a2828
100%
#151414

Tints of #d0c9c6

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

10%
#d0c9c6
20%
#d5cecc
30%
#d9d4d1
40%
#ded9d7
50%
#e3dfdd
60%
#e8e4e3
70%
#ece9e8
80%
#f1efee
90%
#f6f4f4
100%
#fafaf9

Tones of #d0c9c6

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

10%
#d0c9c6
20%
#c8c2bf
30%
#c0bab8
40%
#b8b3b1
50%
#b0acaa
60%
#a8a4a3
70%
#a09d9c
80%
#989695
90%
#908e8e
100%
#888787

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.
#d0c9c6
#d0c6c7
#d0c7c6
#d0c9c6
#d0cbc6
#d0cdc6

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d0c9c6
#cbd0c6
#c6c7d0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d0c9c6
#c6d0c9
#c9c6d0

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.
#d0c9c6
#c8d0c6
#c6cdd0
#cec6d0

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d0c9c6
#faf2ee
#262524
#504e4d
#7b7775
#a5a09e

Blindness simulator

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

Normal

#d0c9c6

protanopia

#cec8c5

deuteranopia

#dec2c6

tritanopia

#d2c5d5

achromatopsia

#cacaca

protanomaly

#cfc8c5

deuteranomaly

#d9c5c6

achromatopsia

#cacaca

tritanomaly

#d1c7cf

achromatomaly

#cccac9

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 !

#d0c9c6 Color CSS Codes

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

#d0c9c6 Text Font Color

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

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

#d0c9c6 Background Color

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

#d0c9c6 Border Color

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

This div border color is #d0c9c6

#d0c9c6 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0c9c6

More Colors

Aquarius
#3cadd4
Heavenly Pink
#f4dede
Pale Honey
#f5d6aa
Blue Grotto
#5cacce
Pastel Turquoise
#99c5c4
Earthnut
#9d8675
Dusky Haze
#a77572
Myoga Purple
#e0218a
Argyle Rose
#c48677
Persian Prince
#38343e
Huáng Jīn Zhōu Gold
#fada6a
Pink Red
#f5054f
Pedigrey
#8f8e8c
Gingko Leaf
#b3a156
Aotake Bamboo
#006442
Flowering Reed
#e1d8b8
Old Mauve
#673147
Phantom Mist
#4b4441
Anchor Grey
#596062
Great White
#bdbdc6
Dried Tomatoes
#ab6057
Coralette
#f08674
Honolulu Blue
#007fbf
Greek Sea
#72a7e1
Free Speech Magenta
#e35bd8
Greyish White
#d6dee9
Glittery Yellow
#f9eecd
Fever Dream
#dd5577
Antique Mauve
#bbb0b1
Grim Grey
#e3dcd6
Genetic Code
#18515d
Brainstorm Bronze
#74685a
Ariel
#aed7ea
Lemon Lily
#faf4d9
Minced Ginger
#bdb387
Almost Aqua
#98ddc5
Finesse
#96a8c8
Lavender Blue
#ccccff
Mesa Tan
#a78b71
rating-img
Rate this tool
NaN/5   0 votes