#d6c2d2 Color Hex Chinaberry Bloom

Information about Chinaberry Bloom Color | #0000FF

#d6c2d2 color RGB value is (214,194,210). #d6c2d2 color name is Chinaberry Bloom color.

#d6c2d2 hex color red value is 214 , green value is 194 and the blue value of its RGB is 210 . Cylindrical-coordinate representations (also known as HSL) of color #d6c2d2 hue: 312 , saturation: 20 and the lightness value of #d6c2d2 is 80

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

#d6c2d2

~Chinaberry Bloom

Color Converions

HEX
#d6c2d2
RGB
214,194,210
LAB
80,9,-5
CMYK
0,9,2,16
LCH
80,11,-30
XYZ
59,58,69
HSV
312,9,84
HSL
312,20,80

Base Numbers

Base Red Green Blue
Binary 11010110 11000010 11010010
Octal 326 302 322
Decimal 214 194 210
Hex d6 c2 d2

RGB Percentages of Color #d6c2d2

84%
76%
82%

CMYK Percentages of Color #d6c2d2

0%
1%
4%
6%

Color Variations

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

Shades of #d6c2d2

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

10%
#d6c2d2
20%
#c1afbd
30%
#ab9ba8
40%
#968893
50%
#80747e
60%
#6b6169
70%
#564e54
80%
#403a3f
90%
#2b272a
100%
#151315

Tints of #d6c2d2

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

10%
#d6c2d2
20%
#dac8d7
30%
#decedb
40%
#e2d4e0
50%
#e6dae4
60%
#ebe1e9
70%
#efe7ed
80%
#f3edf2
90%
#f7f3f6
100%
#fbf9fb

Tones of #d6c2d2

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

10%
#d6c2d2
20%
#cdbbca
30%
#c5b5c2
40%
#bcaeb9
50%
#b3a7b1
60%
#aba1a9
70%
#a29aa1
80%
#999398
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.
#d6c2d2
#d2c2d6
#d6c2d6
#d6c2d2
#d6c2ce
#d6c2ca

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d6c2d2
#d6cac2
#c2d6d2

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d6c2d2
#d2d6c2
#c2d2d6

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.
#d6c2d2
#d6d0c2
#c2d6c6
#c2c8d6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d6c2d2
#010101
#2c282b
#564e55
#81757f
#ab9ba8

Blindness simulator

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

Normal

#d6c2d2

protanopia

#c6c5d3

deuteranopia

#d5c0d1

tritanopia

#d5c1d0

achromatopsia

#c7c7c7

protanomaly

#ccc4d3

deuteranomaly

#d6c1d1

achromatopsia

#c7c7c7

tritanomaly

#d5c1d1

achromatomaly

#cdc5cb

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 !

#d6c2d2 Color CSS Codes

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

#d6c2d2 Text Font Color

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

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

#d6c2d2 Background Color

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

#d6c2d2 Border Color

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

This div border color is #d6c2d2

#d6c2d2 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6c2d2

More Colors

Guinea Pig
#987652
Blue Dude
#4a5c94
Hawker's Gold
#f4c26c
Argyle Purple
#895c79
Hawaiian Cream
#fae8b8
Island Light
#a7c9eb
Pansy Garden
#7f8fca
Pink Lemonade
#ffeaeb
Brown Derby
#594537
Mint Cold Green
#6cbba0
Pale Periwinkle
#c8d2e2
Discreet Orange
#ffad98
Bat-Signal
#feff00
Coastline Blue
#4398bc
Inferno Orange
#ff4400
Amélie's Tutu
#fea7bd
Lost Lace
#c2ebd1
Carley's Rose
#a87376
Open Book
#f5f1e5
Charcoal Tint
#949d8d
Barbarossa
#a84734
One Minute to Midnight
#003388
Dark Truffle
#594d46
French Bustle
#f2d5d4
Jalapeño Bouquet
#576648
Elf Skintone
#f7c985
Outer Rim
#221177
Hollyhock
#823270
Eurolinen
#eee2d3
Iqaluit Ice
#93cfe3
Georgia Clay
#b06144
Dream Seascape
#d5dec3
Haute Red
#a11729
Bōsōzoku Pink
#e7dbe1
Biscay Green
#55c6a9
Chinese Violet
#835e81
Delicate Mist
#e1ebe5
Bavarian
#4d5e42
Distilled Rose
#ffbbff
Light Periwinkle
#c1c6fc
rating-img
Rate this tool
NaN/5   0 votes