COLOR #DFBEE1

HEX: #DFBEE1 RGB: (223,190,225)

Color info

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

RGB color model

#DFBEE1 color RGB value is (223,190,225).

RGB: (223,190,225) (87%, 75%, 88%)

RGB channels and saturation

R 223 of 255 = 87%
G 190 of 255 = 75%
B 225 of 255 = 88%

223
190
225

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

Portions of RGB colors in percentages

R + G + B = 223 + 190 + 225 = 638 (100%)
R 223 of 638 ~ 34.95%
G 190 of 638 ~ 29.78%
B 225 of 638 ~ 35.27'%

%34.95
%29.78
%35.27

CMYK color model

#DFBEE1 color CMYK value is (1,16,0,12).

  • cyan value is 0.89%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (1,16,0,12)
C1M16Y0K12 (1%, 16%, 0%, 12%)
(0.01 / 0.16 / 0.00 / 0.12)

CMYK percentages

%0.89
%15.56
%0
%11.76

Codes

Color #DFBEE1 in popluar color models

DF BE E1
RGB 223 190 225
HSL 297° 36.84% 81.37%
HSB/HSV 297° 15.56% 88.24%
CMYK 0.89% 15.56% 0.00%
11.76%

Color #DFBEE1 in popluar number systems.

HEX DF BE E1
Decimal 223 190 225
Binary 11011111 10111110 11100001
Octal 337 276 341

Shades and tints

Shades of #DFBEE1

#DFBEE1
(223,190,225)
#CBADCD
(203,173,205)
#B79CB9
(183,156,185)
#A38BA5
(163,139,165)
#8F7A91
(143,122,145)
#7B697D
(123,105,125)
#675869
(103,88,105)
#534755
(83,71,85)
#3F3641
(63,54,65)
#2B252D
(43,37,45)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #DFBEE1

#DFBEE1
(223,190,225)
#E1C3E3
(225,195,227)
#E3C8E5
(227,200,229)
#E5CDE7
(229,205,231)
#E7D2E9
(231,210,233)
#E9D7EB
(233,215,235)
#EBDCED
(235,220,237)
#EDE1EF
(237,225,239)
#EFE6F1
(239,230,241)
#F1EBF3
(241,235,243)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBEE1; }

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

This text font color is #DFBEE1.

Background Color

.myBgColor { background-color: #DFBEE1; }

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

This div background color is #DFBEE1.

Border color

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

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

This div border color is #DFBEE1.

Opacity

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

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

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

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

This text has shadow with #DFBEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBEE1.

Preview

Color preview on black background

This text has color #DFBEE1 on black background.


Color preview on white background

This text has color #DFBEE1 on white background.


Black color preview on #DFBEE1 background

This text has black color on #DFBEE1 background.


White color preview on #DFBEE1 background

This text has white color on #DFBEE1 background.


Related colors

Complementary color

Complementary color for #hex is #20411E.


I love getcolorcode.com

Triadic colors

1 #E1DFBE and #BEE1DF with #DFBEE1 are triadic colors.

2 #E1BEDF and #BEDFE1 with #DFBEE1 are triadic colors.