#e0d6c8 Color Hex Kestrel White

Information about Kestrel White Color | #0000FF

#e0d6c8 color RGB value is (224,214,200). #e0d6c8 color name is Kestrel White color.

#e0d6c8 hex color red value is 224 , green value is 214 and the blue value of its RGB is 200 . Cylindrical-coordinate representations (also known as HSL) of color #e0d6c8 hue: 35 , saturation: 28 and the lightness value of #e0d6c8 is 83

The process color (four color CMYK) of #e0d6c8 color hex is 0 , 2 ,4, 5 .

#e0d6c8

~Kestrel White

Color Converions

HEX
#e0d6c8
RGB
224,214,200
LAB
86,2,8
CMYK
0,4,11,12
LCH
86,8,78
XYZ
65,68,64
HSV
35,11,88
HSL
35,28,83

Base Numbers

Base Red Green Blue
Binary 11100000 11010110 11001000
Octal 340 326 310
Decimal 224 214 200
Hex e0 d6 c8

RGB Percentages of Color #e0d6c8

88%
84%
78%

CMYK Percentages of Color #e0d6c8

0%
4%
2%
5%

Color Variations

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

Shades of #e0d6c8

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

10%
#e0d6c8
20%
#cac1b4
30%
#b3aba0
40%
#9d968c
50%
#868078
60%
#706b64
70%
#5a5650
80%
#43403c
90%
#2d2b28
100%
#161514

Tints of #e0d6c8

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

10%
#e0d6c8
20%
#e3dace
30%
#e6ded3
40%
#e9e2d9
50%
#ece6de
60%
#f0ebe4
70%
#f3efe9
80%
#f6f3ef
90%
#f9f7f4
100%
#fcfbfa

Tones of #e0d6c8

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

10%
#e0d6c8
20%
#d6cdc1
30%
#cdc5ba
40%
#c3bcb2
50%
#b9b3ab
60%
#b0aba4
70%
#a6a29c
80%
#9c9995
90%
#93918e
100%
#898887

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.
#e0d6c8
#e0ccc8
#e0d1c8
#e0d6c8
#e0dbc8
#e0e0c8

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#e0d6c8
#cde0c8
#ccc8e0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#e0d6c8
#c8e0d6
#d6c8e0

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.
#e0d6c8
#c8e0ca
#c8d2e0
#e0c8de

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#e0d6c8
#0b0b0a
#363430
#605c56
#8b857c
#b5ada2

Blindness simulator

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

Normal

#e0d6c8

protanopia

#ded5c7

deuteranopia

#f1cfc9

tritanopia

#e3d1e1

achromatopsia

#d7d7d7

protanomaly

#dfd6c7

deuteranomaly

#ebd1c8

achromatopsia

#d7d7d7

tritanomaly

#e2d3d8

achromatomaly

#dad7d2

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

#e0d6c8 Color CSS Codes

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

#e0d6c8 Text Font Color

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

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

#e0d6c8 Background Color

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

#e0d6c8 Border Color

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

This div border color is #e0d6c8

#e0d6c8 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0d6c8

More Colors

Hollywood Golden Age
#ecd8b1
Nasu Purple
#5d21d0
Coffee Diva
#bea88d
Embarrassment
#ff7777
Copra
#654636
Ice Hot Pink
#e4bdc2
Ginger Tea
#b19d77
Barbarossa
#a84734
Pixel Bleeding
#bb0022
Amber Leaf
#ba9971
Blue Pointer
#95b9d6
Elf Shoe
#68b082
Gable Green
#2c4641
Mid Century Furniture
#ae5c1b
Deer Leather
#ac7434
Mauve Finery
#cbb8c0
Ephemeral Blue
#cbd4df
Canyon Falls
#97987f
Fresh Breeze
#beeddc
Ground Coffee
#63554b
Liver
#534b4f
Goldfinch
#f8dc6c
Eshin Grey
#4a4f52
Mountain Lichen
#a7ae9e
Hello Darkness My Old Friend
#802280
Chinese Safflower
#b94047
Pea Green
#8eab12
Majolica Earthenware
#976352
Jade Cream
#60b892
Lychee
#ba0b32
Creamed Avocado
#70804d
Coral Clay
#c2b1a1
Mimosa
#f5e9d5
Cranberry Jam
#a34f55
Keshizumi Cinder
#524e4d
Cabaret
#cd526c
Cactus Sand
#9c9369
Lavender Blossom Grey
#8c8da1
Belyi White
#f0f1e1
Berry Blackmail
#662277
rating-img
Rate this tool
NaN/5   0 votes