COLOR #DFB5CC

HEX: #DFB5CC RGB: (223,181,204)

Color info

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

RGB color model

#DFB5CC color RGB value is (223,181,204).

RGB: (223,181,204) (87%, 71%, 80%)

RGB channels and saturation

R 223 of 255 = 87%
G 181 of 255 = 71%
B 204 of 255 = 80%

223
181
204

R + G + B ~ 79%. #DFB5CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 181 + 204 = 608 (100%)
R 223 of 608 ~ 36.68%
G 181 of 608 ~ 29.77%
B 204 of 608 ~ 33.55'%

%36.68
%29.77
%33.55

CMYK color model

#DFB5CC color CMYK value is (0,19,9,13).

  • cyan value is 0.00%
  • magenta value is 18.83%
  • yellow value is 8.52%
  • key color value is 12.55%
CMYK: (0,19,9,13) C0M19Y9K13 (0%,19%,9%,13%) (0.00/0.19/0.09/0.13) 

CMYK percentages

%0
%18.83
%8.52
%12.55

Codes

Color #DFB5CC in popluar color models

DF B5 CC
RGB 223 181 204
HSL 327° 39.62% 79.22%
HSB/HSV 327° 18.83% 87.45%
CMYK 0.00% 18.83% 8.52%
12.55%

Color #DFB5CC in popluar number systems.

HEX DF B5 CC
Decimal 223 181 204
Binary 11011111 10110101 11001100
Octal 337 265 314

Shades and tints

Shades of #DFB5CC

#DFB5CC
(223,181,204)
#CBA5BA
(203,165,186)
#B795A8
(183,149,168)
#A38596
(163,133,150)
#8F7584
(143,117,132)
#7B6572
(123,101,114)
#675560
(103,85,96)
#53454E
(83,69,78)
#3F353C
(63,53,60)
#2B252A
(43,37,42)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #DFB5CC

#DFB5CC
(223,181,204)
#E1BBD0
(225,187,208)
#E3C1D4
(227,193,212)
#E5C7D8
(229,199,216)
#E7CDDC
(231,205,220)
#E9D3E0
(233,211,224)
#EBD9E4
(235,217,228)
#EDDFE8
(237,223,232)
#EFE5EC
(239,229,236)
#F1EBF0
(241,235,240)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB5CC color. Also use rgb(223,181,204) instead hex code.

Text Font Color

.myTextColor { color: #DFB5CC; }

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

This text font color is #DFB5CC.

Background Color

.myBgColor { background-color: #DFB5CC; }

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

This div background color is #DFB5CC.

Border color

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

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

This div border color is #DFB5CC.

Opacity

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

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

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

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

This text has shadow with #DFB5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB5CC.

Preview

Color preview on black background

This text has color #DFB5CC on black background.


Color preview on white background

This text has color #DFB5CC on white background.


Black color preview on #DFB5CC background

This text has black color on #DFB5CC background.


White color preview on #DFB5CC background

This text has white color on #DFB5CC background.


Related colors

Complementary color

Complementary color for #hex is #204A33.


I love getcolorcode.com

Triadic colors

1 #CCDFB5 and #B5CCDF with #DFB5CC are triadic colors.

2 #CCB5DF and #B5DFCC with #DFB5CC are triadic colors.