COLOR #DFAAEF

HEX: #DFAAEF
RGB: (223,170,239)

Color info

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

RGB color model

#DFAAEF color RGB value is (223,170,239).

  • red value is 223;
  • green value is 170;
  • blue value is 239.
RGB:
(223,170,239)
(87%,67%,94%)

RGB channels and saturation

R 223 of 255 = 87%
G 170 of 255 = 67%
B 239 of 255 = 94%

223
170
239

R + G + B ~ 83%. #DFAAEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 170 + 239 = 632 (100%)
R 223 of 632 ~ 35.28%
G 170 of 632 ~ 26.9%
B 239 of 632 ~ 37.82%

%35.28
%26.9
%37.82

CMYK color model

#DFAAEF color CMYK value is (7,29,0,6).

  • cyan value is 6.69%
  • magenta value is 28.87%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(7,29,0,6)
C7M29Y0K6 
(7%,29%,0%,6%)
(0.07/0.29/0.00/0.06)	

CMYK percentages

%6.69
%28.87
%0
%6.27

Codes

Color #DFAAEF in popluar color models

DFAAEF
RGB223170239
HSL286°68.32%80.20%
HSB/HSV286°28.87%93.73%
CMYK6.69%28.87%0.00%
6.27%

Color #DFAAEF in popluar number systems.

HEXDFAAEF
Decimal223170239
Binary110111111010101011101111
Octal337252357

Shades and tints

Shades of #DFAAEF

#DFAAEF
(223,170,239)
#CB9BDA
(203,155,218)
#B78CC5
(183,140,197)
#A37DB0
(163,125,176)
#8F6E9B
(143,110,155)
#7B5F86
(123,95,134)
#675071
(103,80,113)
#53415C
(83,65,92)
#3F3247
(63,50,71)
#2B2332
(43,35,50)
#17141D
(23,20,29)
#000000
(0,0,0)

Tints of #DFAAEF

#DFAAEF
(223,170,239)
#E1B1F0
(225,177,240)
#E3B8F1
(227,184,241)
#E5BFF2
(229,191,242)
#E7C6F3
(231,198,243)
#E9CDF4
(233,205,244)
#EBD4F5
(235,212,245)
#EDDBF6
(237,219,246)
#EFE2F7
(239,226,247)
#F1E9F8
(241,233,248)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFAAEF color. Also use rgb(223,170,239) instead hex code.

Text Font Color

.myTextColor { color: #DFAAEF; }

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

This text font color is #DFAAEF.


Background Color

.myBgColor { background-color: #DFAAEF; }

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

This div background color is #DFAAEF.


Border color

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

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

This div border color is #DFAAEF.


Opacity

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

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

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

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

This text has shadow with #DFAAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAAEF on black background.


Color preview on white background

This text has color #DFAAEF on white background.



Black color preview on #DFAAEF background

This text has black color on #DFAAEF background.


White color preview on #DFAAEF background

This text has white color on #DFAAEF background.