COLOR #D6D2FA

HEX: #D6D2FA
RGB: (214,210,250)

Color info

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

RGB color model

#D6D2FA color RGB value is (214,210,250).

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

RGB channels and saturation

R 214 of 255 = 84%
G 210 of 255 = 82%
B 250 of 255 = 98%

214
210
250

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

Portions of RGB colors in percentages

R + G + B =
214 + 210 + 250 = 674 (100%)
R 214 of 674 ~ 31.75%
G 210 of 674 ~ 31.16%
B 250 of 674 ~ 37.09%

%31.75
%31.16
%37.09

CMYK color model

#D6D2FA color CMYK value is (14,16,0,2).

  • cyan value is 14.40%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(14,16,0,2)
C14M16Y0K2 
(14%,16%,0%,2%)
(0.14/0.16/0.00/0.02)	

CMYK percentages

%14.4
%16
%0
%1.96

Codes

Color #D6D2FA in popluar color models

D6D2FA
RGB214210250
HSL246°80.00%90.20%
HSB/HSV246°16.00%98.04%
CMYK14.40%16.00%0.00%
1.96%

Color #D6D2FA in popluar number systems.

HEXD6D2FA
Decimal214210250
Binary110101101101001011111010
Octal326322372

Shades and tints

Shades of #D6D2FA

#D6D2FA
(214,210,250)
#C3BFE4
(195,191,228)
#B0ACCE
(176,172,206)
#9D99B8
(157,153,184)
#8A86A2
(138,134,162)
#77738C
(119,115,140)
#646076
(100,96,118)
#514D60
(81,77,96)
#3E3A4A
(62,58,74)
#2B2734
(43,39,52)
#18141E
(24,20,30)
#000000
(0,0,0)

Tints of #D6D2FA

#D6D2FA
(214,210,250)
#D9D6FA
(217,214,250)
#DCDAFA
(220,218,250)
#DFDEFA
(223,222,250)
#E2E2FA
(226,226,250)
#E5E6FA
(229,230,250)
#E8EAFA
(232,234,250)
#EBEEFA
(235,238,250)
#EEF2FA
(238,242,250)
#F1F6FA
(241,246,250)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D2FA; }

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

This text font color is #D6D2FA.


Background Color

.myBgColor { background-color: #D6D2FA; }

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

This div background color is #D6D2FA.


Border color

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

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

This div border color is #D6D2FA.


Opacity

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

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

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

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

This text has shadow with #D6D2FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D2FA on black background.


Color preview on white background

This text has color #D6D2FA on white background.



Black color preview on #D6D2FA background

This text has black color on #D6D2FA background.


White color preview on #D6D2FA background

This text has white color on #D6D2FA background.