COLOR #DBDDF4

HEX: #DBDDF4 RGB: (219,221,244)

Color info

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

RGB color model

#DBDDF4 color RGB value is (219,221,244).

RGB: (219,221,244) (86%, 87%, 96%)

RGB channels and saturation

R 219 of 255 = 86%
G 221 of 255 = 87%
B 244 of 255 = 96%

219
221
244

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

Portions of RGB colors in percentages

R + G + B = 219 + 221 + 244 = 684 (100%)
R 219 of 684 ~ 32.02%
G 221 of 684 ~ 32.31%
B 244 of 684 ~ 35.67'%

%32.02
%32.31
%35.67

CMYK color model

#DBDDF4 color CMYK value is (10,9,0,4).

  • cyan value is 10.25%
  • magenta value is 9.43%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (10,9,0,4)
C10M9Y0K4 (10%, 9%, 0%, 4%)
(0.10 / 0.09 / 0.00 / 0.04)

CMYK percentages

%10.25
%9.43
%0
%4.31

Codes

Color #DBDDF4 in popluar color models

DB DD F4
RGB 219 221 244
HSL 235° 53.19% 90.78%
HSB/HSV 235° 10.25% 95.69%
CMYK 10.25% 9.43% 0.00%
4.31%

Color #DBDDF4 in popluar number systems.

HEX DB DD F4
Decimal 219 221 244
Binary 11011011 11011101 11110100
Octal 333 335 364

Shades and tints

Shades of #DBDDF4

#DBDDF4
(219,221,244)
#C8C9DE
(200,201,222)
#B5B5C8
(181,181,200)
#A2A1B2
(162,161,178)
#8F8D9C
(143,141,156)
#7C7986
(124,121,134)
#696570
(105,101,112)
#56515A
(86,81,90)
#433D44
(67,61,68)
#30292E
(48,41,46)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #DBDDF4

#DBDDF4
(219,221,244)
#DEE0F5
(222,224,245)
#E1E3F6
(225,227,246)
#E4E6F7
(228,230,247)
#E7E9F8
(231,233,248)
#EAECF9
(234,236,249)
#EDEFFA
(237,239,250)
#F0F2FB
(240,242,251)
#F3F5FC
(243,245,252)
#F6F8FD
(246,248,253)
#F9FBFE
(249,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDDF4; }

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

This text font color is #DBDDF4.

Background Color

.myBgColor { background-color: #DBDDF4; }

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

This div background color is #DBDDF4.

Border color

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

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

This div border color is #DBDDF4.

Opacity

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

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

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

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

This text has shadow with #DBDDF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDDF4.

Preview

Color preview on black background

This text has color #DBDDF4 on black background.


Color preview on white background

This text has color #DBDDF4 on white background.


Black color preview on #DBDDF4 background

This text has black color on #DBDDF4 background.


White color preview on #DBDDF4 background

This text has white color on #DBDDF4 background.


Related colors

Complementary color

Complementary color for #hex is #24220B.


I love getcolorcode.com

Triadic colors

1 #F4DBDD and #DDF4DB with #DBDDF4 are triadic colors.

2 #F4DDDB and #DDDBF4 with #DBDDF4 are triadic colors.