COLOR #DFBAD8

HEX: #DFBAD8 RGB: (223,186,216)

Color info

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

RGB color model

#DFBAD8 color RGB value is (223,186,216).

RGB: (223,186,216) (87%, 73%, 85%)

RGB channels and saturation

R 223 of 255 = 87%
G 186 of 255 = 73%
B 216 of 255 = 85%

223
186
216

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

Portions of RGB colors in percentages

R + G + B = 223 + 186 + 216 = 625 (100%)
R 223 of 625 ~ 35.68%
G 186 of 625 ~ 29.76%
B 216 of 625 ~ 34.56'%

%35.68
%29.76
%34.56

CMYK color model

#DFBAD8 color CMYK value is (0,17,3,13).

  • cyan value is 0.00%
  • magenta value is 16.59%
  • yellow value is 3.14%
  • key color value is 12.55%
CMYK: (0,17,3,13) C0M17Y3K13 (0%,17%,3%,13%) (0.00/0.17/0.03/0.13) 

CMYK percentages

%0
%16.59
%3.14
%12.55

Codes

Color #DFBAD8 in popluar color models

DF BA D8
RGB 223 186 216
HSL 311° 36.63% 80.20%
HSB/HSV 311° 16.59% 87.45%
CMYK 0.00% 16.59% 3.14%
12.55%

Color #DFBAD8 in popluar number systems.

HEX DF BA D8
Decimal 223 186 216
Binary 11011111 10111010 11011000
Octal 337 272 330

Shades and tints

Shades of #DFBAD8

#DFBAD8
(223,186,216)
#CBAAC5
(203,170,197)
#B79AB2
(183,154,178)
#A38A9F
(163,138,159)
#8F7A8C
(143,122,140)
#7B6A79
(123,106,121)
#675A66
(103,90,102)
#534A53
(83,74,83)
#3F3A40
(63,58,64)
#2B2A2D
(43,42,45)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #DFBAD8

#DFBAD8
(223,186,216)
#E1C0DB
(225,192,219)
#E3C6DE
(227,198,222)
#E5CCE1
(229,204,225)
#E7D2E4
(231,210,228)
#E9D8E7
(233,216,231)
#EBDEEA
(235,222,234)
#EDE4ED
(237,228,237)
#EFEAF0
(239,234,240)
#F1F0F3
(241,240,243)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBAD8; }

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

This text font color is #DFBAD8.

Background Color

.myBgColor { background-color: #DFBAD8; }

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

This div background color is #DFBAD8.

Border color

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

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

This div border color is #DFBAD8.

Opacity

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

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

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

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

This text has shadow with #DFBAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBAD8.

Preview

Color preview on black background

This text has color #DFBAD8 on black background.


Color preview on white background

This text has color #DFBAD8 on white background.


Black color preview on #DFBAD8 background

This text has black color on #DFBAD8 background.


White color preview on #DFBAD8 background

This text has white color on #DFBAD8 background.


Related colors

Complementary color

Complementary color for #hex is #204527.


I love getcolorcode.com

Triadic colors

1 #D8DFBA and #BAD8DF with #DFBAD8 are triadic colors.

2 #D8BADF and #BADFD8 with #DFBAD8 are triadic colors.