COLOR #DFD4FA

HEX: #DFD4FA
RGB: (223,212,250)

Color info

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

RGB color model

#DFD4FA color RGB value is (223,212,250).

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

RGB channels and saturation

R 223 of 255 = 87%
G 212 of 255 = 83%
B 250 of 255 = 98%

223
212
250

R + G + B ~ 89%. #DFD4FA is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 212 + 250 = 685 (100%)
R 223 of 685 ~ 32.55%
G 212 of 685 ~ 30.95%
B 250 of 685 ~ 36.5%

%32.55
%30.95
%36.5

CMYK color model

#DFD4FA color CMYK value is (11,15,0,2).

  • cyan value is 10.80%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(11,15,0,2)
C11M15Y0K2 
(11%,15%,0%,2%)
(0.11/0.15/0.00/0.02)	

CMYK percentages

%10.8
%15.2
%0
%1.96

Codes

Color #DFD4FA in popluar color models

DFD4FA
RGB223212250
HSL257°79.17%90.59%
HSB/HSV257°15.20%98.04%
CMYK10.80%15.20%0.00%
1.96%

Color #DFD4FA in popluar number systems.

HEXDFD4FA
Decimal223212250
Binary110111111101010011111010
Octal337324372

Shades and tints

Shades of #DFD4FA

#DFD4FA
(223,212,250)
#CBC1E4
(203,193,228)
#B7AECE
(183,174,206)
#A39BB8
(163,155,184)
#8F88A2
(143,136,162)
#7B758C
(123,117,140)
#676276
(103,98,118)
#534F60
(83,79,96)
#3F3C4A
(63,60,74)
#2B2934
(43,41,52)
#17161E
(23,22,30)
#000000
(0,0,0)

Tints of #DFD4FA

#DFD4FA
(223,212,250)
#E1D7FA
(225,215,250)
#E3DAFA
(227,218,250)
#E5DDFA
(229,221,250)
#E7E0FA
(231,224,250)
#E9E3FA
(233,227,250)
#EBE6FA
(235,230,250)
#EDE9FA
(237,233,250)
#EFECFA
(239,236,250)
#F1EFFA
(241,239,250)
#F3F2FA
(243,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD4FA; }

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

This text font color is #DFD4FA.


Background Color

.myBgColor { background-color: #DFD4FA; }

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

This div background color is #DFD4FA.


Border color

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

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

This div border color is #DFD4FA.


Opacity

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

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

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

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

This text has shadow with #DFD4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD4FA on black background.


Color preview on white background

This text has color #DFD4FA on white background.



Black color preview on #DFD4FA background

This text has black color on #DFD4FA background.


White color preview on #DFD4FA background

This text has white color on #DFD4FA background.