COLOR #DBE5FA

HEX: #DBE5FA RGB: (219,229,250)

Color info

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

RGB color model

#DBE5FA color RGB value is (219,229,250).

RGB: (219,229,250) (86%, 90%, 98%)

RGB channels and saturation

R 219 of 255 = 86%
G 229 of 255 = 90%
B 250 of 255 = 98%

219
229
250

R + G + B ~ 91%. #DBE5FA is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 229 + 250 = 698 (100%)
R 219 of 698 ~ 31.38%
G 229 of 698 ~ 32.81%
B 250 of 698 ~ 35.82'%

%31.38
%32.81
%35.82

CMYK color model

#DBE5FA color CMYK value is (12,8,0,2).

  • cyan value is 12.40%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (12,8,0,2)
C12M8Y0K2 (12%, 8%, 0%, 2%)
(0.12 / 0.08 / 0.00 / 0.02)

CMYK percentages

%12.4
%8.4
%0
%1.96

Codes

Color #DBE5FA in popluar color models

DB E5 FA
RGB 219 229 250
HSL 221° 75.61% 91.96%
HSB/HSV 221° 12.40% 98.04%
CMYK 12.40% 8.40% 0.00%
1.96%

Color #DBE5FA in popluar number systems.

HEX DB E5 FA
Decimal 219 229 250
Binary 11011011 11100101 11111010
Octal 333 345 372

Shades and tints

Shades of #DBE5FA

#DBE5FA
(219,229,250)
#C8D1E4
(200,209,228)
#B5BDCE
(181,189,206)
#A2A9B8
(162,169,184)
#8F95A2
(143,149,162)
#7C818C
(124,129,140)
#696D76
(105,109,118)
#565960
(86,89,96)
#43454A
(67,69,74)
#303134
(48,49,52)
#1D1D1E
(29,29,30)
#000000
(0,0,0)

Tints of #DBE5FA

#DBE5FA
(219,229,250)
#DEE7FA
(222,231,250)
#E1E9FA
(225,233,250)
#E4EBFA
(228,235,250)
#E7EDFA
(231,237,250)
#EAEFFA
(234,239,250)
#EDF1FA
(237,241,250)
#F0F3FA
(240,243,250)
#F3F5FA
(243,245,250)
#F6F7FA
(246,247,250)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE5FA; }

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

This text font color is #DBE5FA.

Background Color

.myBgColor { background-color: #DBE5FA; }

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

This div background color is #DBE5FA.

Border color

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

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

This div border color is #DBE5FA.

Opacity

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

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

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

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

This text has shadow with #DBE5FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE5FA.

Preview

Color preview on black background

This text has color #DBE5FA on black background.


Color preview on white background

This text has color #DBE5FA on white background.


Black color preview on #DBE5FA background

This text has black color on #DBE5FA background.


White color preview on #DBE5FA background

This text has white color on #DBE5FA background.


Related colors

Complementary color

Complementary color for #hex is #241A05.


I love getcolorcode.com

Triadic colors

1 #FADBE5 and #E5FADB with #DBE5FA are triadic colors.

2 #FAE5DB and #E5DBFA with #DBE5FA are triadic colors.