COLOR #DFAFF0

HEX: #DFAFF0
RGB: (223,175,240)

Color info

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

RGB color model

#DFAFF0 color RGB value is (223,175,240).

  • red value is 223;
  • green value is 175;
  • blue value is 240.
RGB:
(223,175,240)
(87%,69%,94%)

RGB channels and saturation

R 223 of 255 = 87%
G 175 of 255 = 69%
B 240 of 255 = 94%

223
175
240

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

Portions of RGB colors in percentages

R + G + B =
223 + 175 + 240 = 638 (100%)
R 223 of 638 ~ 34.95%
G 175 of 638 ~ 27.43%
B 240 of 638 ~ 37.62%

%34.95
%27.43
%37.62

CMYK color model

#DFAFF0 color CMYK value is (7,27,0,6).

  • cyan value is 7.08%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(7,27,0,6)
C7M27Y0K6 
(7%,27%,0%,6%)
(0.07/0.27/0.00/0.06)	

CMYK percentages

%7.08
%27.08
%0
%5.88

Codes

Color #DFAFF0 in popluar color models

DFAFF0
RGB223175240
HSL284°68.42%81.37%
HSB/HSV284°27.08%94.12%
CMYK7.08%27.08%0.00%
5.88%

Color #DFAFF0 in popluar number systems.

HEXDFAFF0
Decimal223175240
Binary110111111010111111110000
Octal337257360

Shades and tints

Shades of #DFAFF0

#DFAFF0
(223,175,240)
#CBA0DB
(203,160,219)
#B791C6
(183,145,198)
#A382B1
(163,130,177)
#8F739C
(143,115,156)
#7B6487
(123,100,135)
#675572
(103,85,114)
#53465D
(83,70,93)
#3F3748
(63,55,72)
#2B2833
(43,40,51)
#17191E
(23,25,30)
#000000
(0,0,0)

Tints of #DFAFF0

#DFAFF0
(223,175,240)
#E1B6F1
(225,182,241)
#E3BDF2
(227,189,242)
#E5C4F3
(229,196,243)
#E7CBF4
(231,203,244)
#E9D2F5
(233,210,245)
#EBD9F6
(235,217,246)
#EDE0F7
(237,224,247)
#EFE7F8
(239,231,248)
#F1EEF9
(241,238,249)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFAFF0 color. Also use rgb(223,175,240) instead hex code.

Text Font Color

.myTextColor { color: #DFAFF0; }

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

This text font color is #DFAFF0.


Background Color

.myBgColor { background-color: #DFAFF0; }

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

This div background color is #DFAFF0.


Border color

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

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

This div border color is #DFAFF0.


Opacity

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

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

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

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

This text has shadow with #DFAFF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAFF0 on black background.


Color preview on white background

This text has color #DFAFF0 on white background.



Black color preview on #DFAFF0 background

This text has black color on #DFAFF0 background.


White color preview on #DFAFF0 background

This text has white color on #DFAFF0 background.