COLOR #DBDDF3

HEX: #DBDDF3 RGB: (219,221,243)

Color info

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

RGB color model

#DBDDF3 color RGB value is (219,221,243).

RGB: (219,221,243) (86%, 87%, 95%)

RGB channels and saturation

R 219 of 255 = 86%
G 221 of 255 = 87%
B 243 of 255 = 95%

219
221
243

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

Portions of RGB colors in percentages

R + G + B = 219 + 221 + 243 = 683 (100%)
R 219 of 683 ~ 32.06%
G 221 of 683 ~ 32.36%
B 243 of 683 ~ 35.58'%

%32.06
%32.36
%35.58

CMYK color model

#DBDDF3 color CMYK value is (10,9,0,5).

  • cyan value is 9.88%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (10,9,0,5)
C10M9Y0K5 (10%, 9%, 0%, 5%)
(0.10 / 0.09 / 0.00 / 0.05)

CMYK percentages

%9.88
%9.05
%0
%4.71

Codes

Color #DBDDF3 in popluar color models

DB DD F3
RGB 219 221 243
HSL 235° 50.00% 90.59%
HSB/HSV 235° 9.88% 95.29%
CMYK 9.88% 9.05% 0.00%
4.71%

Color #DBDDF3 in popluar number systems.

HEX DB DD F3
Decimal 219 221 243
Binary 11011011 11011101 11110011
Octal 333 335 363

Shades and tints

Shades of #DBDDF3

#DBDDF3
(219,221,243)
#C8C9DD
(200,201,221)
#B5B5C7
(181,181,199)
#A2A1B1
(162,161,177)
#8F8D9B
(143,141,155)
#7C7985
(124,121,133)
#69656F
(105,101,111)
#565159
(86,81,89)
#433D43
(67,61,67)
#30292D
(48,41,45)
#1D1517
(29,21,23)
#000000
(0,0,0)

Tints of #DBDDF3

#DBDDF3
(219,221,243)
#DEE0F4
(222,224,244)
#E1E3F5
(225,227,245)
#E4E6F6
(228,230,246)
#E7E9F7
(231,233,247)
#EAECF8
(234,236,248)
#EDEFF9
(237,239,249)
#F0F2FA
(240,242,250)
#F3F5FB
(243,245,251)
#F6F8FC
(246,248,252)
#F9FBFD
(249,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDDF3; }

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

This text font color is #DBDDF3.

Background Color

.myBgColor { background-color: #DBDDF3; }

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

This div background color is #DBDDF3.

Border color

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

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

This div border color is #DBDDF3.

Opacity

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

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

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

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

This text has shadow with #DBDDF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDDF3.

Preview

Color preview on black background

This text has color #DBDDF3 on black background.


Color preview on white background

This text has color #DBDDF3 on white background.


Black color preview on #DBDDF3 background

This text has black color on #DBDDF3 background.


White color preview on #DBDDF3 background

This text has white color on #DBDDF3 background.


Related colors

Complementary color

Complementary color for #hex is #24220C.


I love getcolorcode.com

Triadic colors

1 #F3DBDD and #DDF3DB with #DBDDF3 are triadic colors.

2 #F3DDDB and #DDDBF3 with #DBDDF3 are triadic colors.