COLOR #D9C1F5

HEX: #D9C1F5
RGB: (217,193,245)

Color info

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

RGB color model

#D9C1F5 color RGB value is (217,193,245).

  • red value is 217;
  • green value is 193;
  • blue value is 245.
RGB:
(217,193,245)
(85%,76%,96%)

RGB channels and saturation

R 217 of 255 = 85%
G 193 of 255 = 76%
B 245 of 255 = 96%

217
193
245

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

Portions of RGB colors in percentages

R + G + B =
217 + 193 + 245 = 655 (100%)
R 217 of 655 ~ 33.13%
G 193 of 655 ~ 29.47%
B 245 of 655 ~ 37.4%

%33.13
%29.47
%37.4

CMYK color model

#D9C1F5 color CMYK value is (11,21,0,4).

  • cyan value is 11.43%
  • magenta value is 21.22%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(11,21,0,4)
C11M21Y0K4 
(11%,21%,0%,4%)
(0.11/0.21/0.00/0.04)	

CMYK percentages

%11.43
%21.22
%0
%3.92

Codes

Color #D9C1F5 in popluar color models

D9C1F5
RGB217193245
HSL268°72.22%85.88%
HSB/HSV268°21.22%96.08%
CMYK11.43%21.22%0.00%
3.92%

Color #D9C1F5 in popluar number systems.

HEXD9C1F5
Decimal217193245
Binary110110011100000111110101
Octal331301365

Shades and tints

Shades of #D9C1F5

#D9C1F5
(217,193,245)
#C6B0DF
(198,176,223)
#B39FC9
(179,159,201)
#A08EB3
(160,142,179)
#8D7D9D
(141,125,157)
#7A6C87
(122,108,135)
#675B71
(103,91,113)
#544A5B
(84,74,91)
#413945
(65,57,69)
#2E282F
(46,40,47)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #D9C1F5

#D9C1F5
(217,193,245)
#DCC6F5
(220,198,245)
#DFCBF5
(223,203,245)
#E2D0F5
(226,208,245)
#E5D5F5
(229,213,245)
#E8DAF5
(232,218,245)
#EBDFF5
(235,223,245)
#EEE4F5
(238,228,245)
#F1E9F5
(241,233,245)
#F4EEF5
(244,238,245)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C1F5 color. Also use rgb(217,193,245) instead hex code.

Text Font Color

.myTextColor { color: #D9C1F5; }

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

This text font color is #D9C1F5.


Background Color

.myBgColor { background-color: #D9C1F5; }

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

This div background color is #D9C1F5.


Border color

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

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

This div border color is #D9C1F5.


Opacity

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

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

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

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

This text has shadow with #D9C1F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C1F5 on black background.


Color preview on white background

This text has color #D9C1F5 on white background.



Black color preview on #D9C1F5 background

This text has black color on #D9C1F5 background.


White color preview on #D9C1F5 background

This text has white color on #D9C1F5 background.