COLOR #DFBBEA

HEX: #DFBBEA RGB: (223,187,234)

Color info

#DFBBEA contains red, green and blue colors in about the same proportion. Web safe color of #DFBBEA is #CCCCFF (or #CCF).

RGB color model

#DFBBEA color RGB value is (223,187,234).

RGB: (223,187,234) (87%, 73%, 92%)

RGB channels and saturation

R 223 of 255 = 87%
G 187 of 255 = 73%
B 234 of 255 = 92%

223
187
234

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

Portions of RGB colors in percentages

R + G + B = 223 + 187 + 234 = 644 (100%)
R 223 of 644 ~ 34.63%
G 187 of 644 ~ 29.04%
B 234 of 644 ~ 36.34'%

%34.63
%29.04
%36.34

CMYK color model

#DFBBEA color CMYK value is (5,20,0,8).

  • cyan value is 4.70%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (5,20,0,8)
C5M20Y0K8 (5%, 20%, 0%, 8%)
(0.05 / 0.20 / 0.00 / 0.08)

CMYK percentages

%4.7
%20.09
%0
%8.24

Codes

Color #DFBBEA in popluar color models

DF BB EA
RGB 223 187 234
HSL 286° 52.81% 82.55%
HSB/HSV 286° 20.09% 91.76%
CMYK 4.70% 20.09% 0.00%
8.24%

Color #DFBBEA in popluar number systems.

HEX DF BB EA
Decimal 223 187 234
Binary 11011111 10111011 11101010
Octal 337 273 352

Shades and tints

Shades of #DFBBEA

#DFBBEA
(223,187,234)
#CBAAD5
(203,170,213)
#B799C0
(183,153,192)
#A388AB
(163,136,171)
#8F7796
(143,119,150)
#7B6681
(123,102,129)
#67556C
(103,85,108)
#534457
(83,68,87)
#3F3342
(63,51,66)
#2B222D
(43,34,45)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #DFBBEA

#DFBBEA
(223,187,234)
#E1C1EB
(225,193,235)
#E3C7EC
(227,199,236)
#E5CDED
(229,205,237)
#E7D3EE
(231,211,238)
#E9D9EF
(233,217,239)
#EBDFF0
(235,223,240)
#EDE5F1
(237,229,241)
#EFEBF2
(239,235,242)
#F1F1F3
(241,241,243)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBBEA; }

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

This text font color is #DFBBEA.

Background Color

.myBgColor { background-color: #DFBBEA; }

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

This div background color is #DFBBEA.

Border color

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

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

This div border color is #DFBBEA.

Opacity

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

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

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

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

This text has shadow with #DFBBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBBEA.

Preview

Color preview on black background

This text has color #DFBBEA on black background.


Color preview on white background

This text has color #DFBBEA on white background.


Black color preview on #DFBBEA background

This text has black color on #DFBBEA background.


White color preview on #DFBBEA background

This text has white color on #DFBBEA background.


Related colors

Complementary color

Complementary color for #hex is #204415.


I love getcolorcode.com

Triadic colors

1 #EADFBB and #BBEADF with #DFBBEA are triadic colors.

2 #EABBDF and #BBDFEA with #DFBBEA are triadic colors.