COLOR #DBC4EC

HEX: #DBC4EC RGB: (219,196,236)

Color info

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

RGB color model

#DBC4EC color RGB value is (219,196,236).

RGB: (219,196,236) (86%, 77%, 93%)

RGB channels and saturation

R 219 of 255 = 86%
G 196 of 255 = 77%
B 236 of 255 = 93%

219
196
236

R + G + B ~ 85%. #DBC4EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 196 + 236 = 651 (100%)
R 219 of 651 ~ 33.64%
G 196 of 651 ~ 30.11%
B 236 of 651 ~ 36.25'%

%33.64
%30.11
%36.25

CMYK color model

#DBC4EC color CMYK value is (7,17,0,7).

  • cyan value is 7.20%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (7,17,0,7)
C7M17Y0K7 (7%, 17%, 0%, 7%)
(0.07 / 0.17 / 0.00 / 0.07)

CMYK percentages

%7.2
%16.95
%0
%7.45

Codes

Color #DBC4EC in popluar color models

DB C4 EC
RGB 219 196 236
HSL 275° 51.28% 84.71%
HSB/HSV 275° 16.95% 92.55%
CMYK 7.20% 16.95% 0.00%
7.45%

Color #DBC4EC in popluar number systems.

HEX DB C4 EC
Decimal 219 196 236
Binary 11011011 11000100 11101100
Octal 333 304 354

Shades and tints

Shades of #DBC4EC

#DBC4EC
(219,196,236)
#C8B3D7
(200,179,215)
#B5A2C2
(181,162,194)
#A291AD
(162,145,173)
#8F8098
(143,128,152)
#7C6F83
(124,111,131)
#695E6E
(105,94,110)
#564D59
(86,77,89)
#433C44
(67,60,68)
#302B2F
(48,43,47)
#1D1A1A
(29,26,26)
#000000
(0,0,0)

Tints of #DBC4EC

#DBC4EC
(219,196,236)
#DEC9ED
(222,201,237)
#E1CEEE
(225,206,238)
#E4D3EF
(228,211,239)
#E7D8F0
(231,216,240)
#EADDF1
(234,221,241)
#EDE2F2
(237,226,242)
#F0E7F3
(240,231,243)
#F3ECF4
(243,236,244)
#F6F1F5
(246,241,245)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC4EC color. Also use rgb(219,196,236) instead hex code.

Text Font Color

.myTextColor { color: #DBC4EC; }

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

This text font color is #DBC4EC.

Background Color

.myBgColor { background-color: #DBC4EC; }

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

This div background color is #DBC4EC.

Border color

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

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

This div border color is #DBC4EC.

Opacity

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

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

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

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

This text has shadow with #DBC4EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC4EC.

Preview

Color preview on black background

This text has color #DBC4EC on black background.


Color preview on white background

This text has color #DBC4EC on white background.


Black color preview on #DBC4EC background

This text has black color on #DBC4EC background.


White color preview on #DBC4EC background

This text has white color on #DBC4EC background.


Related colors

Complementary color

Complementary color for #hex is #243B13.


I love getcolorcode.com

Triadic colors

1 #ECDBC4 and #C4ECDB with #DBC4EC are triadic colors.

2 #ECC4DB and #C4DBEC with #DBC4EC are triadic colors.