COLOR #DBD8E0

HEX: #DBD8E0 RGB: (219,216,224)

Color info

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

RGB color model

#DBD8E0 color RGB value is (219,216,224).

RGB: (219,216,224) (86%, 85%, 88%)

RGB channels and saturation

R 219 of 255 = 86%
G 216 of 255 = 85%
B 224 of 255 = 88%

219
216
224

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

Portions of RGB colors in percentages

R + G + B = 219 + 216 + 224 = 659 (100%)
R 219 of 659 ~ 33.23%
G 216 of 659 ~ 32.78%
B 224 of 659 ~ 33.99'%

%33.23
%32.78
%33.99

CMYK color model

#DBD8E0 color CMYK value is (2,4,0,12).

  • cyan value is 2.23%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (2,4,0,12) C2M4Y0K12 (2%,4%,0%,12%) (0.02/0.04/0.00/0.12) 

CMYK percentages

%2.23
%3.57
%0
%12.16

Codes

Color #DBD8E0 in popluar color models

DB D8 E0
RGB 219 216 224
HSL 263° 11.43% 86.27%
HSB/HSV 263° 3.57% 87.84%
CMYK 2.23% 3.57% 0.00%
12.16%

Color #DBD8E0 in popluar number systems.

HEX DB D8 E0
Decimal 219 216 224
Binary 11011011 11011000 11100000
Octal 333 330 340

Shades and tints

Shades of #DBD8E0

#DBD8E0
(219,216,224)
#C8C5CC
(200,197,204)
#B5B2B8
(181,178,184)
#A29FA4
(162,159,164)
#8F8C90
(143,140,144)
#7C797C
(124,121,124)
#696668
(105,102,104)
#565354
(86,83,84)
#434040
(67,64,64)
#302D2C
(48,45,44)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #DBD8E0

#DBD8E0
(219,216,224)
#DEDBE2
(222,219,226)
#E1DEE4
(225,222,228)
#E4E1E6
(228,225,230)
#E7E4E8
(231,228,232)
#EAE7EA
(234,231,234)
#EDEAEC
(237,234,236)
#F0EDEE
(240,237,238)
#F3F0F0
(243,240,240)
#F6F3F2
(246,243,242)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD8E0; }

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

This text font color is #DBD8E0.

Background Color

.myBgColor { background-color: #DBD8E0; }

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

This div background color is #DBD8E0.

Border color

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

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

This div border color is #DBD8E0.

Opacity

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

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

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

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

This text has shadow with #DBD8E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD8E0.

Preview

Color preview on black background

This text has color #DBD8E0 on black background.


Color preview on white background

This text has color #DBD8E0 on white background.


Black color preview on #DBD8E0 background

This text has black color on #DBD8E0 background.


White color preview on #DBD8E0 background

This text has white color on #DBD8E0 background.


Related colors

Complementary color

Complementary color for #hex is #24271F.


I love getcolorcode.com

Triadic colors

1 #E0DBD8 and #D8E0DB with #DBD8E0 are triadic colors.

2 #E0D8DB and #D8DBE0 with #DBD8E0 are triadic colors.