COLOR #DFAEFA

HEX: #DFAEFA
RGB: (223,174,250)

Color info

#DFAEFA contains mainly red and blue colors. Web safe color of #DFAEFA is #CC99FF (or #C9F).

RGB color model

#DFAEFA color RGB value is (223,174,250).

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

RGB channels and saturation

R 223 of 255 = 87%
G 174 of 255 = 68%
B 250 of 255 = 98%

223
174
250

R + G + B ~ 84%. #DFAEFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 174 + 250 = 647 (100%)
R 223 of 647 ~ 34.47%
G 174 of 647 ~ 26.89%
B 250 of 647 ~ 38.64%

%34.47
%26.89
%38.64

CMYK color model

#DFAEFA color CMYK value is (11,30,0,2).

  • cyan value is 10.80%
  • magenta value is 30.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(11,30,0,2)
C11M30Y0K2 
(11%,30%,0%,2%)
(0.11/0.30/0.00/0.02)	

CMYK percentages

%10.8
%30.4
%0
%1.96

Codes

Color #DFAEFA in popluar color models

DFAEFA
RGB223174250
HSL279°88.37%83.14%
HSB/HSV279°30.40%98.04%
CMYK10.80%30.40%0.00%
1.96%

Color #DFAEFA in popluar number systems.

HEXDFAEFA
Decimal223174250
Binary110111111010111011111010
Octal337256372

Shades and tints

Shades of #DFAEFA

#DFAEFA
(223,174,250)
#CB9FE4
(203,159,228)
#B790CE
(183,144,206)
#A381B8
(163,129,184)
#8F72A2
(143,114,162)
#7B638C
(123,99,140)
#675476
(103,84,118)
#534560
(83,69,96)
#3F364A
(63,54,74)
#2B2734
(43,39,52)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #DFAEFA

#DFAEFA
(223,174,250)
#E1B5FA
(225,181,250)
#E3BCFA
(227,188,250)
#E5C3FA
(229,195,250)
#E7CAFA
(231,202,250)
#E9D1FA
(233,209,250)
#EBD8FA
(235,216,250)
#EDDFFA
(237,223,250)
#EFE6FA
(239,230,250)
#F1EDFA
(241,237,250)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFAEFA; }

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

This text font color is #DFAEFA.


Background Color

.myBgColor { background-color: #DFAEFA; }

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

This div background color is #DFAEFA.


Border color

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

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

This div border color is #DFAEFA.


Opacity

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

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

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

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

This text has shadow with #DFAEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAEFA on black background.


Color preview on white background

This text has color #DFAEFA on white background.



Black color preview on #DFAEFA background

This text has black color on #DFAEFA background.


White color preview on #DFAEFA background

This text has white color on #DFAEFA background.