COLOR #DCB4EE

HEX: #DCB4EE RGB: (220,180,238)

Color info

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

RGB color model

#DCB4EE color RGB value is (220,180,238).

RGB: (220,180,238) (86%, 71%, 93%)

RGB channels and saturation

R 220 of 255 = 86%
G 180 of 255 = 71%
B 238 of 255 = 93%

220
180
238

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

Portions of RGB colors in percentages

R + G + B = 220 + 180 + 238 = 638 (100%)
R 220 of 638 ~ 34.48%
G 180 of 638 ~ 28.21%
B 238 of 638 ~ 37.3'%

%34.48
%28.21
%37.3

CMYK color model

#DCB4EE color CMYK value is (8,24,0,7).

  • cyan value is 7.56%
  • magenta value is 24.37%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (8,24,0,7)
C8M24Y0K7 (8%, 24%, 0%, 7%)
(0.08 / 0.24 / 0.00 / 0.07)

CMYK percentages

%7.56
%24.37
%0
%6.67

Codes

Color #DCB4EE in popluar color models

DC B4 EE
RGB 220 180 238
HSL 281° 63.04% 81.96%
HSB/HSV 281° 24.37% 93.33%
CMYK 7.56% 24.37% 0.00%
6.67%

Color #DCB4EE in popluar number systems.

HEX DC B4 EE
Decimal 220 180 238
Binary 11011100 10110100 11101110
Octal 334 264 356

Shades and tints

Shades of #DCB4EE

#DCB4EE
(220,180,238)
#C8A4D9
(200,164,217)
#B494C4
(180,148,196)
#A084AF
(160,132,175)
#8C749A
(140,116,154)
#786485
(120,100,133)
#645470
(100,84,112)
#50445B
(80,68,91)
#3C3446
(60,52,70)
#282431
(40,36,49)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #DCB4EE

#DCB4EE
(220,180,238)
#DFBAEF
(223,186,239)
#E2C0F0
(226,192,240)
#E5C6F1
(229,198,241)
#E8CCF2
(232,204,242)
#EBD2F3
(235,210,243)
#EED8F4
(238,216,244)
#F1DEF5
(241,222,245)
#F4E4F6
(244,228,246)
#F7EAF7
(247,234,247)
#FAF0F8
(250,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCB4EE color. Also use rgb(220,180,238) instead hex code.

Text Font Color

.myTextColor { color: #DCB4EE; }

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

This text font color is #DCB4EE.

Background Color

.myBgColor { background-color: #DCB4EE; }

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

This div background color is #DCB4EE.

Border color

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

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

This div border color is #DCB4EE.

Opacity

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

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

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

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

This text has shadow with #DCB4EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB4EE.

Preview

Color preview on black background

This text has color #DCB4EE on black background.


Color preview on white background

This text has color #DCB4EE on white background.


Black color preview on #DCB4EE background

This text has black color on #DCB4EE background.


White color preview on #DCB4EE background

This text has white color on #DCB4EE background.


Related colors

Complementary color

Complementary color for #hex is #234B11.


I love getcolorcode.com

Triadic colors

1 #EEDCB4 and #B4EEDC with #DCB4EE are triadic colors.

2 #EEB4DC and #B4DCEE with #DCB4EE are triadic colors.