COLOR #D9C8F1

HEX: #D9C8F1 RGB: (217,200,241)

Color info

#D9C8F1 contains red, green and blue colors in about the same proportion. Web safe color of #D9C8F1 is #CCCCFF (or #CCF).

RGB color model

#D9C8F1 color RGB value is (217,200,241).

RGB: (217,200,241) (85%, 78%, 95%)

RGB channels and saturation

R 217 of 255 = 85%
G 200 of 255 = 78%
B 241 of 255 = 95%

217
200
241

R + G + B ~ 86%. #D9C8F1 is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 200 + 241 = 658 (100%)
R 217 of 658 ~ 32.98%
G 200 of 658 ~ 30.4%
B 241 of 658 ~ 36.63'%

%32.98
%30.4
%36.63

CMYK color model

#D9C8F1 color CMYK value is (10,17,0,5).

  • cyan value is 9.96%
  • magenta value is 17.01%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (10,17,0,5)
C10M17Y0K5 (10%, 17%, 0%, 5%)
(0.10 / 0.17 / 0.00 / 0.05)

CMYK percentages

%9.96
%17.01
%0
%5.49

Codes

Color #D9C8F1 in popluar color models

D9 C8 F1
RGB 217 200 241
HSL 265° 59.42% 86.47%
HSB/HSV 265° 17.01% 94.51%
CMYK 9.96% 17.01% 0.00%
5.49%

Color #D9C8F1 in popluar number systems.

HEX D9 C8 F1
Decimal 217 200 241
Binary 11011001 11001000 11110001
Octal 331 310 361

Shades and tints

Shades of #D9C8F1

#D9C8F1
(217,200,241)
#C6B6DC
(198,182,220)
#B3A4C7
(179,164,199)
#A092B2
(160,146,178)
#8D809D
(141,128,157)
#7A6E88
(122,110,136)
#675C73
(103,92,115)
#544A5E
(84,74,94)
#413849
(65,56,73)
#2E2634
(46,38,52)
#1B141F
(27,20,31)
#000000
(0,0,0)

Tints of #D9C8F1

#D9C8F1
(217,200,241)
#DCCDF2
(220,205,242)
#DFD2F3
(223,210,243)
#E2D7F4
(226,215,244)
#E5DCF5
(229,220,245)
#E8E1F6
(232,225,246)
#EBE6F7
(235,230,247)
#EEEBF8
(238,235,248)
#F1F0F9
(241,240,249)
#F4F5FA
(244,245,250)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C8F1 color. Also use rgb(217,200,241) instead hex code.

Text Font Color

.myTextColor { color: #D9C8F1; }

<p style="color:#D9C8F1">This sample text font color is #D9C8F1.</p>

This text font color is #D9C8F1.

Background Color

.myBgColor { background-color: #D9C8F1; }

<div style="background-color:#D9C8F1">Inner text</div>

This div background color is #D9C8F1.

Border color

.myBorderColor { border: 1px solid #D9C8F1; }

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

This div border color is #D9C8F1.

Opacity

.myOpacity80 { color: #D9C8F1; opacity: 0.8; }

<p style="color:#D9C8F1;opacity:0.8;">80%</p>

Text with #D9C8F1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D9C8F1;}

<p style="text-shadow: 3px 3px 1px #D9C8F1">Text here.</p>

This text has shadow with #D9C8F1 color.


.textShadow {text-shadow: 3px 3px 1px #D9C8F1', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D9C8F1, 5px 5px 20px red">Text here.</p>

This text has shadow with #D9C8F1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9C8F1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D9C8F1, Direction=45, Strength=4)">Text</p>

This text has shadow with #D9C8F1 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D9C8F1;
-webkit-box-shadow: 1px 1px 3px 2px #D9C8F1;
box-shadow: 1px 1px 3px 2px #D9C8F1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9C8F1; -webkit-box-shadow: 1px 1px 3px 2px #D9C8F1; box-shadow:1px 1px 3px 2px #D9C8F1;">
Div content here
</div>

This div box has shadow with color #D9C8F1.

Preview

Color preview on black background

This text has color #D9C8F1 on black background.


Color preview on white background

This text has color #D9C8F1 on white background.


Black color preview on #D9C8F1 background

This text has black color on #D9C8F1 background.


White color preview on #D9C8F1 background

This text has white color on #D9C8F1 background.


Related colors

Complementary color

Complementary color for #hex is #26370E.


I love getcolorcode.com

Triadic colors

1 #F1D9C8 and #C8F1D9 with #D9C8F1 are triadic colors.

2 #F1C8D9 and #C8D9F1 with #D9C8F1 are triadic colors.