COLOR #DFADDB

HEX: #DFADDB RGB: (223,173,219)

Color info

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

RGB color model

#DFADDB color RGB value is (223,173,219).

RGB: (223,173,219) (87%, 68%, 86%)

RGB channels and saturation

R 223 of 255 = 87%
G 173 of 255 = 68%
B 219 of 255 = 86%

223
173
219

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

Portions of RGB colors in percentages

R + G + B = 223 + 173 + 219 = 615 (100%)
R 223 of 615 ~ 36.26%
G 173 of 615 ~ 28.13%
B 219 of 615 ~ 35.61'%

%36.26
%28.13
%35.61

CMYK color model

#DFADDB color CMYK value is (0,22,2,13).

  • cyan value is 0.00%
  • magenta value is 22.42%
  • yellow value is 1.79%
  • key color value is 12.55%

CMYK: (0,22,2,13)
C0M22Y2K13 (0%, 22%, 2%, 13%)
(0.00 / 0.22 / 0.02 / 0.13)

CMYK percentages

%0
%22.42
%1.79
%12.55

Codes

Color #DFADDB in popluar color models

DF AD DB
RGB 223 173 219
HSL 305° 43.86% 77.65%
HSB/HSV 305° 22.42% 87.45%
CMYK 0.00% 22.42% 1.79%
12.55%

Color #DFADDB in popluar number systems.

HEX DF AD DB
Decimal 223 173 219
Binary 11011111 10101101 11011011
Octal 337 255 333

Shades and tints

Shades of #DFADDB

#DFADDB
(223,173,219)
#CB9EC8
(203,158,200)
#B78FB5
(183,143,181)
#A380A2
(163,128,162)
#8F718F
(143,113,143)
#7B627C
(123,98,124)
#675369
(103,83,105)
#534456
(83,68,86)
#3F3543
(63,53,67)
#2B2630
(43,38,48)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #DFADDB

#DFADDB
(223,173,219)
#E1B4DE
(225,180,222)
#E3BBE1
(227,187,225)
#E5C2E4
(229,194,228)
#E7C9E7
(231,201,231)
#E9D0EA
(233,208,234)
#EBD7ED
(235,215,237)
#EDDEF0
(237,222,240)
#EFE5F3
(239,229,243)
#F1ECF6
(241,236,246)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFADDB color. Also use rgb(223,173,219) instead hex code.

Text Font Color

.myTextColor { color: #DFADDB; }

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

This text font color is #DFADDB.

Background Color

.myBgColor { background-color: #DFADDB; }

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

This div background color is #DFADDB.

Border color

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

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

This div border color is #DFADDB.

Opacity

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

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

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

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

This text has shadow with #DFADDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFADDB.

Preview

Color preview on black background

This text has color #DFADDB on black background.


Color preview on white background

This text has color #DFADDB on white background.


Black color preview on #DFADDB background

This text has black color on #DFADDB background.


White color preview on #DFADDB background

This text has white color on #DFADDB background.


Related colors

Complementary color

Complementary color for #hex is #205224.


I love getcolorcode.com

Triadic colors

1 #DBDFAD and #ADDBDF with #DFADDB are triadic colors.

2 #DBADDF and #ADDFDB with #DFADDB are triadic colors.