COLOR #DBDDFB

HEX: #DBDDFB RGB: (219,221,251)

Color info

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

RGB color model

#DBDDFB color RGB value is (219,221,251).

RGB: (219,221,251) (86%, 87%, 98%)

RGB channels and saturation

R 219 of 255 = 86%
G 221 of 255 = 87%
B 251 of 255 = 98%

219
221
251

R + G + B ~ 90%. #DBDDFB is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 221 + 251 = 691 (100%)
R 219 of 691 ~ 31.69%
G 221 of 691 ~ 31.98%
B 251 of 691 ~ 36.32'%

%31.69
%31.98
%36.32

CMYK color model

#DBDDFB color CMYK value is (13,12,0,2).

  • cyan value is 12.75%
  • magenta value is 11.95%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (13,12,0,2) C13M12Y0K2 (13%,12%,0%,2%) (0.13/0.12/0.00/0.02) 

CMYK percentages

%12.75
%11.95
%0
%1.57

Codes

Color #DBDDFB in popluar color models

DB DD FB
RGB 219 221 251
HSL 236° 80.00% 92.16%
HSB/HSV 236° 12.75% 98.43%
CMYK 12.75% 11.95% 0.00%
1.57%

Color #DBDDFB in popluar number systems.

HEX DB DD FB
Decimal 219 221 251
Binary 11011011 11011101 11111011
Octal 333 335 373

Shades and tints

Shades of #DBDDFB

#DBDDFB
(219,221,251)
#C8C9E5
(200,201,229)
#B5B5CF
(181,181,207)
#A2A1B9
(162,161,185)
#8F8DA3
(143,141,163)
#7C798D
(124,121,141)
#696577
(105,101,119)
#565161
(86,81,97)
#433D4B
(67,61,75)
#302935
(48,41,53)
#1D151F
(29,21,31)
#000000
(0,0,0)

Tints of #DBDDFB

#DBDDFB
(219,221,251)
#DEE0FB
(222,224,251)
#E1E3FB
(225,227,251)
#E4E6FB
(228,230,251)
#E7E9FB
(231,233,251)
#EAECFB
(234,236,251)
#EDEFFB
(237,239,251)
#F0F2FB
(240,242,251)
#F3F5FB
(243,245,251)
#F6F8FB
(246,248,251)
#F9FBFB
(249,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBDDFB color. Also use rgb(219,221,251) instead hex code.

Text Font Color

.myTextColor { color: #DBDDFB; }

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

This text font color is #DBDDFB.

Background Color

.myBgColor { background-color: #DBDDFB; }

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

This div background color is #DBDDFB.

Border color

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

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

This div border color is #DBDDFB.

Opacity

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

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

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

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

This text has shadow with #DBDDFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDDFB.

Preview

Color preview on black background

This text has color #DBDDFB on black background.


Color preview on white background

This text has color #DBDDFB on white background.


Black color preview on #DBDDFB background

This text has black color on #DBDDFB background.


White color preview on #DBDDFB background

This text has white color on #DBDDFB background.


Related colors

Complementary color

Complementary color for #hex is #242204.


I love getcolorcode.com

Triadic colors

1 #FBDBDD and #DDFBDB with #DBDDFB are triadic colors.

2 #FBDDDB and #DDDBFB with #DBDDFB are triadic colors.