COLOR #DFABDA

HEX: #DFABDA RGB: (223,171,218)

Color info

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

RGB color model

#DFABDA color RGB value is (223,171,218).

RGB: (223,171,218) (87%, 67%, 85%)

RGB channels and saturation

R 223 of 255 = 87%
G 171 of 255 = 67%
B 218 of 255 = 85%

223
171
218

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

Portions of RGB colors in percentages

R + G + B = 223 + 171 + 218 = 612 (100%)
R 223 of 612 ~ 36.44%
G 171 of 612 ~ 27.94%
B 218 of 612 ~ 35.62'%

%36.44
%27.94
%35.62

CMYK color model

#DFABDA color CMYK value is (0,23,2,13).

  • cyan value is 0.00%
  • magenta value is 23.32%
  • yellow value is 2.24%
  • key color value is 12.55%

CMYK: (0,23,2,13)
C0M23Y2K13 (0%, 23%, 2%, 13%)
(0.00 / 0.23 / 0.02 / 0.13)

CMYK percentages

%0
%23.32
%2.24
%12.55

Codes

Color #DFABDA in popluar color models

DF AB DA
RGB 223 171 218
HSL 306° 44.83% 77.25%
HSB/HSV 306° 23.32% 87.45%
CMYK 0.00% 23.32% 2.24%
12.55%

Color #DFABDA in popluar number systems.

HEX DF AB DA
Decimal 223 171 218
Binary 11011111 10101011 11011010
Octal 337 253 332

Shades and tints

Shades of #DFABDA

#DFABDA
(223,171,218)
#CB9CC7
(203,156,199)
#B78DB4
(183,141,180)
#A37EA1
(163,126,161)
#8F6F8E
(143,111,142)
#7B607B
(123,96,123)
#675168
(103,81,104)
#534255
(83,66,85)
#3F3342
(63,51,66)
#2B242F
(43,36,47)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #DFABDA

#DFABDA
(223,171,218)
#E1B2DD
(225,178,221)
#E3B9E0
(227,185,224)
#E5C0E3
(229,192,227)
#E7C7E6
(231,199,230)
#E9CEE9
(233,206,233)
#EBD5EC
(235,213,236)
#EDDCEF
(237,220,239)
#EFE3F2
(239,227,242)
#F1EAF5
(241,234,245)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFABDA color. Also use rgb(223,171,218) instead hex code.

Text Font Color

.myTextColor { color: #DFABDA; }

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

This text font color is #DFABDA.

Background Color

.myBgColor { background-color: #DFABDA; }

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

This div background color is #DFABDA.

Border color

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

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

This div border color is #DFABDA.

Opacity

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

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

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

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

This text has shadow with #DFABDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFABDA.

Preview

Color preview on black background

This text has color #DFABDA on black background.


Color preview on white background

This text has color #DFABDA on white background.


Black color preview on #DFABDA background

This text has black color on #DFABDA background.


White color preview on #DFABDA background

This text has white color on #DFABDA background.


Related colors

Complementary color

Complementary color for #hex is #205425.


I love getcolorcode.com

Triadic colors

1 #DADFAB and #ABDADF with #DFABDA are triadic colors.

2 #DAABDF and #ABDFDA with #DFABDA are triadic colors.