COLOR #DFB2DB

HEX: #DFB2DB RGB: (223,178,219)

Color info

#DFB2DB contains red, green and blue colors in about the same proportion. Web safe color of #DFB2DB is #CC99CC (or #C9C).

RGB color model

#DFB2DB color RGB value is (223,178,219).

RGB: (223,178,219) (87%, 70%, 86%)

RGB channels and saturation

R 223 of 255 = 87%
G 178 of 255 = 70%
B 219 of 255 = 86%

223
178
219

R + G + B ~ 81%. #DFB2DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 178 + 219 = 620 (100%)
R 223 of 620 ~ 35.97%
G 178 of 620 ~ 28.71%
B 219 of 620 ~ 35.32'%

%35.97
%28.71
%35.32

CMYK color model

#DFB2DB color CMYK value is (0,20,2,13).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 1.79%
  • key color value is 12.55%

CMYK: (0,20,2,13)
C0M20Y2K13 (0%, 20%, 2%, 13%)
(0.00 / 0.20 / 0.02 / 0.13)

CMYK percentages

%0
%20.18
%1.79
%12.55

Codes

Color #DFB2DB in popluar color models

DF B2 DB
RGB 223 178 219
HSL 305° 41.28% 78.63%
HSB/HSV 305° 20.18% 87.45%
CMYK 0.00% 20.18% 1.79%
12.55%

Color #DFB2DB in popluar number systems.

HEX DF B2 DB
Decimal 223 178 219
Binary 11011111 10110010 11011011
Octal 337 262 333

Shades and tints

Shades of #DFB2DB

#DFB2DB
(223,178,219)
#CBA2C8
(203,162,200)
#B792B5
(183,146,181)
#A382A2
(163,130,162)
#8F728F
(143,114,143)
#7B627C
(123,98,124)
#675269
(103,82,105)
#534256
(83,66,86)
#3F3243
(63,50,67)
#2B2230
(43,34,48)
#17121D
(23,18,29)
#000000
(0,0,0)

Tints of #DFB2DB

#DFB2DB
(223,178,219)
#E1B9DE
(225,185,222)
#E3C0E1
(227,192,225)
#E5C7E4
(229,199,228)
#E7CEE7
(231,206,231)
#E9D5EA
(233,213,234)
#EBDCED
(235,220,237)
#EDE3F0
(237,227,240)
#EFEAF3
(239,234,243)
#F1F1F6
(241,241,246)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB2DB color. Also use rgb(223,178,219) instead hex code.

Text Font Color

.myTextColor { color: #DFB2DB; }

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

This text font color is #DFB2DB.

Background Color

.myBgColor { background-color: #DFB2DB; }

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

This div background color is #DFB2DB.

Border color

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

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

This div border color is #DFB2DB.

Opacity

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

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

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

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

This text has shadow with #DFB2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB2DB.

Preview

Color preview on black background

This text has color #DFB2DB on black background.


Color preview on white background

This text has color #DFB2DB on white background.


Black color preview on #DFB2DB background

This text has black color on #DFB2DB background.


White color preview on #DFB2DB background

This text has white color on #DFB2DB background.


Related colors

Complementary color

Complementary color for #hex is #204D24.


I love getcolorcode.com

Triadic colors

1 #DBDFB2 and #B2DBDF with #DFB2DB are triadic colors.

2 #DBB2DF and #B2DFDB with #DFB2DB are triadic colors.