COLOR #DBCEE9

HEX: #DBCEE9 RGB: (219,206,233)

Color info

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

RGB color model

#DBCEE9 color RGB value is (219,206,233).

RGB: (219,206,233) (86%, 81%, 91%)

RGB channels and saturation

R 219 of 255 = 86%
G 206 of 255 = 81%
B 233 of 255 = 91%

219
206
233

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

Portions of RGB colors in percentages

R + G + B = 219 + 206 + 233 = 658 (100%)
R 219 of 658 ~ 33.28%
G 206 of 658 ~ 31.31%
B 233 of 658 ~ 35.41'%

%33.28
%31.31
%35.41

CMYK color model

#DBCEE9 color CMYK value is (6,12,0,9).

  • cyan value is 6.01%
  • magenta value is 11.59%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (6,12,0,9) C6M12Y0K9 (6%,12%,0%,9%) (0.06/0.12/0.00/0.09) 

CMYK percentages

%6.01
%11.59
%0
%8.63

Codes

Color #DBCEE9 in popluar color models

DB CE E9
RGB 219 206 233
HSL 269° 38.03% 86.08%
HSB/HSV 269° 11.59% 91.37%
CMYK 6.01% 11.59% 0.00%
8.63%

Color #DBCEE9 in popluar number systems.

HEX DB CE E9
Decimal 219 206 233
Binary 11011011 11001110 11101001
Octal 333 316 351

Shades and tints

Shades of #DBCEE9

#DBCEE9
(219,206,233)
#C8BCD4
(200,188,212)
#B5AABF
(181,170,191)
#A298AA
(162,152,170)
#8F8695
(143,134,149)
#7C7480
(124,116,128)
#69626B
(105,98,107)
#565056
(86,80,86)
#433E41
(67,62,65)
#302C2C
(48,44,44)
#1D1A17
(29,26,23)
#000000
(0,0,0)

Tints of #DBCEE9

#DBCEE9
(219,206,233)
#DED2EB
(222,210,235)
#E1D6ED
(225,214,237)
#E4DAEF
(228,218,239)
#E7DEF1
(231,222,241)
#EAE2F3
(234,226,243)
#EDE6F5
(237,230,245)
#F0EAF7
(240,234,247)
#F3EEF9
(243,238,249)
#F6F2FB
(246,242,251)
#F9F6FD
(249,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBCEE9 color. Also use rgb(219,206,233) instead hex code.

Text Font Color

.myTextColor { color: #DBCEE9; }

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

This text font color is #DBCEE9.

Background Color

.myBgColor { background-color: #DBCEE9; }

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

This div background color is #DBCEE9.

Border color

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

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

This div border color is #DBCEE9.

Opacity

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

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

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

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

This text has shadow with #DBCEE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCEE9.

Preview

Color preview on black background

This text has color #DBCEE9 on black background.


Color preview on white background

This text has color #DBCEE9 on white background.


Black color preview on #DBCEE9 background

This text has black color on #DBCEE9 background.


White color preview on #DBCEE9 background

This text has white color on #DBCEE9 background.


Related colors

Complementary color

Complementary color for #hex is #243116.


I love getcolorcode.com

Triadic colors

1 #E9DBCE and #CEE9DB with #DBCEE9 are triadic colors.

2 #E9CEDB and #CEDBE9 with #DBCEE9 are triadic colors.