COLOR #DFBEE2

HEX: #DFBEE2 RGB: (223,190,226)

Color info

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

RGB color model

#DFBEE2 color RGB value is (223,190,226).

RGB: (223,190,226) (87%, 75%, 89%)

RGB channels and saturation

R 223 of 255 = 87%
G 190 of 255 = 75%
B 226 of 255 = 89%

223
190
226

R + G + B ~ 84%. #DFBEE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 190 + 226 = 639 (100%)
R 223 of 639 ~ 34.9%
G 190 of 639 ~ 29.73%
B 226 of 639 ~ 35.37'%

%34.9
%29.73
%35.37

CMYK color model

#DFBEE2 color CMYK value is (1,16,0,11).

  • cyan value is 1.33%
  • magenta value is 15.93%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (1,16,0,11) C1M16Y0K11 (1%,16%,0%,11%) (0.01/0.16/0.00/0.11) 

CMYK percentages

%1.33
%15.93
%0
%11.37

Codes

Color #DFBEE2 in popluar color models

DF BE E2
RGB 223 190 226
HSL 295° 38.30% 81.57%
HSB/HSV 295° 15.93% 88.63%
CMYK 1.33% 15.93% 0.00%
11.37%

Color #DFBEE2 in popluar number systems.

HEX DF BE E2
Decimal 223 190 226
Binary 11011111 10111110 11100010
Octal 337 276 342

Shades and tints

Shades of #DFBEE2

#DFBEE2
(223,190,226)
#CBADCE
(203,173,206)
#B79CBA
(183,156,186)
#A38BA6
(163,139,166)
#8F7A92
(143,122,146)
#7B697E
(123,105,126)
#67586A
(103,88,106)
#534756
(83,71,86)
#3F3642
(63,54,66)
#2B252E
(43,37,46)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #DFBEE2

#DFBEE2
(223,190,226)
#E1C3E4
(225,195,228)
#E3C8E6
(227,200,230)
#E5CDE8
(229,205,232)
#E7D2EA
(231,210,234)
#E9D7EC
(233,215,236)
#EBDCEE
(235,220,238)
#EDE1F0
(237,225,240)
#EFE6F2
(239,230,242)
#F1EBF4
(241,235,244)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBEE2; }

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

This text font color is #DFBEE2.

Background Color

.myBgColor { background-color: #DFBEE2; }

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

This div background color is #DFBEE2.

Border color

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

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

This div border color is #DFBEE2.

Opacity

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

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

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

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

This text has shadow with #DFBEE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBEE2.

Preview

Color preview on black background

This text has color #DFBEE2 on black background.


Color preview on white background

This text has color #DFBEE2 on white background.


Black color preview on #DFBEE2 background

This text has black color on #DFBEE2 background.


White color preview on #DFBEE2 background

This text has white color on #DFBEE2 background.


Related colors

Complementary color

Complementary color for #hex is #20411D.


I love getcolorcode.com

Triadic colors

1 #E2DFBE and #BEE2DF with #DFBEE2 are triadic colors.

2 #E2BEDF and #BEDFE2 with #DFBEE2 are triadic colors.