COLOR #D9C4FD

HEX: #D9C4FD RGB: (217,196,253)

Color info

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

RGB color model

#D9C4FD color RGB value is (217,196,253).

RGB: (217,196,253) (85%, 77%, 99%)

RGB channels and saturation

R 217 of 255 = 85%
G 196 of 255 = 77%
B 253 of 255 = 99%

217
196
253

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

Portions of RGB colors in percentages

R + G + B = 217 + 196 + 253 = 666 (100%)
R 217 of 666 ~ 32.58%
G 196 of 666 ~ 29.43%
B 253 of 666 ~ 37.99'%

%32.58
%29.43
%37.99

CMYK color model

#D9C4FD color CMYK value is (14,23,0,1).

  • cyan value is 14.23%
  • magenta value is 22.53%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (14,23,0,1)
C14M23Y0K1 (14%, 23%, 0%, 1%)
(0.14 / 0.23 / 0.00 / 0.01)

CMYK percentages

%14.23
%22.53
%0
%0.78

Codes

Color #D9C4FD in popluar color models

D9 C4 FD
RGB 217 196 253
HSL 262° 93.44% 88.04%
HSB/HSV 262° 22.53% 99.22%
CMYK 14.23% 22.53% 0.00%
0.78%

Color #D9C4FD in popluar number systems.

HEX D9 C4 FD
Decimal 217 196 253
Binary 11011001 11000100 11111101
Octal 331 304 375

Shades and tints

Shades of #D9C4FD

#D9C4FD
(217,196,253)
#C6B3E6
(198,179,230)
#B3A2CF
(179,162,207)
#A091B8
(160,145,184)
#8D80A1
(141,128,161)
#7A6F8A
(122,111,138)
#675E73
(103,94,115)
#544D5C
(84,77,92)
#413C45
(65,60,69)
#2E2B2E
(46,43,46)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #D9C4FD

#D9C4FD
(217,196,253)
#DCC9FD
(220,201,253)
#DFCEFD
(223,206,253)
#E2D3FD
(226,211,253)
#E5D8FD
(229,216,253)
#E8DDFD
(232,221,253)
#EBE2FD
(235,226,253)
#EEE7FD
(238,231,253)
#F1ECFD
(241,236,253)
#F4F1FD
(244,241,253)
#F7F6FD
(247,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C4FD color. Also use rgb(217,196,253) instead hex code.

Text Font Color

.myTextColor { color: #D9C4FD; }

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

This text font color is #D9C4FD.

Background Color

.myBgColor { background-color: #D9C4FD; }

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

This div background color is #D9C4FD.

Border color

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

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

This div border color is #D9C4FD.

Opacity

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

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

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

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

This text has shadow with #D9C4FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C4FD.

Preview

Color preview on black background

This text has color #D9C4FD on black background.


Color preview on white background

This text has color #D9C4FD on white background.


Black color preview on #D9C4FD background

This text has black color on #D9C4FD background.


White color preview on #D9C4FD background

This text has white color on #D9C4FD background.


Related colors

Complementary color

Complementary color for #hex is #263B02.


I love getcolorcode.com

Triadic colors

1 #FDD9C4 and #C4FDD9 with #D9C4FD are triadic colors.

2 #FDC4D9 and #C4D9FD with #D9C4FD are triadic colors.