COLOR #D4D1FA

HEX: #D4D1FA
RGB: (212,209,250)

Color info

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

RGB color model

#D4D1FA color RGB value is (212,209,250).

  • red value is 212;
  • green value is 209;
  • blue value is 250.
RGB:
(212,209,250)
(83%,82%,98%)

RGB channels and saturation

R 212 of 255 = 83%
G 209 of 255 = 82%
B 250 of 255 = 98%

212
209
250

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

Portions of RGB colors in percentages

R + G + B =
212 + 209 + 250 = 671 (100%)
R 212 of 671 ~ 31.59%
G 209 of 671 ~ 31.15%
B 250 of 671 ~ 37.26%

%31.59
%31.15
%37.26

CMYK color model

#D4D1FA color CMYK value is (15,16,0,2).

  • cyan value is 15.20%
  • magenta value is 16.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(15,16,0,2)
C15M16Y0K2 
(15%,16%,0%,2%)
(0.15/0.16/0.00/0.02)	

CMYK percentages

%15.2
%16.4
%0
%1.96

Codes

Color #D4D1FA in popluar color models

D4D1FA
RGB212209250
HSL244°80.39%90.00%
HSB/HSV244°16.40%98.04%
CMYK15.20%16.40%0.00%
1.96%

Color #D4D1FA in popluar number systems.

HEXD4D1FA
Decimal212209250
Binary110101001101000111111010
Octal324321372

Shades and tints

Shades of #D4D1FA

#D4D1FA
(212,209,250)
#C1BEE4
(193,190,228)
#AEABCE
(174,171,206)
#9B98B8
(155,152,184)
#8885A2
(136,133,162)
#75728C
(117,114,140)
#625F76
(98,95,118)
#4F4C60
(79,76,96)
#3C394A
(60,57,74)
#292634
(41,38,52)
#16131E
(22,19,30)
#000000
(0,0,0)

Tints of #D4D1FA

#D4D1FA
(212,209,250)
#D7D5FA
(215,213,250)
#DAD9FA
(218,217,250)
#DDDDFA
(221,221,250)
#E0E1FA
(224,225,250)
#E3E5FA
(227,229,250)
#E6E9FA
(230,233,250)
#E9EDFA
(233,237,250)
#ECF1FA
(236,241,250)
#EFF5FA
(239,245,250)
#F2F9FA
(242,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D1FA color. Also use rgb(212,209,250) instead hex code.

Text Font Color

.myTextColor { color: #D4D1FA; }

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

This text font color is #D4D1FA.


Background Color

.myBgColor { background-color: #D4D1FA; }

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

This div background color is #D4D1FA.


Border color

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

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

This div border color is #D4D1FA.


Opacity

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

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

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

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

This text has shadow with #D4D1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D1FA on black background.


Color preview on white background

This text has color #D4D1FA on white background.



Black color preview on #D4D1FA background

This text has black color on #D4D1FA background.


White color preview on #D4D1FA background

This text has white color on #D4D1FA background.