COLOR #DFBDD6

HEX: #DFBDD6 RGB: (223,189,214)

Color info

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

RGB color model

#DFBDD6 color RGB value is (223,189,214).

RGB: (223,189,214) (87%, 74%, 84%)

RGB channels and saturation

R 223 of 255 = 87%
G 189 of 255 = 74%
B 214 of 255 = 84%

223
189
214

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

Portions of RGB colors in percentages

R + G + B = 223 + 189 + 214 = 626 (100%)
R 223 of 626 ~ 35.62%
G 189 of 626 ~ 30.19%
B 214 of 626 ~ 34.19'%

%35.62
%30.19
%34.19

CMYK color model

#DFBDD6 color CMYK value is (0,15,4,13).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 4.04%
  • key color value is 12.55%

CMYK: (0,15,4,13)
C0M15Y4K13 (0%, 15%, 4%, 13%)
(0.00 / 0.15 / 0.04 / 0.13)

CMYK percentages

%0
%15.25
%4.04
%12.55

Codes

Color #DFBDD6 in popluar color models

DF BD D6
RGB 223 189 214
HSL 316° 34.69% 80.78%
HSB/HSV 316° 15.25% 87.45%
CMYK 0.00% 15.25% 4.04%
12.55%

Color #DFBDD6 in popluar number systems.

HEX DF BD D6
Decimal 223 189 214
Binary 11011111 10111101 11010110
Octal 337 275 326

Shades and tints

Shades of #DFBDD6

#DFBDD6
(223,189,214)
#CBACC3
(203,172,195)
#B79BB0
(183,155,176)
#A38A9D
(163,138,157)
#8F798A
(143,121,138)
#7B6877
(123,104,119)
#675764
(103,87,100)
#534651
(83,70,81)
#3F353E
(63,53,62)
#2B242B
(43,36,43)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #DFBDD6

#DFBDD6
(223,189,214)
#E1C3D9
(225,195,217)
#E3C9DC
(227,201,220)
#E5CFDF
(229,207,223)
#E7D5E2
(231,213,226)
#E9DBE5
(233,219,229)
#EBE1E8
(235,225,232)
#EDE7EB
(237,231,235)
#EFEDEE
(239,237,238)
#F1F3F1
(241,243,241)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBDD6 color. Also use rgb(223,189,214) instead hex code.

Text Font Color

.myTextColor { color: #DFBDD6; }

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

This text font color is #DFBDD6.

Background Color

.myBgColor { background-color: #DFBDD6; }

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

This div background color is #DFBDD6.

Border color

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

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

This div border color is #DFBDD6.

Opacity

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

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

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

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

This text has shadow with #DFBDD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBDD6.

Preview

Color preview on black background

This text has color #DFBDD6 on black background.


Color preview on white background

This text has color #DFBDD6 on white background.


Black color preview on #DFBDD6 background

This text has black color on #DFBDD6 background.


White color preview on #DFBDD6 background

This text has white color on #DFBDD6 background.


Related colors

Complementary color

Complementary color for #hex is #204229.


I love getcolorcode.com

Triadic colors

1 #D6DFBD and #BDD6DF with #DFBDD6 are triadic colors.

2 #D6BDDF and #BDDFD6 with #DFBDD6 are triadic colors.