COLOR #DFBDD8

HEX: #DFBDD8 RGB: (223,189,216)

Color info

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

RGB color model

#DFBDD8 color RGB value is (223,189,216).

RGB: (223,189,216) (87%, 74%, 85%)

RGB channels and saturation

R 223 of 255 = 87%
G 189 of 255 = 74%
B 216 of 255 = 85%

223
189
216

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

Portions of RGB colors in percentages

R + G + B = 223 + 189 + 216 = 628 (100%)
R 223 of 628 ~ 35.51%
G 189 of 628 ~ 30.1%
B 216 of 628 ~ 34.39'%

%35.51
%30.1
%34.39

CMYK color model

#DFBDD8 color CMYK value is (0,15,3,13).

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

CMYK: (0,15,3,13)
C0M15Y3K13 (0%, 15%, 3%, 13%)
(0.00 / 0.15 / 0.03 / 0.13)

CMYK percentages

%0
%15.25
%3.14
%12.55

Codes

Color #DFBDD8 in popluar color models

DF BD D8
RGB 223 189 216
HSL 312° 34.69% 80.78%
HSB/HSV 312° 15.25% 87.45%
CMYK 0.00% 15.25% 3.14%
12.55%

Color #DFBDD8 in popluar number systems.

HEX DF BD D8
Decimal 223 189 216
Binary 11011111 10111101 11011000
Octal 337 275 330

Shades and tints

Shades of #DFBDD8

#DFBDD8
(223,189,216)
#CBACC5
(203,172,197)
#B79BB2
(183,155,178)
#A38A9F
(163,138,159)
#8F798C
(143,121,140)
#7B6879
(123,104,121)
#675766
(103,87,102)
#534653
(83,70,83)
#3F3540
(63,53,64)
#2B242D
(43,36,45)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #DFBDD8

#DFBDD8
(223,189,216)
#E1C3DB
(225,195,219)
#E3C9DE
(227,201,222)
#E5CFE1
(229,207,225)
#E7D5E4
(231,213,228)
#E9DBE7
(233,219,231)
#EBE1EA
(235,225,234)
#EDE7ED
(237,231,237)
#EFEDF0
(239,237,240)
#F1F3F3
(241,243,243)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBDD8; }

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

This text font color is #DFBDD8.

Background Color

.myBgColor { background-color: #DFBDD8; }

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

This div background color is #DFBDD8.

Border color

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

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

This div border color is #DFBDD8.

Opacity

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

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

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

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

This text has shadow with #DFBDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBDD8.

Preview

Color preview on black background

This text has color #DFBDD8 on black background.


Color preview on white background

This text has color #DFBDD8 on white background.


Black color preview on #DFBDD8 background

This text has black color on #DFBDD8 background.


White color preview on #DFBDD8 background

This text has white color on #DFBDD8 background.


Related colors

Complementary color

Complementary color for #hex is #204227.


I love getcolorcode.com

Triadic colors

1 #D8DFBD and #BDD8DF with #DFBDD8 are triadic colors.

2 #D8BDDF and #BDDFD8 with #DFBDD8 are triadic colors.