COLOR #D9D2FA

HEX: #D9D2FA
RGB: (217,210,250)

Color info

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

RGB color model

#D9D2FA color RGB value is (217,210,250).

  • red value is 217;
  • green value is 210;
  • blue value is 250.
RGB:
(217,210,250)
(85%,82%,98%)

RGB channels and saturation

R 217 of 255 = 85%
G 210 of 255 = 82%
B 250 of 255 = 98%

217
210
250

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

Portions of RGB colors in percentages

R + G + B =
217 + 210 + 250 = 677 (100%)
R 217 of 677 ~ 32.05%
G 210 of 677 ~ 31.02%
B 250 of 677 ~ 36.93%

%32.05
%31.02
%36.93

CMYK color model

#D9D2FA color CMYK value is (13,16,0,2).

  • cyan value is 13.20%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(13,16,0,2)
C13M16Y0K2 
(13%,16%,0%,2%)
(0.13/0.16/0.00/0.02)	

CMYK percentages

%13.2
%16
%0
%1.96

Codes

Color #D9D2FA in popluar color models

D9D2FA
RGB217210250
HSL251°80.00%90.20%
HSB/HSV251°16.00%98.04%
CMYK13.20%16.00%0.00%
1.96%

Color #D9D2FA in popluar number systems.

HEXD9D2FA
Decimal217210250
Binary110110011101001011111010
Octal331322372

Shades and tints

Shades of #D9D2FA

#D9D2FA
(217,210,250)
#C6BFE4
(198,191,228)
#B3ACCE
(179,172,206)
#A099B8
(160,153,184)
#8D86A2
(141,134,162)
#7A738C
(122,115,140)
#676076
(103,96,118)
#544D60
(84,77,96)
#413A4A
(65,58,74)
#2E2734
(46,39,52)
#1B141E
(27,20,30)
#000000
(0,0,0)

Tints of #D9D2FA

#D9D2FA
(217,210,250)
#DCD6FA
(220,214,250)
#DFDAFA
(223,218,250)
#E2DEFA
(226,222,250)
#E5E2FA
(229,226,250)
#E8E6FA
(232,230,250)
#EBEAFA
(235,234,250)
#EEEEFA
(238,238,250)
#F1F2FA
(241,242,250)
#F4F6FA
(244,246,250)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D2FA color. Also use rgb(217,210,250) instead hex code.

Text Font Color

.myTextColor { color: #D9D2FA; }

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

This text font color is #D9D2FA.


Background Color

.myBgColor { background-color: #D9D2FA; }

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

This div background color is #D9D2FA.


Border color

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

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

This div border color is #D9D2FA.


Opacity

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

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

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

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

This text has shadow with #D9D2FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D2FA on black background.


Color preview on white background

This text has color #D9D2FA on white background.



Black color preview on #D9D2FA background

This text has black color on #D9D2FA background.


White color preview on #D9D2FA background

This text has white color on #D9D2FA background.