COLOR #D9CCFE

HEX: #D9CCFE
RGB: (217,204,254)

Color info

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

RGB color model

#D9CCFE color RGB value is (217,204,254).

  • red value is 217;
  • green value is 204;
  • blue value is 254.
RGB:
(217,204,254)
(85%,80%,100%)

RGB channels and saturation

R 217 of 255 = 85%
G 204 of 255 = 80%
B 254 of 255 = 100%

217
204
254

R + G + B ~ 88%. #D9CCFE is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 204 + 254 = 675 (100%)
R 217 of 675 ~ 32.15%
G 204 of 675 ~ 30.22%
B 254 of 675 ~ 37.63%

%32.15
%30.22
%37.63

CMYK color model

#D9CCFE color CMYK value is (15,20,0,0).

  • cyan value is 14.57%
  • magenta value is 19.69%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(15,20,0,0)
C15M20Y0K0 
(15%,20%,0%,0%)
(0.15/0.20/0.00/0.00)	

CMYK percentages

%14.57
%19.69
%0
%0.39

Codes

Color #D9CCFE in popluar color models

D9CCFE
RGB217204254
HSL256°96.15%89.80%
HSB/HSV256°19.69%99.61%
CMYK14.57%19.69%0.00%
0.39%

Color #D9CCFE in popluar number systems.

HEXD9CCFE
Decimal217204254
Binary110110011100110011111110
Octal331314376

Shades and tints

Shades of #D9CCFE

#D9CCFE
(217,204,254)
#C6BAE7
(198,186,231)
#B3A8D0
(179,168,208)
#A096B9
(160,150,185)
#8D84A2
(141,132,162)
#7A728B
(122,114,139)
#676074
(103,96,116)
#544E5D
(84,78,93)
#413C46
(65,60,70)
#2E2A2F
(46,42,47)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #D9CCFE

#D9CCFE
(217,204,254)
#DCD0FE
(220,208,254)
#DFD4FE
(223,212,254)
#E2D8FE
(226,216,254)
#E5DCFE
(229,220,254)
#E8E0FE
(232,224,254)
#EBE4FE
(235,228,254)
#EEE8FE
(238,232,254)
#F1ECFE
(241,236,254)
#F4F0FE
(244,240,254)
#F7F4FE
(247,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9CCFE color. Also use rgb(217,204,254) instead hex code.

Text Font Color

.myTextColor { color: #D9CCFE; }

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

This text font color is #D9CCFE.


Background Color

.myBgColor { background-color: #D9CCFE; }

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

This div background color is #D9CCFE.


Border color

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

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

This div border color is #D9CCFE.


Opacity

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

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

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

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

This text has shadow with #D9CCFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CCFE on black background.


Color preview on white background

This text has color #D9CCFE on white background.



Black color preview on #D9CCFE background

This text has black color on #D9CCFE background.


White color preview on #D9CCFE background

This text has white color on #D9CCFE background.