COLOR #DFB4DD

HEX: #DFB4DD RGB: (223,180,221)

Color info

#DFB4DD contains red, green and blue colors in about the same proportion. Web safe color of #DFB4DD is #CCCCCC (or #CCC).

RGB color model

#DFB4DD color RGB value is (223,180,221).

RGB: (223,180,221) (87%, 71%, 87%)

RGB channels and saturation

R 223 of 255 = 87%
G 180 of 255 = 71%
B 221 of 255 = 87%

223
180
221

R + G + B ~ 82%. #DFB4DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 180 + 221 = 624 (100%)
R 223 of 624 ~ 35.74%
G 180 of 624 ~ 28.85%
B 221 of 624 ~ 35.42'%

%35.74
%28.85
%35.42

CMYK color model

#DFB4DD color CMYK value is (0,19,1,13).

  • cyan value is 0.00%
  • magenta value is 19.28%
  • yellow value is 0.90%
  • key color value is 12.55%

CMYK: (0,19,1,13)
C0M19Y1K13 (0%, 19%, 1%, 13%)
(0.00 / 0.19 / 0.01 / 0.13)

CMYK percentages

%0
%19.28
%0.9
%12.55

Codes

Color #DFB4DD in popluar color models

DF B4 DD
RGB 223 180 221
HSL 303° 40.19% 79.02%
HSB/HSV 303° 19.28% 87.45%
CMYK 0.00% 19.28% 0.90%
12.55%

Color #DFB4DD in popluar number systems.

HEX DF B4 DD
Decimal 223 180 221
Binary 11011111 10110100 11011101
Octal 337 264 335

Shades and tints

Shades of #DFB4DD

#DFB4DD
(223,180,221)
#CBA4C9
(203,164,201)
#B794B5
(183,148,181)
#A384A1
(163,132,161)
#8F748D
(143,116,141)
#7B6479
(123,100,121)
#675465
(103,84,101)
#534451
(83,68,81)
#3F343D
(63,52,61)
#2B2429
(43,36,41)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #DFB4DD

#DFB4DD
(223,180,221)
#E1BAE0
(225,186,224)
#E3C0E3
(227,192,227)
#E5C6E6
(229,198,230)
#E7CCE9
(231,204,233)
#E9D2EC
(233,210,236)
#EBD8EF
(235,216,239)
#EDDEF2
(237,222,242)
#EFE4F5
(239,228,245)
#F1EAF8
(241,234,248)
#F3F0FB
(243,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB4DD; }

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

This text font color is #DFB4DD.

Background Color

.myBgColor { background-color: #DFB4DD; }

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

This div background color is #DFB4DD.

Border color

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

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

This div border color is #DFB4DD.

Opacity

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

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

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

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

This text has shadow with #DFB4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB4DD.

Preview

Color preview on black background

This text has color #DFB4DD on black background.


Color preview on white background

This text has color #DFB4DD on white background.


Black color preview on #DFB4DD background

This text has black color on #DFB4DD background.


White color preview on #DFB4DD background

This text has white color on #DFB4DD background.


Related colors

Complementary color

Complementary color for #hex is #204B22.


I love getcolorcode.com

Triadic colors

1 #DDDFB4 and #B4DDDF with #DFB4DD are triadic colors.

2 #DDB4DF and #B4DFDD with #DFB4DD are triadic colors.