#d8c6d6 Color Hex Naked Pink

Information about Naked Pink Color | #0000FF

#d8c6d6 color RGB value is (216,198,214). #d8c6d6 color name is Naked Pink color.

#d8c6d6 hex color red value is 216 , green value is 198 and the blue value of its RGB is 214 . Cylindrical-coordinate representations (also known as HSL) of color #d8c6d6 hue: 307 , saturation: 19 and the lightness value of #d8c6d6 is 81

The process color (four color CMYK) of #d8c6d6 color hex is 0 , 3 ,0, 6 .

#d8c6d6

~Naked Pink

Color Converions

HEX
#d8c6d6
RGB
216,198,214
LAB
82,9,-6
CMYK
0,8,1,15
LCH
82,10,-33
XYZ
61,60,72
HSV
307,8,85
HSL
307,19,81

Base Numbers

Base Red Green Blue
Binary 11011000 11000110 11010110
Octal 330 306 326
Decimal 216 198 214
Hex d8 c6 d6

RGB Percentages of Color #d8c6d6

85%
78%
84%

CMYK Percentages of Color #d8c6d6

0%
0%
3%
6%

Color Variations

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

Shades of #d8c6d6

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

10%
#d8c6d6
20%
#c2b2c1
30%
#ad9eab
40%
#978b96
50%
#827780
60%
#6c636b
70%
#564f56
80%
#413b40
90%
#2b282b
100%
#161415

Tints of #d8c6d6

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

10%
#d8c6d6
20%
#dcccda
30%
#e0d1de
40%
#e4d7e2
50%
#e8dde6
60%
#ebe3eb
70%
#efe8ef
80%
#f3eef3
90%
#f7f4f7
100%
#fbf9fb

Tones of #d8c6d6

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

10%
#d8c6d6
20%
#cfbfcd
30%
#c6b8c5
40%
#bdb1bc
50%
#b5aab3
60%
#aca3ab
70%
#a39ca2
80%
#9a9599
90%
#918e91
100%
#888788

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.
#d8c6d6
#d3c6d8
#d6c6d8
#d8c6d6
#d8c6d2
#d8c6cf

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d8c6d6
#d8ccc6
#c6d8d3

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d8c6d6
#d6d8c6
#c6d6d8

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.
#d8c6d6
#d8d1c6
#c6d8c8
#c6cdd8

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d8c6d6
#030303
#2e2a2e
#585158
#837882
#ad9fac

Blindness simulator

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

Normal

#d8c6d6

protanopia

#cac9d7

deuteranopia

#d9c4d5

tritanopia

#d7c5d4

achromatopsia

#cbcbcb

protanomaly

#cfc8d7

deuteranomaly

#d9c5d5

achromatopsia

#cbcbcb

tritanomaly

#d7c5d5

achromatomaly

#d0c9cf

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 !

#d8c6d6 Color CSS Codes

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

#d8c6d6 Text Font Color

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

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

#d8c6d6 Background Color

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

#d8c6d6 Border Color

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

This div border color is #d8c6d6

#d8c6d6 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8c6d6

More Colors

Apple Flower
#edf4eb
Overt Green
#97a554
Kin Gold
#f39800
Ocean Blue
#009dc4
Isn't It Just Peachy
#ffb278
Fantasia
#73788b
Inviting Gesture
#cdc29d
Clay Play
#774433
Flaxen
#fbecc9
Evening Sea
#26604f
Glimpse into Space
#121210
Greengage
#8bc28c
Moray
#c8bd6a
Creamy Caramel
#b3956c
Bamboo
#e3dec6
Orange Outburst
#dd7700
Keystone
#b39372
Obstinate Orange
#d7552a
Polar Soft Blue
#d0dcde
Hickory
#b7a28e
Golden Buddha Belly
#ffcc22
Illicit Darkness
#00022e
Laura
#a6979a
Lavender Vista
#e3d7e5
Apple Cucumber
#dbdbbc
Australian Jade
#84a194
Necron Compound
#828b8e
Grim Reaper
#0f1039
Antique Marble
#f1e9d7
Jungle Juice
#a4c161
Floral Note
#cdcfdb
Hollow Brown
#ac8e84
Dust of the Moon
#cfc9df
Crispy Gingersnap
#bb7838
Limescent
#e0d4b7
Mountain Lake Azure
#4cbca7
Heavy Hammock
#beb9a2
Green Banana
#a8b453
Chic Green
#d8ebd6
Moegi Green
#f19172
rating-img
Rate this tool
NaN/5   0 votes