#e4e1e4 Color Hex Orchid Blossom

Information about Orchid Blossom Color | #0000FF

#e4e1e4 color RGB value is (228,225,228). #e4e1e4 color name is Orchid Blossom color.

#e4e1e4 hex color red value is 228 , green value is 225 and the blue value of its RGB is 228 . Cylindrical-coordinate representations (also known as HSL) of color #e4e1e4 hue: 300 , saturation: 5 and the lightness value of #e4e1e4 is 89

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

#e4e1e4

~Orchid Blossom

Color Converions

HEX
#e4e1e4
RGB
228,225,228
LAB
90,1,-1
CMYK
0,1,0,11
LCH
90,2,-37
XYZ
73,76,84
HSV
300,1,89
HSL
300,5,89

Base Numbers

Base Red Green Blue
Binary 11100100 11100001 11100100
Octal 344 341 344
Decimal 228 225 228
Hex e4 e1 e4

RGB Percentages of Color #e4e1e4

89%
88%
89%

CMYK Percentages of Color #e4e1e4

0%
0%
1%
4%

Color Variations

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

Shades of #e4e1e4

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

10%
#e4e1e4
20%
#cdcbcd
30%
#b6b4b6
40%
#a09da0
50%
#898789
60%
#727072
70%
#5b5a5b
80%
#444344
90%
#2e2d2e
100%
#171617

Tints of #e4e1e4

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

10%
#e4e1e4
20%
#e7e4e7
30%
#e9e7e9
40%
#eceaec
50%
#efedef
60%
#f2f0f2
70%
#f4f3f4
80%
#f7f6f7
90%
#faf9fa
100%
#fcfcfc

Tones of #e4e1e4

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

10%
#e4e1e4
20%
#dad7da
30%
#d0ced0
40%
#c6c4c6
50%
#bcbabc
60%
#b2b0b2
70%
#a8a7a8
80%
#9e9d9e
90%
#949394
100%
#8a898a

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.
#e4e1e4
#e3e1e4
#e3e1e4
#e4e1e4
#e4e1e3
#e4e1e3

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#e4e1e4
#e4e2e1
#e1e4e3

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#e4e1e4
#e4e4e1
#e1e4e4

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.
#e4e1e4
#e4e2e1
#e1e4e1
#e1e2e4

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#e4e1e4
#0f0f0f
#3a393a
#646364
#8f8d8f
#b9b7b9

Blindness simulator

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

Normal

#e4e1e4

protanopia

#e4e0e3

deuteranopia

#f6dae5

tritanopia

#e5deef

achromatopsia

#e2e2e2

protanomaly

#e4e0e3

deuteranomaly

#efdde5

achromatopsia

#e2e2e2

tritanomaly

#e5dfeb

achromatomaly

#e3e2e3

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

#e4e1e4 Color CSS Codes

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

#e4e1e4 Text Font Color

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

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

#e4e1e4 Background Color

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

#e4e1e4 Border Color

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

This div border color is #e4e1e4

#e4e1e4 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4e1e4

More Colors

Kir Royale Rose
#b45877
Glassine
#d7e2e5
Dried Flower Purple
#752653
Pastel Day
#dfd8e1
Alice White
#c2ced2
Dark Granite
#4f443f
Embracing
#246453
Overgrown
#88dd00
Pigeon Grey
#c1b4a0
Cardin Green
#1b3427
Jocular Green
#cce2ca
Pineal Pink
#786d72
Creole Cottage
#e7b89a
La Palma
#428929
Field Blue
#4477aa
Malarca
#6e7d6e
Dame Dignity
#999ba8
Light Fern Green
#e6e6d0
Flame Angelfish
#fd4c29
Midday Sun
#ffe1a3
Forest Moss
#858f83
Phosphorescent Blue
#11eeee
Jolly Jade
#77ccbb
Golden Crescent
#ecc909
Ibis Mouse
#e4d2d8
Butterfield
#f7be5b
Bahia
#a9c01c
Dynamic
#6d5160
Matsuba Green
#454d32
Ladylike
#ffc3bf
Dragon Scale
#00a877
Obscure Ogre
#771908
Grassy Meadow
#76a55b
Greenette
#daecc5
Fragrant Satchel
#a99fba
Catnip Wood
#6f6066
Medical Mask
#95cce4
Kenyan Sand
#bb8800
Old Army Helmet
#616652
Expanse
#777e65
rating-img
Rate this tool
NaN/5   0 votes