COLOR #DBC0E7

HEX: #DBC0E7 RGB: (219,192,231)

Color info

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

RGB color model

#DBC0E7 color RGB value is (219,192,231).

RGB: (219,192,231) (86%, 75%, 91%)

RGB channels and saturation

R 219 of 255 = 86%
G 192 of 255 = 75%
B 231 of 255 = 91%

219
192
231

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

Portions of RGB colors in percentages

R + G + B = 219 + 192 + 231 = 642 (100%)
R 219 of 642 ~ 34.11%
G 192 of 642 ~ 29.91%
B 231 of 642 ~ 35.98'%

%34.11
%29.91
%35.98

CMYK color model

#DBC0E7 color CMYK value is (5,17,0,9).

  • cyan value is 5.19%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (5,17,0,9)
C5M17Y0K9 (5%, 17%, 0%, 9%)
(0.05 / 0.17 / 0.00 / 0.09)

CMYK percentages

%5.19
%16.88
%0
%9.41

Codes

Color #DBC0E7 in popluar color models

DB C0 E7
RGB 219 192 231
HSL 282° 44.83% 82.94%
HSB/HSV 282° 16.88% 90.59%
CMYK 5.19% 16.88% 0.00%
9.41%

Color #DBC0E7 in popluar number systems.

HEX DB C0 E7
Decimal 219 192 231
Binary 11011011 11000000 11100111
Octal 333 300 347

Shades and tints

Shades of #DBC0E7

#DBC0E7
(219,192,231)
#C8AFD2
(200,175,210)
#B59EBD
(181,158,189)
#A28DA8
(162,141,168)
#8F7C93
(143,124,147)
#7C6B7E
(124,107,126)
#695A69
(105,90,105)
#564954
(86,73,84)
#43383F
(67,56,63)
#30272A
(48,39,42)
#1D1615
(29,22,21)
#000000
(0,0,0)

Tints of #DBC0E7

#DBC0E7
(219,192,231)
#DEC5E9
(222,197,233)
#E1CAEB
(225,202,235)
#E4CFED
(228,207,237)
#E7D4EF
(231,212,239)
#EAD9F1
(234,217,241)
#EDDEF3
(237,222,243)
#F0E3F5
(240,227,245)
#F3E8F7
(243,232,247)
#F6EDF9
(246,237,249)
#F9F2FB
(249,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC0E7 color. Also use rgb(219,192,231) instead hex code.

Text Font Color

.myTextColor { color: #DBC0E7; }

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

This text font color is #DBC0E7.

Background Color

.myBgColor { background-color: #DBC0E7; }

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

This div background color is #DBC0E7.

Border color

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

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

This div border color is #DBC0E7.

Opacity

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

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

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

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

This text has shadow with #DBC0E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC0E7.

Preview

Color preview on black background

This text has color #DBC0E7 on black background.


Color preview on white background

This text has color #DBC0E7 on white background.


Black color preview on #DBC0E7 background

This text has black color on #DBC0E7 background.


White color preview on #DBC0E7 background

This text has white color on #DBC0E7 background.


Related colors

Complementary color

Complementary color for #hex is #243F18.


I love getcolorcode.com

Triadic colors

1 #E7DBC0 and #C0E7DB with #DBC0E7 are triadic colors.

2 #E7C0DB and #C0DBE7 with #DBC0E7 are triadic colors.