COLOR #DFBFDD

HEX: #DFBFDD RGB: (223,191,221)

Color info

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

RGB color model

#DFBFDD color RGB value is (223,191,221).

RGB: (223,191,221) (87%, 75%, 87%)

RGB channels and saturation

R 223 of 255 = 87%
G 191 of 255 = 75%
B 221 of 255 = 87%

223
191
221

R + G + B ~ 83%. #DFBFDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 191 + 221 = 635 (100%)
R 223 of 635 ~ 35.12%
G 191 of 635 ~ 30.08%
B 221 of 635 ~ 34.8'%

%35.12
%30.08
%34.8

CMYK color model

#DFBFDD color CMYK value is (0,14,1,13).

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

CMYK: (0,14,1,13)
C0M14Y1K13 (0%, 14%, 1%, 13%)
(0.00 / 0.14 / 0.01 / 0.13)

CMYK percentages

%0
%14.35
%0.9
%12.55

Codes

Color #DFBFDD in popluar color models

DF BF DD
RGB 223 191 221
HSL 304° 33.33% 81.18%
HSB/HSV 304° 14.35% 87.45%
CMYK 0.00% 14.35% 0.90%
12.55%

Color #DFBFDD in popluar number systems.

HEX DF BF DD
Decimal 223 191 221
Binary 11011111 10111111 11011101
Octal 337 277 335

Shades and tints

Shades of #DFBFDD

#DFBFDD
(223,191,221)
#CBAEC9
(203,174,201)
#B79DB5
(183,157,181)
#A38CA1
(163,140,161)
#8F7B8D
(143,123,141)
#7B6A79
(123,106,121)
#675965
(103,89,101)
#534851
(83,72,81)
#3F373D
(63,55,61)
#2B2629
(43,38,41)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #DFBFDD

#DFBFDD
(223,191,221)
#E1C4E0
(225,196,224)
#E3C9E3
(227,201,227)
#E5CEE6
(229,206,230)
#E7D3E9
(231,211,233)
#E9D8EC
(233,216,236)
#EBDDEF
(235,221,239)
#EDE2F2
(237,226,242)
#EFE7F5
(239,231,245)
#F1ECF8
(241,236,248)
#F3F1FB
(243,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBFDD; }

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

This text font color is #DFBFDD.

Background Color

.myBgColor { background-color: #DFBFDD; }

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

This div background color is #DFBFDD.

Border color

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

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

This div border color is #DFBFDD.

Opacity

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

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

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

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

This text has shadow with #DFBFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBFDD.

Preview

Color preview on black background

This text has color #DFBFDD on black background.


Color preview on white background

This text has color #DFBFDD on white background.


Black color preview on #DFBFDD background

This text has black color on #DFBFDD background.


White color preview on #DFBFDD background

This text has white color on #DFBFDD background.


Related colors

Complementary color

Complementary color for #hex is #204022.


I love getcolorcode.com

Triadic colors

1 #DDDFBF and #BFDDDF with #DFBFDD are triadic colors.

2 #DDBFDF and #BFDFDD with #DFBFDD are triadic colors.