COLOR #DBCCE2

HEX: #DBCCE2 RGB: (219,204,226)

Color info

#DBCCE2 contains red, green and blue colors in about the same proportion. Web safe color of #DBCCE2 is #CCCCCC (or #CCC).

RGB color model

#DBCCE2 color RGB value is (219,204,226).

RGB: (219,204,226) (86%, 80%, 89%)

RGB channels and saturation

R 219 of 255 = 86%
G 204 of 255 = 80%
B 226 of 255 = 89%

219
204
226

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

Portions of RGB colors in percentages

R + G + B = 219 + 204 + 226 = 649 (100%)
R 219 of 649 ~ 33.74%
G 204 of 649 ~ 31.43%
B 226 of 649 ~ 34.82'%

%33.74
%31.43
%34.82

CMYK color model

#DBCCE2 color CMYK value is (3,10,0,11).

  • cyan value is 3.10%
  • magenta value is 9.73%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (3,10,0,11)
C3M10Y0K11 (3%, 10%, 0%, 11%)
(0.03 / 0.10 / 0.00 / 0.11)

CMYK percentages

%3.1
%9.73
%0
%11.37

Codes

Color #DBCCE2 in popluar color models

DB CC E2
RGB 219 204 226
HSL 281° 27.50% 84.31%
HSB/HSV 281° 9.73% 88.63%
CMYK 3.10% 9.73% 0.00%
11.37%

Color #DBCCE2 in popluar number systems.

HEX DB CC E2
Decimal 219 204 226
Binary 11011011 11001100 11100010
Octal 333 314 342

Shades and tints

Shades of #DBCCE2

#DBCCE2
(219,204,226)
#C8BACE
(200,186,206)
#B5A8BA
(181,168,186)
#A296A6
(162,150,166)
#8F8492
(143,132,146)
#7C727E
(124,114,126)
#69606A
(105,96,106)
#564E56
(86,78,86)
#433C42
(67,60,66)
#302A2E
(48,42,46)
#1D181A
(29,24,26)
#000000
(0,0,0)

Tints of #DBCCE2

#DBCCE2
(219,204,226)
#DED0E4
(222,208,228)
#E1D4E6
(225,212,230)
#E4D8E8
(228,216,232)
#E7DCEA
(231,220,234)
#EAE0EC
(234,224,236)
#EDE4EE
(237,228,238)
#F0E8F0
(240,232,240)
#F3ECF2
(243,236,242)
#F6F0F4
(246,240,244)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBCCE2 color. Also use rgb(219,204,226) instead hex code.

Text Font Color

.myTextColor { color: #DBCCE2; }

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

This text font color is #DBCCE2.

Background Color

.myBgColor { background-color: #DBCCE2; }

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

This div background color is #DBCCE2.

Border color

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

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

This div border color is #DBCCE2.

Opacity

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

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

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

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

This text has shadow with #DBCCE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCCE2.

Preview

Color preview on black background

This text has color #DBCCE2 on black background.


Color preview on white background

This text has color #DBCCE2 on white background.


Black color preview on #DBCCE2 background

This text has black color on #DBCCE2 background.


White color preview on #DBCCE2 background

This text has white color on #DBCCE2 background.


Related colors

Complementary color

Complementary color for #hex is #24331D.


I love getcolorcode.com

Triadic colors

1 #E2DBCC and #CCE2DB with #DBCCE2 are triadic colors.

2 #E2CCDB and #CCDBE2 with #DBCCE2 are triadic colors.