COLOR #DBDCF5

HEX: #DBDCF5 RGB: (219,220,245)

Color info

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

RGB color model

#DBDCF5 color RGB value is (219,220,245).

RGB: (219,220,245) (86%, 86%, 96%)

RGB channels and saturation

R 219 of 255 = 86%
G 220 of 255 = 86%
B 245 of 255 = 96%

219
220
245

R + G + B ~ 89%. #DBDCF5 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 220 + 245 = 684 (100%)
R 219 of 684 ~ 32.02%
G 220 of 684 ~ 32.16%
B 245 of 684 ~ 35.82'%

%32.02
%32.16
%35.82

CMYK color model

#DBDCF5 color CMYK value is (11,10,0,4).

  • cyan value is 10.61%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (11,10,0,4)
C11M10Y0K4 (11%, 10%, 0%, 4%)
(0.11 / 0.10 / 0.00 / 0.04)

CMYK percentages

%10.61
%10.2
%0
%3.92

Codes

Color #DBDCF5 in popluar color models

DB DC F5
RGB 219 220 245
HSL 238° 56.52% 90.98%
HSB/HSV 238° 10.61% 96.08%
CMYK 10.61% 10.20% 0.00%
3.92%

Color #DBDCF5 in popluar number systems.

HEX DB DC F5
Decimal 219 220 245
Binary 11011011 11011100 11110101
Octal 333 334 365

Shades and tints

Shades of #DBDCF5

#DBDCF5
(219,220,245)
#C8C8DF
(200,200,223)
#B5B4C9
(181,180,201)
#A2A0B3
(162,160,179)
#8F8C9D
(143,140,157)
#7C7887
(124,120,135)
#696471
(105,100,113)
#56505B
(86,80,91)
#433C45
(67,60,69)
#30282F
(48,40,47)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #DBDCF5

#DBDCF5
(219,220,245)
#DEDFF5
(222,223,245)
#E1E2F5
(225,226,245)
#E4E5F5
(228,229,245)
#E7E8F5
(231,232,245)
#EAEBF5
(234,235,245)
#EDEEF5
(237,238,245)
#F0F1F5
(240,241,245)
#F3F4F5
(243,244,245)
#F6F7F5
(246,247,245)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBDCF5 color. Also use rgb(219,220,245) instead hex code.

Text Font Color

.myTextColor { color: #DBDCF5; }

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

This text font color is #DBDCF5.

Background Color

.myBgColor { background-color: #DBDCF5; }

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

This div background color is #DBDCF5.

Border color

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

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

This div border color is #DBDCF5.

Opacity

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

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

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

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

This text has shadow with #DBDCF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDCF5.

Preview

Color preview on black background

This text has color #DBDCF5 on black background.


Color preview on white background

This text has color #DBDCF5 on white background.


Black color preview on #DBDCF5 background

This text has black color on #DBDCF5 background.


White color preview on #DBDCF5 background

This text has white color on #DBDCF5 background.


Related colors

Complementary color

Complementary color for #hex is #24230A.


I love getcolorcode.com

Triadic colors

1 #F5DBDC and #DCF5DB with #DBDCF5 are triadic colors.

2 #F5DCDB and #DCDBF5 with #DBDCF5 are triadic colors.