COLOR #DFBDD5

HEX: #DFBDD5
RGB: (223,189,213)

Color info

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

RGB color model

#DFBDD5 color RGB value is (223,189,213).

  • red value is 223;
  • green value is 189;
  • blue value is 213.
RGB:
(223,189,213)
(87%,74%,84%)

RGB channels and saturation

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

223
189
213

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

Portions of RGB colors in percentages

R + G + B =
223 + 189 + 213 = 625 (100%)
R 223 of 625 ~ 35.68%
G 189 of 625 ~ 30.24%
B 213 of 625 ~ 34.08%

%35.68
%30.24
%34.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 4.48%
  • 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.48
%12.55

Codes

Color #DFBDD5 in popluar color models

DFBDD5
RGB223189213
HSL318°34.69%80.78%
HSB/HSV318°15.25%87.45%
CMYK0.00%15.25%4.48%
12.55%

Color #DFBDD5 in popluar number systems.

HEXDFBDD5
Decimal223189213
Binary110111111011110111010101
Octal337275325

Shades and tints

Shades of #DFBDD5

#DFBDD5
(223,189,213)
#CBACC2
(203,172,194)
#B79BAF
(183,155,175)
#A38A9C
(163,138,156)
#8F7989
(143,121,137)
#7B6876
(123,104,118)
#675763
(103,87,99)
#534650
(83,70,80)
#3F353D
(63,53,61)
#2B242A
(43,36,42)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #DFBDD5

#DFBDD5
(223,189,213)
#E1C3D8
(225,195,216)
#E3C9DB
(227,201,219)
#E5CFDE
(229,207,222)
#E7D5E1
(231,213,225)
#E9DBE4
(233,219,228)
#EBE1E7
(235,225,231)
#EDE7EA
(237,231,234)
#EFEDED
(239,237,237)
#F1F3F0
(241,243,240)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBDD5; }

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

This text font color is #DFBDD5.


Background Color

.myBgColor { background-color: #DFBDD5; }

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

This div background color is #DFBDD5.


Border color

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

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

This div border color is #DFBDD5.


Opacity

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

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

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

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

This text has shadow with #DFBDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBDD5 on black background.


Color preview on white background

This text has color #DFBDD5 on white background.



Black color preview on #DFBDD5 background

This text has black color on #DFBDD5 background.


White color preview on #DFBDD5 background

This text has white color on #DFBDD5 background.