COLOR #DBD8EC

HEX: #DBD8EC RGB: (219,216,236)

Color info

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

RGB color model

#DBD8EC color RGB value is (219,216,236).

RGB: (219,216,236) (86%, 85%, 93%)

RGB channels and saturation

R 219 of 255 = 86%
G 216 of 255 = 85%
B 236 of 255 = 93%

219
216
236

R + G + B ~ 88%. #DBD8EC is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 216 + 236 = 671 (100%)
R 219 of 671 ~ 32.64%
G 216 of 671 ~ 32.19%
B 236 of 671 ~ 35.17'%

%32.64
%32.19
%35.17

CMYK color model

#DBD8EC color CMYK value is (7,8,0,7).

  • cyan value is 7.20%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (7,8,0,7)
C7M8Y0K7 (7%, 8%, 0%, 7%)
(0.07 / 0.08 / 0.00 / 0.07)

CMYK percentages

%7.2
%8.47
%0
%7.45

Codes

Color #DBD8EC in popluar color models

DB D8 EC
RGB 219 216 236
HSL 249° 34.48% 88.63%
HSB/HSV 249° 8.47% 92.55%
CMYK 7.20% 8.47% 0.00%
7.45%

Color #DBD8EC in popluar number systems.

HEX DB D8 EC
Decimal 219 216 236
Binary 11011011 11011000 11101100
Octal 333 330 354

Shades and tints

Shades of #DBD8EC

#DBD8EC
(219,216,236)
#C8C5D7
(200,197,215)
#B5B2C2
(181,178,194)
#A29FAD
(162,159,173)
#8F8C98
(143,140,152)
#7C7983
(124,121,131)
#69666E
(105,102,110)
#565359
(86,83,89)
#434044
(67,64,68)
#302D2F
(48,45,47)
#1D1A1A
(29,26,26)
#000000
(0,0,0)

Tints of #DBD8EC

#DBD8EC
(219,216,236)
#DEDBED
(222,219,237)
#E1DEEE
(225,222,238)
#E4E1EF
(228,225,239)
#E7E4F0
(231,228,240)
#EAE7F1
(234,231,241)
#EDEAF2
(237,234,242)
#F0EDF3
(240,237,243)
#F3F0F4
(243,240,244)
#F6F3F5
(246,243,245)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD8EC color. Also use rgb(219,216,236) instead hex code.

Text Font Color

.myTextColor { color: #DBD8EC; }

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

This text font color is #DBD8EC.

Background Color

.myBgColor { background-color: #DBD8EC; }

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

This div background color is #DBD8EC.

Border color

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

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

This div border color is #DBD8EC.

Opacity

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

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

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

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

This text has shadow with #DBD8EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD8EC.

Preview

Color preview on black background

This text has color #DBD8EC on black background.


Color preview on white background

This text has color #DBD8EC on white background.


Black color preview on #DBD8EC background

This text has black color on #DBD8EC background.


White color preview on #DBD8EC background

This text has white color on #DBD8EC background.


Related colors

Complementary color

Complementary color for #hex is #242713.


I love getcolorcode.com

Triadic colors

1 #ECDBD8 and #D8ECDB with #DBD8EC are triadic colors.

2 #ECD8DB and #D8DBEC with #DBD8EC are triadic colors.