#d2f0e0 Color Hex Pastel Jade

Information about Pastel Jade Color | #0000FF

#d2f0e0 color RGB value is (210,240,224). #d2f0e0 color name is Pastel Jade color.

#d2f0e0 hex color red value is 210 , green value is 240 and the blue value of its RGB is 224 . Cylindrical-coordinate representations (also known as HSL) of color #d2f0e0 hue: 148 , saturation: 50 and the lightness value of #d2f0e0 is 88

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

#d2f0e0

~Pastel Jade

Color Converions

HEX
#d2f0e0
RGB
210,240,224
LAB
92,-12,4
CMYK
13,0,7,6
LCH
92,13,161
XYZ
71,81,82
HSV
148,13,94
HSL
148,50,88

Base Numbers

Base Red Green Blue
Binary 11010010 11110000 11100000
Octal 322 360 340
Decimal 210 240 224
Hex d2 f0 e0

RGB Percentages of Color #d2f0e0

82%
94%
88%

CMYK Percentages of Color #d2f0e0

5%
3%
0%
2%

Color Variations

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

Shades of #d2f0e0

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

10%
#d2f0e0
20%
#bdd8ca
30%
#a8c0b3
40%
#93a89d
50%
#7e9086
60%
#697870
70%
#54605a
80%
#3f4843
90%
#2a302d
100%
#151816

Tints of #d2f0e0

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

10%
#d2f0e0
20%
#d7f2e3
30%
#dbf3e6
40%
#e0f4e9
50%
#e4f6ec
60%
#e9f7f0
70%
#edf9f3
80%
#f2faf6
90%
#f6fcf9
100%
#fbfdfc

Tones of #d2f0e0

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

10%
#d2f0e0
20%
#cae5d6
30%
#c2dacd
40%
#b9cec3
50%
#b1c3b9
60%
#a9b8b0
70%
#a1ada6
80%
#98a19c
90%
#909693
100%
#888b89

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.
#d2f0e0
#d2f0d4
#d2f0da
#d2f0e0
#d2f0e6
#d2f0ec

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d2f0e0
#d2dcf0
#f0d4d2

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d2f0e0
#e0d2f0
#f0e0d2

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.
#d2f0e0
#d2d3f0
#f0d2e2
#f0efd2

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d2f0e0
#181b1a
#3d4641
#627069
#889b91
#adc5b8

Blindness simulator

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

Normal

#d2f0e0

protanopia

#f0e7db

deuteranopia

#ffe1e4

tritanopia

#d7ebfd

achromatopsia

#e8e8e8

protanomaly

#e5eadd

deuteranomaly

#efe7e3

achromatopsia

#e8e8e8

tritanomaly

#d5edf3

achromatomaly

#e0ebe5

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

#d2f0e0 Color CSS Codes

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

#d2f0e0 Text Font Color

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

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

#d2f0e0 Background Color

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

#d2f0e0 Border Color

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

This div border color is #d2f0e0

#d2f0e0 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2f0e0

More Colors

Evolution
#704a3d
Borg Drone
#06470c
Morning Dew White
#c6dbd6
Jagger
#3f2e4c
Minimal Rose
#f2cfe0
Carrot Lava
#fc5a1f
Insomniac Blue
#110077
Dark Slate Blue
#214761
Love In A Mist
#e1b9c2
Gecko's Dream
#669900
Embarrassment
#ff7777
Green Ash
#a0daa9
Fringy Flower
#b4e1bb
Maple
#b88e72
Blue Enchantment
#0d6376
Canadian Lake
#8f9aa4
Mountbatten Pink
#997a8d
Deep Daitoku Purple
#661177
Blush Kiss
#eabcc0
Katsura
#c9e3cc
Junket
#fbecd3
Bluebeard
#abb5c4
Mystifying Magenta
#c920b0
Nostalgia Rose
#a4777e
Juzcar Blue
#a1d5f1
Forest Found
#e1dfbb
Copper Hopper
#bf4000
Ecstasy
#c96138
Castle Mist
#bdaeb7
Earth Green
#545f5b
Bistro
#705950
Fusion Red
#ff6163
Money Tree
#c9937a
Cream Custard
#f2d7b0
Dayflower
#38a1db
Damsel
#c69eae
Clay Pebble
#bdb298
Deep Sea Grey
#879294
Hot Beach
#fff6d9
Covent Garden
#86b097
rating-img
Rate this tool
NaN/5   0 votes