#e0b8c0 Color Hex Grandma's Pink Tiles

Information about Grandma's Pink Tiles Color | #0000FF

#e0b8c0 color RGB value is (224,184,192). #e0b8c0 color name is Grandma's Pink Tiles color.

#e0b8c0 hex color red value is 224 , green value is 184 and the blue value of its RGB is 192 . Cylindrical-coordinate representations (also known as HSL) of color #e0b8c0 hue: 348 , saturation: 39 and the lightness value of #e0b8c0 is 80

The process color (four color CMYK) of #e0b8c0 color hex is 0 , 7 ,6, 5 .

#e0b8c0

~Grandma's Pink Tiles

Color Converions

HEX
#e0b8c0
RGB
224,184,192
LAB
79,16,2
CMYK
0,18,14,12
LCH
79,16,6
XYZ
57,54,57
HSV
348,18,88
HSL
348,39,80

Base Numbers

Base Red Green Blue
Binary 11100000 10111000 11000000
Octal 340 270 300
Decimal 224 184 192
Hex e0 b8 c0

RGB Percentages of Color #e0b8c0

88%
72%
75%

CMYK Percentages of Color #e0b8c0

0%
6%
7%
5%

Color Variations

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

Shades of #e0b8c0

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

10%
#e0b8c0
20%
#caa6ad
30%
#b3939a
40%
#9d8186
50%
#866e73
60%
#705c60
70%
#5a4a4d
80%
#43373a
90%
#2d2526
100%
#161213

Tints of #e0b8c0

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

10%
#e0b8c0
20%
#e3bfc6
30%
#e6c6cd
40%
#e9cdd3
50%
#ecd4d9
60%
#f0dbdf
70%
#f3e3e6
80%
#f6eaec
90%
#f9f1f2
100%
#fcf8f9

Tones of #e0b8c0

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

10%
#e0b8c0
20%
#d6b2ba
30%
#cdadb3
40%
#c3a7ad
50%
#b9a1a6
60%
#b09ca0
70%
#a69699
80%
#9c9093
90%
#938b8c
100%
#898586

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.
#e0b8c0
#e0b8d0
#e0b8c8
#e0b8c0
#e0b8b8
#e0c0b8

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#e0b8c0
#e0e0b8
#b8d0e0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#e0b8c0
#c0e0b8
#b8c0e0

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.
#e0b8c0
#d4e0b8
#b8e0d8
#c4b8e0

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#e0b8c0
#0b090a
#362c2e
#604f53
#8b7277
#b5959c

Blindness simulator

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

Normal

#e0b8c0

protanopia

#c3c0c3

deuteranopia

#d5babd

tritanopia

#e0b6c4

achromatopsia

#c1c1c1

protanomaly

#cebdc2

deuteranomaly

#d9b9be

achromatopsia

#c1c1c1

tritanomaly

#e0b7c2

achromatomaly

#ccbec1

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

#e0b8c0 Color CSS Codes

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

#e0b8c0 Text Font Color

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

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

#e0b8c0 Background Color

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

#e0b8c0 Border Color

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

This div border color is #e0b8c0

#e0b8c0 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0b8c0

More Colors

Ocean Liner
#189086
Blue Enchantment
#0d6376
Pink Discord
#b499a1
Corinthian Column
#dedecf
Dead 99
#99dead
Bleached Aqua
#bce3df
Picnic
#99c285
Cat's Purr
#0071a0
Buff Leather
#aa7733
Dune Beige
#c3a491
Forest Blues
#0d4462
Brass Scorpion
#773b2e
Funnel Cloud
#113366
Eva Green
#36ff9a
Dewmist Delight
#dceedb
Moon Landing
#a7a7a7
Birch Leaf Green
#637e1d
Grey Werewolf
#625f5c
Ancient Ice
#73fdff
Habanero Gold
#fed450
Amaranthine
#5f4053
Essence of Violet
#efedee
Kofta Brown
#883322
Belle of the Ball
#e3cbc0
Linderhof Garden
#229922
Early Dawn
#797287
Fire Dance
#e3d590
Dutch Jug
#a5abb6
Black Sheep
#0f0d0d
Mesa Beige
#f2ebd6
Cool Dusk
#7b9dad
Ferocious Fuchsia
#aa00cc
Green Coconut
#868e65
Mauve Memento
#a46a95
Bronze Green
#8d8752
Azul Caribe
#0089c4
Grapevine Canyon
#62534f
Garnet Sand
#cc7446
Chartreuse Frost
#e4dcc6
Muddy Waters
#a9844f
rating-img
Rate this tool
NaN/5   0 votes