#e6f2e9 Color Hex Icy Pistachio

Information about Icy Pistachio Color | #0000FF

#e6f2e9 color RGB value is (230,242,233). #e6f2e9 color name is Icy Pistachio color.

#e6f2e9 hex color red value is 230 , green value is 242 and the blue value of its RGB is 233 . Cylindrical-coordinate representations (also known as HSL) of color #e6f2e9 hue: 135 , saturation: 32 and the lightness value of #e6f2e9 is 93

The process color (four color CMYK) of #e6f2e9 color hex is 2 , 0 ,1, 2 .

#e6f2e9

~Icy Pistachio

Color Converions

HEX
#e6f2e9
RGB
230,242,233
LAB
94,-5,3
CMYK
5,0,4,5
LCH
94,6,152
XYZ
79,86,90
HSV
135,5,95
HSL
135,32,93

Base Numbers

Base Red Green Blue
Binary 11100110 11110010 11101001
Octal 346 362 351
Decimal 230 242 233
Hex e6 f2 e9

RGB Percentages of Color #e6f2e9

90%
95%
91%

CMYK Percentages of Color #e6f2e9

2%
1%
0%
2%

Color Variations

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

Shades of #e6f2e9

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

10%
#e6f2e9
20%
#cfdad2
30%
#b8c2ba
40%
#a1a9a3
50%
#8a918c
60%
#737975
70%
#5c615d
80%
#454946
90%
#2e302f
100%
#171817

Tints of #e6f2e9

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

10%
#e6f2e9
20%
#e9f3eb
30%
#ebf5ed
40%
#edf6f0
50%
#f0f7f2
60%
#f2f9f4
70%
#f5faf6
80%
#f7fbf8
90%
#fafcfb
100%
#fcfefd

Tones of #e6f2e9

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

10%
#e6f2e9
20%
#dce7de
30%
#d2dbd4
40%
#c7d0c9
50%
#bdc4bf
60%
#b3b9b4
70%
#a9adaa
80%
#9ea29f
90%
#949695
100%
#8a8b8a

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.
#e6f2e9
#e8f2e6
#e6f2e7
#e6f2e9
#e6f2eb
#e6f2ee

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#e6f2e9
#e6edf2
#f2e6e8

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#e6f2e9
#e9e6f2
#f2e9e6

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.
#e6f2e9
#e6e9f2
#f2e6ef
#f2efe6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#e6f2e9
#1c1d1c
#444845
#6d726e
#959d97
#bec7c0

Blindness simulator

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

Normal

#e6f2e9

protanopia

#f5ede6

deuteranopia

#ffe9ed

tritanopia

#eaeeff

achromatopsia

#efefef

protanomaly

#efefe7

deuteranomaly

#f6eceb

achromatopsia

#efefef

tritanomaly

#e9eff7

achromatomaly

#ecf0ed

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

#e6f2e9 Color CSS Codes

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

#e6f2e9 Text Font Color

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

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

#e6f2e9 Background Color

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

#e6f2e9 Border Color

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

This div border color is #e6f2e9

#e6f2e9 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6f2e9

More Colors

Mallard Blue
#3a5c6e
Gold Bullion
#eedd99
Demure Pink
#f7d2c4
Casper
#aab5b8
Oriental Blush
#d7c6e1
Orchard Plum
#9a858c
Medium Red Violet
#bb3385
Danger
#ff0e0e
Crystal Rapids
#b2e4d0
Boudin
#dab27d
Ariel's Delight
#b2a5d3
Blossoms in Spring
#e79acb
Castaway Lagoon
#607374
Apricot Spring
#f1b393
Bamboo Yellow
#ae884b
Blue Jay
#5588dd
Chocolate Rain
#714f29
Old Cheddar
#dd6644
Baby Burro
#8c665c
Amaranth Purple
#6a397b
Butterscotch Ripple
#b08843
Pion Purple
#480840
Delicate Sapling
#d7f3dd
Joyful
#f6eec0
London Road
#7f878a
Birthday King
#9bdcb9
Master Round Yellow
#e78303
Etherea
#a5958f
Light Shetland Lace
#e7dccf
Even Growth
#b2aa7a
Emperor Cherry Red
#ac2c32
Nomad
#a19986
Citrus Sachet
#f2c6a7
Ice-Cold White
#dff0e2
Grey Flanks
#a2998f
Oak Brown
#a18d80
Graceful Ballerina
#dd897c
Gamin
#bfd1af
Pale Rose
#efd6da
Dark Shamrock
#33cc99
rating-img
Rate this tool
NaN/5   0 votes