COLOR #DFBAE2

HEX: #DFBAE2 RGB: (223,186,226)

Color info

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

RGB color model

#DFBAE2 color RGB value is (223,186,226).

RGB: (223,186,226) (87%, 73%, 89%)

RGB channels and saturation

R 223 of 255 = 87%
G 186 of 255 = 73%
B 226 of 255 = 89%

223
186
226

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

Portions of RGB colors in percentages

R + G + B = 223 + 186 + 226 = 635 (100%)
R 223 of 635 ~ 35.12%
G 186 of 635 ~ 29.29%
B 226 of 635 ~ 35.59'%

%35.12
%29.29
%35.59

CMYK color model

#DFBAE2 color CMYK value is (1,18,0,11).

  • cyan value is 1.33%
  • magenta value is 17.70%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (1,18,0,11)
C1M18Y0K11 (1%, 18%, 0%, 11%)
(0.01 / 0.18 / 0.00 / 0.11)

CMYK percentages

%1.33
%17.7
%0
%11.37

Codes

Color #DFBAE2 in popluar color models

DF BA E2
RGB 223 186 226
HSL 296° 40.82% 80.78%
HSB/HSV 296° 17.70% 88.63%
CMYK 1.33% 17.70% 0.00%
11.37%

Color #DFBAE2 in popluar number systems.

HEX DF BA E2
Decimal 223 186 226
Binary 11011111 10111010 11100010
Octal 337 272 342

Shades and tints

Shades of #DFBAE2

#DFBAE2
(223,186,226)
#CBAACE
(203,170,206)
#B79ABA
(183,154,186)
#A38AA6
(163,138,166)
#8F7A92
(143,122,146)
#7B6A7E
(123,106,126)
#675A6A
(103,90,106)
#534A56
(83,74,86)
#3F3A42
(63,58,66)
#2B2A2E
(43,42,46)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #DFBAE2

#DFBAE2
(223,186,226)
#E1C0E4
(225,192,228)
#E3C6E6
(227,198,230)
#E5CCE8
(229,204,232)
#E7D2EA
(231,210,234)
#E9D8EC
(233,216,236)
#EBDEEE
(235,222,238)
#EDE4F0
(237,228,240)
#EFEAF2
(239,234,242)
#F1F0F4
(241,240,244)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBAE2; }

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

This text font color is #DFBAE2.

Background Color

.myBgColor { background-color: #DFBAE2; }

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

This div background color is #DFBAE2.

Border color

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

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

This div border color is #DFBAE2.

Opacity

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

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

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

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

This text has shadow with #DFBAE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBAE2.

Preview

Color preview on black background

This text has color #DFBAE2 on black background.


Color preview on white background

This text has color #DFBAE2 on white background.


Black color preview on #DFBAE2 background

This text has black color on #DFBAE2 background.


White color preview on #DFBAE2 background

This text has white color on #DFBAE2 background.


Related colors

Complementary color

Complementary color for #hex is #20451D.


I love getcolorcode.com

Triadic colors

1 #E2DFBA and #BAE2DF with #DFBAE2 are triadic colors.

2 #E2BADF and #BADFE2 with #DFBAE2 are triadic colors.