COLOR #DFB4DC

HEX: #DFB4DC RGB: (223,180,220)

Color info

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

RGB color model

#DFB4DC color RGB value is (223,180,220).

RGB: (223,180,220) (87%, 71%, 86%)

RGB channels and saturation

R 223 of 255 = 87%
G 180 of 255 = 71%
B 220 of 255 = 86%

223
180
220

R + G + B ~ 81%. #DFB4DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 180 + 220 = 623 (100%)
R 223 of 623 ~ 35.79%
G 180 of 623 ~ 28.89%
B 220 of 623 ~ 35.31'%

%35.79
%28.89
%35.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.28%
  • yellow value is 1.35%
  • 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
%1.35
%12.55

Codes

Color #DFB4DC in popluar color models

DF B4 DC
RGB 223 180 220
HSL 304° 40.19% 79.02%
HSB/HSV 304° 19.28% 87.45%
CMYK 0.00% 19.28% 1.35%
12.55%

Color #DFB4DC in popluar number systems.

HEX DF B4 DC
Decimal 223 180 220
Binary 11011111 10110100 11011100
Octal 337 264 334

Shades and tints

Shades of #DFB4DC

#DFB4DC
(223,180,220)
#CBA4C8
(203,164,200)
#B794B4
(183,148,180)
#A384A0
(163,132,160)
#8F748C
(143,116,140)
#7B6478
(123,100,120)
#675464
(103,84,100)
#534450
(83,68,80)
#3F343C
(63,52,60)
#2B2428
(43,36,40)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #DFB4DC

#DFB4DC
(223,180,220)
#E1BADF
(225,186,223)
#E3C0E2
(227,192,226)
#E5C6E5
(229,198,229)
#E7CCE8
(231,204,232)
#E9D2EB
(233,210,235)
#EBD8EE
(235,216,238)
#EDDEF1
(237,222,241)
#EFE4F4
(239,228,244)
#F1EAF7
(241,234,247)
#F3F0FA
(243,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB4DC; }

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

This text font color is #DFB4DC.

Background Color

.myBgColor { background-color: #DFB4DC; }

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

This div background color is #DFB4DC.

Border color

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

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

This div border color is #DFB4DC.

Opacity

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

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

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

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

This text has shadow with #DFB4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB4DC.

Preview

Color preview on black background

This text has color #DFB4DC on black background.


Color preview on white background

This text has color #DFB4DC on white background.


Black color preview on #DFB4DC background

This text has black color on #DFB4DC background.


White color preview on #DFB4DC background

This text has white color on #DFB4DC background.


Related colors

Complementary color

Complementary color for #hex is #204B23.


I love getcolorcode.com

Triadic colors

1 #DCDFB4 and #B4DCDF with #DFB4DC are triadic colors.

2 #DCB4DF and #B4DFDC with #DFB4DC are triadic colors.