COLOR #DBE0E8

HEX: #DBE0E8 RGB: (219,224,232)

Color info

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

RGB color model

#DBE0E8 color RGB value is (219,224,232).

RGB: (219,224,232) (86%, 88%, 91%)

RGB channels and saturation

R 219 of 255 = 86%
G 224 of 255 = 88%
B 232 of 255 = 91%

219
224
232

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

Portions of RGB colors in percentages

R + G + B = 219 + 224 + 232 = 675 (100%)
R 219 of 675 ~ 32.44%
G 224 of 675 ~ 33.19%
B 232 of 675 ~ 34.37'%

%32.44
%33.19
%34.37

CMYK color model

#DBE0E8 color CMYK value is (6,3,0,9).

  • cyan value is 5.60%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (6,3,0,9)
C6M3Y0K9 (6%, 3%, 0%, 9%)
(0.06 / 0.03 / 0.00 / 0.09)

CMYK percentages

%5.6
%3.45
%0
%9.02

Codes

Color #DBE0E8 in popluar color models

DB E0 E8
RGB 219 224 232
HSL 217° 22.03% 88.43%
HSB/HSV 217° 5.60% 90.98%
CMYK 5.60% 3.45% 0.00%
9.02%

Color #DBE0E8 in popluar number systems.

HEX DB E0 E8
Decimal 219 224 232
Binary 11011011 11100000 11101000
Octal 333 340 350

Shades and tints

Shades of #DBE0E8

#DBE0E8
(219,224,232)
#C8CCD3
(200,204,211)
#B5B8BE
(181,184,190)
#A2A4A9
(162,164,169)
#8F9094
(143,144,148)
#7C7C7F
(124,124,127)
#69686A
(105,104,106)
#565455
(86,84,85)
#434040
(67,64,64)
#302C2B
(48,44,43)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #DBE0E8

#DBE0E8
(219,224,232)
#DEE2EA
(222,226,234)
#E1E4EC
(225,228,236)
#E4E6EE
(228,230,238)
#E7E8F0
(231,232,240)
#EAEAF2
(234,234,242)
#EDECF4
(237,236,244)
#F0EEF6
(240,238,246)
#F3F0F8
(243,240,248)
#F6F2FA
(246,242,250)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE0E8; }

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

This text font color is #DBE0E8.

Background Color

.myBgColor { background-color: #DBE0E8; }

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

This div background color is #DBE0E8.

Border color

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

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

This div border color is #DBE0E8.

Opacity

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

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

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

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

This text has shadow with #DBE0E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE0E8.

Preview

Color preview on black background

This text has color #DBE0E8 on black background.


Color preview on white background

This text has color #DBE0E8 on white background.


Black color preview on #DBE0E8 background

This text has black color on #DBE0E8 background.


White color preview on #DBE0E8 background

This text has white color on #DBE0E8 background.


Related colors

Complementary color

Complementary color for #hex is #241F17.


I love getcolorcode.com

Triadic colors

1 #E8DBE0 and #E0E8DB with #DBE0E8 are triadic colors.

2 #E8E0DB and #E0DBE8 with #DBE0E8 are triadic colors.