COLOR #DFAADD

HEX: #DFAADD
RGB: (223,170,221)

Color info

#DFAADD contains red, green and blue colors in about the same proportion. Web safe color of #DFAADD is #CC99CC (or #C9C).

RGB color model

#DFAADD color RGB value is (223,170,221).

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

RGB channels and saturation

R 223 of 255 = 87%
G 170 of 255 = 67%
B 221 of 255 = 87%

223
170
221

R + G + B ~ 80%. #DFAADD is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 170 + 221 = 614 (100%)
R 223 of 614 ~ 36.32%
G 170 of 614 ~ 27.69%
B 221 of 614 ~ 35.99%

%36.32
%27.69
%35.99

CMYK color model

#DFAADD color CMYK value is (0,24,1,13).

  • cyan value is 0.00%
  • magenta value is 23.77%
  • yellow value is 0.90%
  • key color value is 12.55%
CMYK:
(0,24,1,13)
C0M24Y1K13 
(0%,24%,1%,13%)
(0.00/0.24/0.01/0.13)	

CMYK percentages

%0
%23.77
%0.9
%12.55

Codes

Color #DFAADD in popluar color models

DFAADD
RGB223170221
HSL302°45.30%77.06%
HSB/HSV302°23.77%87.45%
CMYK0.00%23.77%0.90%
12.55%

Color #DFAADD in popluar number systems.

HEXDFAADD
Decimal223170221
Binary110111111010101011011101
Octal337252335

Shades and tints

Shades of #DFAADD

#DFAADD
(223,170,221)
#CB9BC9
(203,155,201)
#B78CB5
(183,140,181)
#A37DA1
(163,125,161)
#8F6E8D
(143,110,141)
#7B5F79
(123,95,121)
#675065
(103,80,101)
#534151
(83,65,81)
#3F323D
(63,50,61)
#2B2329
(43,35,41)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #DFAADD

#DFAADD
(223,170,221)
#E1B1E0
(225,177,224)
#E3B8E3
(227,184,227)
#E5BFE6
(229,191,230)
#E7C6E9
(231,198,233)
#E9CDEC
(233,205,236)
#EBD4EF
(235,212,239)
#EDDBF2
(237,219,242)
#EFE2F5
(239,226,245)
#F1E9F8
(241,233,248)
#F3F0FB
(243,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFAADD; }

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

This text font color is #DFAADD.


Background Color

.myBgColor { background-color: #DFAADD; }

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

This div background color is #DFAADD.


Border color

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

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

This div border color is #DFAADD.


Opacity

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

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

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

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

This text has shadow with #DFAADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAADD on black background.


Color preview on white background

This text has color #DFAADD on white background.



Black color preview on #DFAADD background

This text has black color on #DFAADD background.


White color preview on #DFAADD background

This text has white color on #DFAADD background.