COLOR #DBE5FE

HEX: #DBE5FE RGB: (219,229,254)

Color info

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

RGB color model

#DBE5FE color RGB value is (219,229,254).

RGB: (219,229,254) (86%, 90%, 100%)

RGB channels and saturation

R 219 of 255 = 86%
G 229 of 255 = 90%
B 254 of 255 = 100%

219
229
254

R + G + B ~ 92%. #DBE5FE is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 229 + 254 = 702 (100%)
R 219 of 702 ~ 31.2%
G 229 of 702 ~ 32.62%
B 254 of 702 ~ 36.18'%

%31.2
%32.62
%36.18

CMYK color model

#DBE5FE color CMYK value is (14,10,0,0).

  • cyan value is 13.78%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (14,10,0,0)
C14M10Y0K0 (14%, 10%, 0%, 0%)
(0.14 / 0.10 / 0.00 / 0.00)

CMYK percentages

%13.78
%9.84
%0
%0.39

Codes

Color #DBE5FE in popluar color models

DB E5 FE
RGB 219 229 254
HSL 223° 94.59% 92.75%
HSB/HSV 223° 13.78% 99.61%
CMYK 13.78% 9.84% 0.00%
0.39%

Color #DBE5FE in popluar number systems.

HEX DB E5 FE
Decimal 219 229 254
Binary 11011011 11100101 11111110
Octal 333 345 376

Shades and tints

Shades of #DBE5FE

#DBE5FE
(219,229,254)
#C8D1E7
(200,209,231)
#B5BDD0
(181,189,208)
#A2A9B9
(162,169,185)
#8F95A2
(143,149,162)
#7C818B
(124,129,139)
#696D74
(105,109,116)
#56595D
(86,89,93)
#434546
(67,69,70)
#30312F
(48,49,47)
#1D1D18
(29,29,24)
#000000
(0,0,0)

Tints of #DBE5FE

#DBE5FE
(219,229,254)
#DEE7FE
(222,231,254)
#E1E9FE
(225,233,254)
#E4EBFE
(228,235,254)
#E7EDFE
(231,237,254)
#EAEFFE
(234,239,254)
#EDF1FE
(237,241,254)
#F0F3FE
(240,243,254)
#F3F5FE
(243,245,254)
#F6F7FE
(246,247,254)
#F9F9FE
(249,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE5FE color. Also use rgb(219,229,254) instead hex code.

Text Font Color

.myTextColor { color: #DBE5FE; }

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

This text font color is #DBE5FE.

Background Color

.myBgColor { background-color: #DBE5FE; }

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

This div background color is #DBE5FE.

Border color

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

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

This div border color is #DBE5FE.

Opacity

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

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

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

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

This text has shadow with #DBE5FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE5FE.

Preview

Color preview on black background

This text has color #DBE5FE on black background.


Color preview on white background

This text has color #DBE5FE on white background.


Black color preview on #DBE5FE background

This text has black color on #DBE5FE background.


White color preview on #DBE5FE background

This text has white color on #DBE5FE background.


Related colors

Complementary color

Complementary color for #hex is #241A01.


I love getcolorcode.com

Triadic colors

1 #FEDBE5 and #E5FEDB with #DBE5FE are triadic colors.

2 #FEE5DB and #E5DBFE with #DBE5FE are triadic colors.