COLOR #DFBED6

HEX: #DFBED6 RGB: (223,190,214)

Color info

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

RGB color model

#DFBED6 color RGB value is (223,190,214).

RGB: (223,190,214) (87%, 75%, 84%)

RGB channels and saturation

R 223 of 255 = 87%
G 190 of 255 = 75%
B 214 of 255 = 84%

223
190
214

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

Portions of RGB colors in percentages

R + G + B = 223 + 190 + 214 = 627 (100%)
R 223 of 627 ~ 35.57%
G 190 of 627 ~ 30.3%
B 214 of 627 ~ 34.13'%

%35.57
%30.3
%34.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.80%
  • 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
%14.8
%4.04
%12.55

Codes

Color #DFBED6 in popluar color models

DF BE D6
RGB 223 190 214
HSL 316° 34.02% 80.98%
HSB/HSV 316° 14.80% 87.45%
CMYK 0.00% 14.80% 4.04%
12.55%

Color #DFBED6 in popluar number systems.

HEX DF BE D6
Decimal 223 190 214
Binary 11011111 10111110 11010110
Octal 337 276 326

Shades and tints

Shades of #DFBED6

#DFBED6
(223,190,214)
#CBADC3
(203,173,195)
#B79CB0
(183,156,176)
#A38B9D
(163,139,157)
#8F7A8A
(143,122,138)
#7B6977
(123,105,119)
#675864
(103,88,100)
#534751
(83,71,81)
#3F363E
(63,54,62)
#2B252B
(43,37,43)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #DFBED6

#DFBED6
(223,190,214)
#E1C3D9
(225,195,217)
#E3C8DC
(227,200,220)
#E5CDDF
(229,205,223)
#E7D2E2
(231,210,226)
#E9D7E5
(233,215,229)
#EBDCE8
(235,220,232)
#EDE1EB
(237,225,235)
#EFE6EE
(239,230,238)
#F1EBF1
(241,235,241)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBED6; }

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

This text font color is #DFBED6.

Background Color

.myBgColor { background-color: #DFBED6; }

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

This div background color is #DFBED6.

Border color

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

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

This div border color is #DFBED6.

Opacity

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

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

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

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

This text has shadow with #DFBED6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBED6.

Preview

Color preview on black background

This text has color #DFBED6 on black background.


Color preview on white background

This text has color #DFBED6 on white background.


Black color preview on #DFBED6 background

This text has black color on #DFBED6 background.


White color preview on #DFBED6 background

This text has white color on #DFBED6 background.


Related colors

Complementary color

Complementary color for #hex is #204129.


I love getcolorcode.com

Triadic colors

1 #D6DFBE and #BED6DF with #DFBED6 are triadic colors.

2 #D6BEDF and #BEDFD6 with #DFBED6 are triadic colors.