#d7d1e9 Color Hex Air Castle

Information about Air Castle Color | #0000FF

#d7d1e9 color RGB value is (215,209,233). #d7d1e9 color name is Air Castle color.

#d7d1e9 hex color red value is 215 , green value is 209 and the blue value of its RGB is 233 . Cylindrical-coordinate representations (also known as HSL) of color #d7d1e9 hue: 255 , saturation: 35 and the lightness value of #d7d1e9 is 87

The process color (four color CMYK) of #d7d1e9 color hex is 3 , 4 ,0, 3 .

#d7d1e9

~Air Castle

Color Converions

HEX
#d7d1e9
RGB
215,209,233
LAB
85,5,-11
CMYK
8,10,0,9
LCH
85,12,-64
XYZ
66,66,86
HSV
255,10,91
HSL
255,35,87

Base Numbers

Base Red Green Blue
Binary 11010111 11010001 11101001
Octal 327 321 351
Decimal 215 209 233
Hex d7 d1 e9

RGB Percentages of Color #d7d1e9

84%
82%
91%

CMYK Percentages of Color #d7d1e9

3%
0%
4%
3%

Color Variations

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

Shades of #d7d1e9

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

10%
#d7d1e9
20%
#c2bcd2
30%
#aca7ba
40%
#9692a3
50%
#817d8c
60%
#6b6975
70%
#56545d
80%
#403f46
90%
#2b2a2f
100%
#151517

Tints of #d7d1e9

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

10%
#d7d1e9
20%
#dbd6eb
30%
#dfdaed
40%
#e3dff0
50%
#e7e3f2
60%
#ebe8f4
70%
#efedf6
80%
#f3f1f8
90%
#f7f6fb
100%
#fbfafd

Tones of #d7d1e9

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

10%
#d7d1e9
20%
#cec9de
30%
#c6c1d4
40%
#bdb9c9
50%
#b4b0bf
60%
#aba8b4
70%
#a3a0aa
80%
#9a989f
90%
#919095
100%
#88888a

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.
#d7d1e9
#d1d5e9
#d2d1e9
#d7d1e9
#dcd1e9
#e1d1e9

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d7d1e9
#e9d1de
#d5e9d1

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d7d1e9
#e9d7d1
#d1e9d7

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.
#d7d1e9
#e9d1d7
#e3e9d1
#d1e9e3

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d7d1e9
#131214
#3a383f
#615f69
#898594
#b0abbe

Blindness simulator

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

Normal

#d7d1e9

protanopia

#d0d2e9

deuteranopia

#decde9

tritanopia

#d5d1e1

achromatopsia

#d4d4d4

protanomaly

#d3d1e9

deuteranomaly

#dbcfe9

achromatopsia

#d4d4d4

tritanomaly

#d5d1e4

achromatomaly

#d5d3dc

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 !

#d7d1e9 Color CSS Codes

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

#d7d1e9 Text Font Color

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

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

#d7d1e9 Background Color

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

#d7d1e9 Border Color

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

This div border color is #d7d1e9

#d7d1e9 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7d1e9

More Colors

Baritone
#708e95
After the Rain
#8bc4d1
Haggis
#c3c7b2
Goodbye Kiss
#d9cac3
Natural Silk Grey
#d3c5c0
Mintastic
#afffd5
Coriander Seed
#bdaa6f
Natural Steel
#8a8287
Brandied Apple
#a37c79
Canoe
#ddc49e
Orange Juice
#ff7f00
Baltic Trench
#125761
Cool Grey
#8c93ad
Blue Hosta
#2a6f73
Plum Point
#d4bddf
Planet Earth
#daddc3
Final Departure
#f1f5db
Amora Purple
#bb22aa
Kakitsubata Blue
#3e62ad
Lion Mane
#ba8e4f
Love for All
#cd0106
Plutonium
#35fa00
Diva Blue
#007bb2
Marlin Green
#41a1aa
Coastal Trim
#bdffca
Golden Rays
#f6da74
Nato Blue
#153043
Pink Flame
#b55a63
Infinitesimal Blue
#bddde1
Pink Emulsion
#f2e4e2
Eye Blue
#1e80c7
Peach Glow
#ffdcac
Blue Beret
#40638e
Hubert's Truck Green
#559933
Grand Sunset
#c38d87
Lady Pink
#f3d2cf
Nougat Brown
#7c503f
Fir Blue
#46807b
Golden Beryl Yellow
#d9a400
Grey Spell
#c8c7c2
rating-img
Rate this tool
NaN/5   0 votes