#d6e5e2 Color Hex Cave Pearl

Information about Cave Pearl Color | #0000FF

#d6e5e2 color RGB value is (214,229,226). #d6e5e2 color name is Cave Pearl color.

#d6e5e2 hex color red value is 214 , green value is 229 and the blue value of its RGB is 226 . Cylindrical-coordinate representations (also known as HSL) of color #d6e5e2 hue: 168 , saturation: 22 and the lightness value of #d6e5e2 is 87

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

#d6e5e2

~Cave Pearl

Color Converions

HEX
#d6e5e2
RGB
214,229,226
LAB
90,-6,0
CMYK
7,0,1,10
LCH
90,6,-176
XYZ
69,76,83
HSV
168,7,90
HSL
168,22,87

Base Numbers

Base Red Green Blue
Binary 11010110 11100101 11100010
Octal 326 345 342
Decimal 214 229 226
Hex d6 e5 e2

RGB Percentages of Color #d6e5e2

84%
90%
89%

CMYK Percentages of Color #d6e5e2

3%
1%
0%
4%

Color Variations

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

Shades of #d6e5e2

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

10%
#d6e5e2
20%
#c1cecb
30%
#abb7b5
40%
#96a09e
50%
#808988
60%
#6b7271
70%
#565c5a
80%
#404544
90%
#2b2e2d
100%
#151717

Tints of #d6e5e2

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

10%
#d6e5e2
20%
#dae8e5
30%
#deeae8
40%
#e2edeb
50%
#e6efee
60%
#ebf2f0
70%
#eff5f3
80%
#f3f7f6
90%
#f7faf9
100%
#fbfcfc

Tones of #d6e5e2

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

10%
#d6e5e2
20%
#cddbd8
30%
#c5d1ce
40%
#bcc7c4
50%
#b3bcbb
60%
#abb2b1
70%
#a2a8a7
80%
#999e9d
90%
#919493
100%
#888a89

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.
#d6e5e2
#d6e5dc
#d6e5df
#d6e5e2
#d6e5e5
#d6e2e5

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d6e5e2
#d6d6e5
#e5dcd6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d6e5e2
#e2d6e5
#e5e2d6

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.
#d6e5e2
#dad6e5
#e5d6d9
#e0e5d6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d6e5e2
#0f1010
#373b3a
#5f6564
#87908e
#aebab8

Blindness simulator

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

Normal

#d6e5e2

protanopia

#e5e0df

deuteranopia

#f6dae5

tritanopia

#d8e1f3

achromatopsia

#e2e2e2

protanomaly

#e0e2e0

deuteranomaly

#eadee4

achromatopsia

#e2e2e2

tritanomaly

#d8e3ed

achromatomaly

#dde3e2

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 !

#d6e5e2 Color CSS Codes

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

#d6e5e2 Text Font Color

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

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

#d6e5e2 Background Color

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

#d6e5e2 Border Color

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

This div border color is #d6e5e2

#d6e5e2 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6e5e2

More Colors

Pickled Avocado
#99bb11
Bright Clove
#efcf9b
Clematis Blue
#363b7c
Coral Blossom
#f7bea2
Light Incense
#efdcbe
Morning Haze
#e0e8ed
Amethyst Smoke
#95879c
Almondine
#fedebc
Almond Blossom
#f5bec7
Greedy Green
#d1ffbd
Alabaster White
#dfd4bf
Bergamot
#95c703
Bullfrog
#8a966a
Jugendstil Pink
#9d6375
Aquarius Reef Base
#559999
Lemon Sachet
#faf0cf
Liberty
#4d448a
Magnetic Green
#2b6867
Diamond White
#e2eff3
Grey Squirrel
#989081
Brass Buttons
#dfac4c
Echinoderm
#ffa565
Incubation Red
#da1d38
Dusky Yellow
#ffff05
Before Winter
#bd6f56
Arrow Quiver
#c7a998
Alexandrian Sky
#bcd9dc
Light Salt Spray
#bbd3da
Favored One
#fae6cc
Center Stage
#ffc100
Chitin Green
#026b67
Chateau Green
#419f59
Dry Creek
#d8c7b6
Epiphany
#dbc1de
Aluminum Silver
#8c8d91
Pale Cucumber
#d6d5bc
Cold Shoulder
#d4e0ef
Deep Cherrywood
#6b473d
Holly Fern
#8cb299
Intuitive
#cfc6bc
rating-img
Rate this tool
NaN/5   0 votes