COLOR #DBE6FF

HEX: #DBE6FF RGB: (219,230,255)

Color info

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

RGB color model

#DBE6FF color RGB value is (219,230,255).

RGB: (219,230,255) (86%, 90%, 100%)

RGB channels and saturation

R 219 of 255 = 86%
G 230 of 255 = 90%
B 255 of 255 = 100%

219
230
255

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

Portions of RGB colors in percentages

R + G + B = 219 + 230 + 255 = 704 (100%)
R 219 of 704 ~ 31.11%
G 230 of 704 ~ 32.67%
B 255 of 704 ~ 36.22'%

%31.11
%32.67
%36.22

CMYK color model

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

  • cyan value is 14.12%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (14,10,0,0) C14M10Y0K0 (14%,10%,0%,0%) (0.14/0.10/0.00/0.00) 

CMYK percentages

%14.12
%9.8
%0
%0

Codes

Color #DBE6FF in popluar color models

DB E6 FF
RGB 219 230 255
HSL 222° 100.00% 92.94%
HSB/HSV 222° 14.12% 100.00%
CMYK 14.12% 9.80% 0.00%
0.00%

Color #DBE6FF in popluar number systems.

HEX DB E6 FF
Decimal 219 230 255
Binary 11011011 11100110 11111111
Octal 333 346 377

Shades and tints

Shades of #DBE6FF

#DBE6FF
(219,230,255)
#C8D2E8
(200,210,232)
#B5BED1
(181,190,209)
#A2AABA
(162,170,186)
#8F96A3
(143,150,163)
#7C828C
(124,130,140)
#696E75
(105,110,117)
#565A5E
(86,90,94)
#434647
(67,70,71)
#303230
(48,50,48)
#1D1E19
(29,30,25)
#000000
(0,0,0)

Tints of #DBE6FF

#DBE6FF
(219,230,255)
#DEE8FF
(222,232,255)
#E1EAFF
(225,234,255)
#E4ECFF
(228,236,255)
#E7EEFF
(231,238,255)
#EAF0FF
(234,240,255)
#EDF2FF
(237,242,255)
#F0F4FF
(240,244,255)
#F3F6FF
(243,246,255)
#F6F8FF
(246,248,255)
#F9FAFF
(249,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE6FF color. Also use rgb(219,230,255) instead hex code.

Text Font Color

.myTextColor { color: #DBE6FF; }

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

This text font color is #DBE6FF.

Background Color

.myBgColor { background-color: #DBE6FF; }

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

This div background color is #DBE6FF.

Border color

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

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

This div border color is #DBE6FF.

Opacity

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

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

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

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

This text has shadow with #DBE6FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE6FF.

Preview

Color preview on black background

This text has color #DBE6FF on black background.


Color preview on white background

This text has color #DBE6FF on white background.


Black color preview on #DBE6FF background

This text has black color on #DBE6FF background.


White color preview on #DBE6FF background

This text has white color on #DBE6FF background.


Related colors

Complementary color

Complementary color for #hex is #241900.


I love getcolorcode.com

Triadic colors

1 #FFDBE6 and #E6FFDB with #DBE6FF are triadic colors.

2 #FFE6DB and #E6DBFF with #DBE6FF are triadic colors.