#d7c6e1 Color Hex Oriental Blush

Information about Oriental Blush Color | #0000FF

#d7c6e1 color RGB value is (215,198,225). #d7c6e1 color name is Oriental Blush color.

#d7c6e1 hex color red value is 215 , green value is 198 and the blue value of its RGB is 225 . Cylindrical-coordinate representations (also known as HSL) of color #d7c6e1 hue: 278 , saturation: 31 and the lightness value of #d7c6e1 is 83

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

#d7c6e1

~Oriental Blush

Color Converions

HEX
#d7c6e1
RGB
215,198,225
LAB
82,10,-11
CMYK
4,12,0,12
LCH
82,15,-49
XYZ
62,60,80
HSV
278,12,88
HSL
278,31,83

Base Numbers

Base Red Green Blue
Binary 11010111 11000110 11100001
Octal 327 306 341
Decimal 215 198 225
Hex d7 c6 e1

RGB Percentages of Color #d7c6e1

84%
78%
88%

CMYK Percentages of Color #d7c6e1

2%
0%
5%
5%

Color Variations

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

Shades of #d7c6e1

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

10%
#d7c6e1
20%
#c2b2cb
30%
#ac9eb4
40%
#968b9d
50%
#817787
60%
#6b6370
70%
#564f5a
80%
#403b43
90%
#2b282d
100%
#151416

Tints of #d7c6e1

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

10%
#d7c6e1
20%
#dbcce4
30%
#dfd1e7
40%
#e3d7ea
50%
#e7dded
60%
#ebe3f0
70%
#efe8f3
80%
#f3eef6
90%
#f7f4f9
100%
#fbf9fc

Tones of #d7c6e1

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

10%
#d7c6e1
20%
#cebfd7
30%
#c6b8ce
40%
#bdb1c4
50%
#b4aaba
60%
#aba3b0
70%
#a39ca7
80%
#9a959d
90%
#918e93
100%
#888789

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.
#d7c6e1
#ccc6e1
#d2c6e1
#d7c6e1
#dcc6e1
#e1c6e0

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d7c6e1
#e1c6cb
#c6e1cc

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d7c6e1
#e1d7c6
#c6e1d7

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.
#d7c6e1
#e1c9c6
#d0e1c6
#c6dde1

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d7c6e1
#0c0b0c
#353037
#5d5661
#867b8c
#aea1b6

Blindness simulator

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

Normal

#d7c6e1

protanopia

#c7c9e3

deuteranopia

#d5c5e0

tritanopia

#d4c6d6

achromatopsia

#cccccc

protanomaly

#cdc8e2

deuteranomaly

#d6c5e0

achromatopsia

#cccccc

tritanomaly

#d5c6da

achromatomaly

#d0cad3

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

#d7c6e1 Color CSS Codes

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

#d7c6e1 Text Font Color

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

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

#d7c6e1 Background Color

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

#d7c6e1 Border Color

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

This div border color is #d7c6e1

#d7c6e1 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7c6e1

More Colors

Parachuting
#00589b
Chocolate Chunk
#6b574a
Noble Blue
#697991
Peche
#fddcb7
Eshin Grey
#4a4f52
Midnight Green
#004953
Bandicoot
#878466
Arts and Crafts
#7d6549
Lime Lollipop
#b4bd7a
Emperor Jade
#007b75
Colonial White
#ffedbc
Pear Tint
#e3de92
Alligator Gladiator
#444411
Momo Peach
#f47983
Devonshire
#f5efe7
Careys Pink
#c99aa0
Algerian Coral
#fc5a50
Night Blue
#040348
Coffee Adept
#775511
Pinenut
#f8d9b8
Gypsy
#e59368
Highlands Twilight
#484a80
Oilcloth Green
#83ba8e
Deep Galaxy
#414048
Kuta Surf
#5789a5
Drama Violet
#b883b0
Nevermind Nirvana
#7bc8f6
Angel Wing
#f3dfd7
Ancient Scroll
#f5e6de
Champagne Flute
#f6ece2
Hammock
#6d8687
Imaginary Mauve
#89687d
Grizzle Grey
#636562
Gold Grillz
#ece086
Avocado Dark Green
#3e4826
Kangaroo Fur
#c4ad92
Petticoat
#fecdac
Onahau
#c2e6ec
Dove White
#e6e2d8
rating-img
Rate this tool
NaN/5   0 votes