COLOR #DBC2E8

HEX: #DBC2E8
RGB: (219,194,232)

Color info

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

RGB color model

#DBC2E8 color RGB value is (219,194,232).

  • red value is 219;
  • green value is 194;
  • blue value is 232.
RGB:
(219,194,232)
(86%,76%,91%)

RGB channels and saturation

R 219 of 255 = 86%
G 194 of 255 = 76%
B 232 of 255 = 91%

219
194
232

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

Portions of RGB colors in percentages

R + G + B =
219 + 194 + 232 = 645 (100%)
R 219 of 645 ~ 33.95%
G 194 of 645 ~ 30.08%
B 232 of 645 ~ 35.97%

%33.95
%30.08
%35.97

CMYK color model

#DBC2E8 color CMYK value is (6,16,0,9).

  • cyan value is 5.60%
  • magenta value is 16.38%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(6,16,0,9)
C6M16Y0K9 
(6%,16%,0%,9%)
(0.06/0.16/0.00/0.09)	

CMYK percentages

%5.6
%16.38
%0
%9.02

Codes

Color #DBC2E8 in popluar color models

DBC2E8
RGB219194232
HSL279°45.24%83.53%
HSB/HSV279°16.38%90.98%
CMYK5.60%16.38%0.00%
9.02%

Color #DBC2E8 in popluar number systems.

HEXDBC2E8
Decimal219194232
Binary110110111100001011101000
Octal333302350

Shades and tints

Shades of #DBC2E8

#DBC2E8
(219,194,232)
#C8B1D3
(200,177,211)
#B5A0BE
(181,160,190)
#A28FA9
(162,143,169)
#8F7E94
(143,126,148)
#7C6D7F
(124,109,127)
#695C6A
(105,92,106)
#564B55
(86,75,85)
#433A40
(67,58,64)
#30292B
(48,41,43)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #DBC2E8

#DBC2E8
(219,194,232)
#DEC7EA
(222,199,234)
#E1CCEC
(225,204,236)
#E4D1EE
(228,209,238)
#E7D6F0
(231,214,240)
#EADBF2
(234,219,242)
#EDE0F4
(237,224,244)
#F0E5F6
(240,229,246)
#F3EAF8
(243,234,248)
#F6EFFA
(246,239,250)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC2E8 color. Also use rgb(219,194,232) instead hex code.

Text Font Color

.myTextColor { color: #DBC2E8; }

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

This text font color is #DBC2E8.


Background Color

.myBgColor { background-color: #DBC2E8; }

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

This div background color is #DBC2E8.


Border color

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

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

This div border color is #DBC2E8.


Opacity

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

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

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

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

This text has shadow with #DBC2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC2E8 on black background.


Color preview on white background

This text has color #DBC2E8 on white background.



Black color preview on #DBC2E8 background

This text has black color on #DBC2E8 background.


White color preview on #DBC2E8 background

This text has white color on #DBC2E8 background.