#d6d5d2 Color Hex Light Brume

Information about Light Brume Color | #0000FF

#d6d5d2 color RGB value is (214,213,210). #d6d5d2 color name is Light Brume color.

#d6d5d2 hex color red value is 214 , green value is 213 and the blue value of its RGB is 210 . Cylindrical-coordinate representations (also known as HSL) of color #d6d5d2 hue: 45 , saturation: 5 and the lightness value of #d6d5d2 is 83

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

#d6d5d2

~Light Brume

Color Converions

HEX
#d6d5d2
RGB
214,213,210
LAB
85,0,2
CMYK
0,0,2,16
LCH
85,2,92
XYZ
63,67,70
HSV
45,2,84
HSL
45,5,83

Base Numbers

Base Red Green Blue
Binary 11010110 11010101 11010010
Octal 326 325 322
Decimal 214 213 210
Hex d6 d5 d2

RGB Percentages of Color #d6d5d2

84%
84%
82%

CMYK Percentages of Color #d6d5d2

0%
1%
0%
6%

Color Variations

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

Shades of #d6d5d2

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

10%
#d6d5d2
20%
#c1c0bd
30%
#abaaa8
40%
#969593
50%
#80807e
60%
#6b6b69
70%
#565554
80%
#40403f
90%
#2b2b2a
100%
#151515

Tints of #d6d5d2

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

10%
#d6d5d2
20%
#dad9d7
30%
#dedddb
40%
#e2e2e0
50%
#e6e6e4
60%
#ebeae9
70%
#efeeed
80%
#f3f2f2
90%
#f7f7f6
100%
#fbfbfb

Tones of #d6d5d2

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

10%
#d6d5d2
20%
#cdccca
30%
#c5c4c2
40%
#bcbbb9
50%
#b3b3b1
60%
#abaaa9
70%
#a2a2a1
80%
#999998
90%
#919190
100%
#888888

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.
#d6d5d2
#d6d3d2
#d6d4d2
#d6d5d2
#d6d6d2
#d5d6d2

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d6d5d2
#d2d6d2
#d3d2d6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d6d5d2
#d2d6d5
#d5d2d6

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.
#d6d5d2
#d2d6d3
#d2d3d6
#d6d2d5

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d6d5d2
#010101
#2c2c2b
#565655
#81807f
#ababa8

Blindness simulator

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

Normal

#d6d5d2

protanopia

#d9d3d0

deuteranopia

#e9cdd3

tritanopia

#d8d1e2

achromatopsia

#d5d5d5

protanomaly

#d8d4d1

deuteranomaly

#e2d0d3

achromatopsia

#d5d5d5

tritanomaly

#d7d3dc

achromatomaly

#d5d5d4

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 !

#d6d5d2 Color CSS Codes

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

#d6d5d2 Text Font Color

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

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

#d6d5d2 Background Color

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

#d6d5d2 Border Color

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

This div border color is #d6d5d2

#d6d5d2 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6d5d2

More Colors

Cleopatra's Gown
#795088
Pine Glade
#bdc07e
Festival
#eacc4a
Diamond Blue
#cfe4ee
Autumn Air
#d2a888
Clematis
#7e6596
Fire Chalk
#d2806c
Murdoch
#5b8d6b
Oakwood Brown
#8f716e
Light Bunny Soft
#deced1
Digital Violets
#aa00ff
Benevolence
#694977
Escape Grey
#abac9f
Golden Thistle Yellow
#caa375
Blue Fantastic
#2c3b4d
Medium Tuscan Red
#794431
Evaporation
#d1d5d3
Pergament Shreds
#e4e0dc
Eros Pink
#c84f68
Pacific Spirit
#3c4a56
Lisbon Brown
#423921
Juniper Berry Blue
#3f626e
Her Highness
#432e6f
Antique Kilim
#c5bba8
Ahaetulla Prasina
#00fa92
Palest of Lemon
#f4eed1
Bowerbird Blue
#006585
Himalaya Blue
#aecde0
Final Straw
#d0bf9e
Calla Lily
#e4eaed
Eternal Flame
#a13f49
High Style
#a8b1d7
Pleated Mauve
#858bc2
First Tulip
#ffe79c
Natural Silk Grey
#d3c5c0
Flickr Blue
#216bd6
Chili Soda
#ca7c74
Megadrive Screen
#4a40ad
Falkland
#a5bebd
rating-img
Rate this tool
NaN/5   0 votes