COLOR #DFA5EE

HEX: #DFA5EE RGB: (223,165,238)

Color info

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

RGB color model

#DFA5EE color RGB value is (223,165,238).

RGB: (223,165,238) (87%, 65%, 93%)

RGB channels and saturation

R 223 of 255 = 87%
G 165 of 255 = 65%
B 238 of 255 = 93%

223
165
238

R + G + B ~ 82%. #DFA5EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 165 + 238 = 626 (100%)
R 223 of 626 ~ 35.62%
G 165 of 626 ~ 26.36%
B 238 of 626 ~ 38.02'%

%35.62
%26.36
%38.02

CMYK color model

#DFA5EE color CMYK value is (6,31,0,7).

  • cyan value is 6.30%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (6,31,0,7)
C6M31Y0K7 (6%, 31%, 0%, 7%)
(0.06 / 0.31 / 0.00 / 0.07)

CMYK percentages

%6.3
%30.67
%0
%6.67

Codes

Color #DFA5EE in popluar color models

DF A5 EE
RGB 223 165 238
HSL 288° 68.22% 79.02%
HSB/HSV 288° 30.67% 93.33%
CMYK 6.30% 30.67% 0.00%
6.67%

Color #DFA5EE in popluar number systems.

HEX DF A5 EE
Decimal 223 165 238
Binary 11011111 10100101 11101110
Octal 337 245 356

Shades and tints

Shades of #DFA5EE

#DFA5EE
(223,165,238)
#CB96D9
(203,150,217)
#B787C4
(183,135,196)
#A378AF
(163,120,175)
#8F699A
(143,105,154)
#7B5A85
(123,90,133)
#674B70
(103,75,112)
#533C5B
(83,60,91)
#3F2D46
(63,45,70)
#2B1E31
(43,30,49)
#170F1C
(23,15,28)
#000000
(0,0,0)

Tints of #DFA5EE

#DFA5EE
(223,165,238)
#E1ADEF
(225,173,239)
#E3B5F0
(227,181,240)
#E5BDF1
(229,189,241)
#E7C5F2
(231,197,242)
#E9CDF3
(233,205,243)
#EBD5F4
(235,213,244)
#EDDDF5
(237,221,245)
#EFE5F6
(239,229,246)
#F1EDF7
(241,237,247)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFA5EE color. Also use rgb(223,165,238) instead hex code.

Text Font Color

.myTextColor { color: #DFA5EE; }

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

This text font color is #DFA5EE.

Background Color

.myBgColor { background-color: #DFA5EE; }

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

This div background color is #DFA5EE.

Border color

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

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

This div border color is #DFA5EE.

Opacity

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

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

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

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

This text has shadow with #DFA5EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFA5EE.

Preview

Color preview on black background

This text has color #DFA5EE on black background.


Color preview on white background

This text has color #DFA5EE on white background.


Black color preview on #DFA5EE background

This text has black color on #DFA5EE background.


White color preview on #DFA5EE background

This text has white color on #DFA5EE background.


Related colors

Complementary color

Complementary color for #hex is #205A11.


I love getcolorcode.com

Triadic colors

1 #EEDFA5 and #A5EEDF with #DFA5EE are triadic colors.

2 #EEA5DF and #A5DFEE with #DFA5EE are triadic colors.