COLOR #DBCBEA

HEX: #DBCBEA RGB: (219,203,234)

Color info

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

RGB color model

#DBCBEA color RGB value is (219,203,234).

RGB: (219,203,234) (86%, 80%, 92%)

RGB channels and saturation

R 219 of 255 = 86%
G 203 of 255 = 80%
B 234 of 255 = 92%

219
203
234

R + G + B ~ 86%. #DBCBEA is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 203 + 234 = 656 (100%)
R 219 of 656 ~ 33.38%
G 203 of 656 ~ 30.95%
B 234 of 656 ~ 35.67'%

%33.38
%30.95
%35.67

CMYK color model

#DBCBEA color CMYK value is (6,13,0,8).

  • cyan value is 6.41%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (6,13,0,8) C6M13Y0K8 (6%,13%,0%,8%) (0.06/0.13/0.00/0.08) 

CMYK percentages

%6.41
%13.25
%0
%8.24

Codes

Color #DBCBEA in popluar color models

DB CB EA
RGB 219 203 234
HSL 271° 42.47% 85.69%
HSB/HSV 271° 13.25% 91.76%
CMYK 6.41% 13.25% 0.00%
8.24%

Color #DBCBEA in popluar number systems.

HEX DB CB EA
Decimal 219 203 234
Binary 11011011 11001011 11101010
Octal 333 313 352

Shades and tints

Shades of #DBCBEA

#DBCBEA
(219,203,234)
#C8B9D5
(200,185,213)
#B5A7C0
(181,167,192)
#A295AB
(162,149,171)
#8F8396
(143,131,150)
#7C7181
(124,113,129)
#695F6C
(105,95,108)
#564D57
(86,77,87)
#433B42
(67,59,66)
#30292D
(48,41,45)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #DBCBEA

#DBCBEA
(219,203,234)
#DECFEB
(222,207,235)
#E1D3EC
(225,211,236)
#E4D7ED
(228,215,237)
#E7DBEE
(231,219,238)
#EADFEF
(234,223,239)
#EDE3F0
(237,227,240)
#F0E7F1
(240,231,241)
#F3EBF2
(243,235,242)
#F6EFF3
(246,239,243)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBCBEA color. Also use rgb(219,203,234) instead hex code.

Text Font Color

.myTextColor { color: #DBCBEA; }

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

This text font color is #DBCBEA.

Background Color

.myBgColor { background-color: #DBCBEA; }

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

This div background color is #DBCBEA.

Border color

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

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

This div border color is #DBCBEA.

Opacity

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

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

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

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

This text has shadow with #DBCBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCBEA.

Preview

Color preview on black background

This text has color #DBCBEA on black background.


Color preview on white background

This text has color #DBCBEA on white background.


Black color preview on #DBCBEA background

This text has black color on #DBCBEA background.


White color preview on #DBCBEA background

This text has white color on #DBCBEA background.


Related colors

Complementary color

Complementary color for #hex is #243415.


I love getcolorcode.com

Triadic colors

1 #EADBCB and #CBEADB with #DBCBEA are triadic colors.

2 #EACBDB and #CBDBEA with #DBCBEA are triadic colors.