COLOR #D9C9FB

HEX: #D9C9FB RGB: (217,201,251)

Color info

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

RGB color model

#D9C9FB color RGB value is (217,201,251).

RGB: (217,201,251) (85%, 79%, 98%)

RGB channels and saturation

R 217 of 255 = 85%
G 201 of 255 = 79%
B 251 of 255 = 98%

217
201
251

R + G + B ~ 87%. #D9C9FB is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 201 + 251 = 669 (100%)
R 217 of 669 ~ 32.44%
G 201 of 669 ~ 30.04%
B 251 of 669 ~ 37.52'%

%32.44
%30.04
%37.52

CMYK color model

#D9C9FB color CMYK value is (14,20,0,2).

  • cyan value is 13.55%
  • magenta value is 19.92%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (14,20,0,2)
C14M20Y0K2 (14%, 20%, 0%, 2%)
(0.14 / 0.20 / 0.00 / 0.02)

CMYK percentages

%13.55
%19.92
%0
%1.57

Codes

Color #D9C9FB in popluar color models

D9 C9 FB
RGB 217 201 251
HSL 259° 86.21% 88.63%
HSB/HSV 259° 19.92% 98.43%
CMYK 13.55% 19.92% 0.00%
1.57%

Color #D9C9FB in popluar number systems.

HEX D9 C9 FB
Decimal 217 201 251
Binary 11011001 11001001 11111011
Octal 331 311 373

Shades and tints

Shades of #D9C9FB

#D9C9FB
(217,201,251)
#C6B7E5
(198,183,229)
#B3A5CF
(179,165,207)
#A093B9
(160,147,185)
#8D81A3
(141,129,163)
#7A6F8D
(122,111,141)
#675D77
(103,93,119)
#544B61
(84,75,97)
#41394B
(65,57,75)
#2E2735
(46,39,53)
#1B151F
(27,21,31)
#000000
(0,0,0)

Tints of #D9C9FB

#D9C9FB
(217,201,251)
#DCCDFB
(220,205,251)
#DFD1FB
(223,209,251)
#E2D5FB
(226,213,251)
#E5D9FB
(229,217,251)
#E8DDFB
(232,221,251)
#EBE1FB
(235,225,251)
#EEE5FB
(238,229,251)
#F1E9FB
(241,233,251)
#F4EDFB
(244,237,251)
#F7F1FB
(247,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C9FB color. Also use rgb(217,201,251) instead hex code.

Text Font Color

.myTextColor { color: #D9C9FB; }

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

This text font color is #D9C9FB.

Background Color

.myBgColor { background-color: #D9C9FB; }

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

This div background color is #D9C9FB.

Border color

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

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

This div border color is #D9C9FB.

Opacity

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

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

Text with #D9C9FB 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 #D9C9FB;}

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

This text has shadow with #D9C9FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C9FB.

Preview

Color preview on black background

This text has color #D9C9FB on black background.


Color preview on white background

This text has color #D9C9FB on white background.


Black color preview on #D9C9FB background

This text has black color on #D9C9FB background.


White color preview on #D9C9FB background

This text has white color on #D9C9FB background.


Related colors

Complementary color

Complementary color for #hex is #263604.


I love getcolorcode.com

Triadic colors

1 #FBD9C9 and #C9FBD9 with #D9C9FB are triadic colors.

2 #FBC9D9 and #C9D9FB with #D9C9FB are triadic colors.