COLOR #DBD1EC

HEX: #DBD1EC RGB: (219,209,236)

Color info

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

RGB color model

#DBD1EC color RGB value is (219,209,236).

RGB: (219,209,236) (86%, 82%, 93%)

RGB channels and saturation

R 219 of 255 = 86%
G 209 of 255 = 82%
B 236 of 255 = 93%

219
209
236

R + G + B ~ 87%. #DBD1EC is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 209 + 236 = 664 (100%)
R 219 of 664 ~ 32.98%
G 209 of 664 ~ 31.48%
B 236 of 664 ~ 35.54'%

%32.98
%31.48
%35.54

CMYK color model

#DBD1EC color CMYK value is (7,11,0,7).

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

CMYK: (7,11,0,7)
C7M11Y0K7 (7%, 11%, 0%, 7%)
(0.07 / 0.11 / 0.00 / 0.07)

CMYK percentages

%7.2
%11.44
%0
%7.45

Codes

Color #DBD1EC in popluar color models

DB D1 EC
RGB 219 209 236
HSL 262° 41.54% 87.25%
HSB/HSV 262° 11.44% 92.55%
CMYK 7.20% 11.44% 0.00%
7.45%

Color #DBD1EC in popluar number systems.

HEX DB D1 EC
Decimal 219 209 236
Binary 11011011 11010001 11101100
Octal 333 321 354

Shades and tints

Shades of #DBD1EC

#DBD1EC
(219,209,236)
#C8BED7
(200,190,215)
#B5ABC2
(181,171,194)
#A298AD
(162,152,173)
#8F8598
(143,133,152)
#7C7283
(124,114,131)
#695F6E
(105,95,110)
#564C59
(86,76,89)
#433944
(67,57,68)
#30262F
(48,38,47)
#1D131A
(29,19,26)
#000000
(0,0,0)

Tints of #DBD1EC

#DBD1EC
(219,209,236)
#DED5ED
(222,213,237)
#E1D9EE
(225,217,238)
#E4DDEF
(228,221,239)
#E7E1F0
(231,225,240)
#EAE5F1
(234,229,241)
#EDE9F2
(237,233,242)
#F0EDF3
(240,237,243)
#F3F1F4
(243,241,244)
#F6F5F5
(246,245,245)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD1EC; }

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

This text font color is #DBD1EC.

Background Color

.myBgColor { background-color: #DBD1EC; }

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

This div background color is #DBD1EC.

Border color

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

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

This div border color is #DBD1EC.

Opacity

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

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

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

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

This text has shadow with #DBD1EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD1EC.

Preview

Color preview on black background

This text has color #DBD1EC on black background.


Color preview on white background

This text has color #DBD1EC on white background.


Black color preview on #DBD1EC background

This text has black color on #DBD1EC background.


White color preview on #DBD1EC background

This text has white color on #DBD1EC background.


Related colors

Complementary color

Complementary color for #hex is #242E13.


I love getcolorcode.com

Triadic colors

1 #ECDBD1 and #D1ECDB with #DBD1EC are triadic colors.

2 #ECD1DB and #D1DBEC with #DBD1EC are triadic colors.