COLOR #DFBBE1

HEX: #DFBBE1 RGB: (223,187,225)

Color info

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

RGB color model

#DFBBE1 color RGB value is (223,187,225).

RGB: (223,187,225) (87%, 73%, 88%)

RGB channels and saturation

R 223 of 255 = 87%
G 187 of 255 = 73%
B 225 of 255 = 88%

223
187
225

R + G + B ~ 83%. #DFBBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 187 + 225 = 635 (100%)
R 223 of 635 ~ 35.12%
G 187 of 635 ~ 29.45%
B 225 of 635 ~ 35.43'%

%35.12
%29.45
%35.43

CMYK color model

#DFBBE1 color CMYK value is (1,17,0,12).

  • cyan value is 0.89%
  • magenta value is 16.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (1,17,0,12) C1M17Y0K12 (1%,17%,0%,12%) (0.01/0.17/0.00/0.12) 

CMYK percentages

%0.89
%16.89
%0
%11.76

Codes

Color #DFBBE1 in popluar color models

DF BB E1
RGB 223 187 225
HSL 297° 38.78% 80.78%
HSB/HSV 297° 16.89% 88.24%
CMYK 0.89% 16.89% 0.00%
11.76%

Color #DFBBE1 in popluar number systems.

HEX DF BB E1
Decimal 223 187 225
Binary 11011111 10111011 11100001
Octal 337 273 341

Shades and tints

Shades of #DFBBE1

#DFBBE1
(223,187,225)
#CBAACD
(203,170,205)
#B799B9
(183,153,185)
#A388A5
(163,136,165)
#8F7791
(143,119,145)
#7B667D
(123,102,125)
#675569
(103,85,105)
#534455
(83,68,85)
#3F3341
(63,51,65)
#2B222D
(43,34,45)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #DFBBE1

#DFBBE1
(223,187,225)
#E1C1E3
(225,193,227)
#E3C7E5
(227,199,229)
#E5CDE7
(229,205,231)
#E7D3E9
(231,211,233)
#E9D9EB
(233,217,235)
#EBDFED
(235,223,237)
#EDE5EF
(237,229,239)
#EFEBF1
(239,235,241)
#F1F1F3
(241,241,243)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBBE1 color. Also use rgb(223,187,225) instead hex code.

Text Font Color

.myTextColor { color: #DFBBE1; }

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

This text font color is #DFBBE1.

Background Color

.myBgColor { background-color: #DFBBE1; }

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

This div background color is #DFBBE1.

Border color

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

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

This div border color is #DFBBE1.

Opacity

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

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

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

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

This text has shadow with #DFBBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBBE1.

Preview

Color preview on black background

This text has color #DFBBE1 on black background.


Color preview on white background

This text has color #DFBBE1 on white background.


Black color preview on #DFBBE1 background

This text has black color on #DFBBE1 background.


White color preview on #DFBBE1 background

This text has white color on #DFBBE1 background.


Related colors

Complementary color

Complementary color for #hex is #20441E.


I love getcolorcode.com

Triadic colors

1 #E1DFBB and #BBE1DF with #DFBBE1 are triadic colors.

2 #E1BBDF and #BBDFE1 with #DFBBE1 are triadic colors.