COLOR #DBDAED

HEX: #DBDAED RGB: (219,218,237)

Color info

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

RGB color model

#DBDAED color RGB value is (219,218,237).

RGB: (219,218,237) (86%, 85%, 93%)

RGB channels and saturation

R 219 of 255 = 86%
G 218 of 255 = 85%
B 237 of 255 = 93%

219
218
237

R + G + B ~ 88%. #DBDAED is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 218 + 237 = 674 (100%)
R 219 of 674 ~ 32.49%
G 218 of 674 ~ 32.34%
B 237 of 674 ~ 35.16'%

%32.49
%32.34
%35.16

CMYK color model

#DBDAED color CMYK value is (8,8,0,7).

  • cyan value is 7.59%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (8,8,0,7)
C8M8Y0K7 (8%, 8%, 0%, 7%)
(0.08 / 0.08 / 0.00 / 0.07)

CMYK percentages

%7.59
%8.02
%0
%7.06

Codes

Color #DBDAED in popluar color models

DB DA ED
RGB 219 218 237
HSL 243° 34.55% 89.22%
HSB/HSV 243° 8.02% 92.94%
CMYK 7.59% 8.02% 0.00%
7.06%

Color #DBDAED in popluar number systems.

HEX DB DA ED
Decimal 219 218 237
Binary 11011011 11011010 11101101
Octal 333 332 355

Shades and tints

Shades of #DBDAED

#DBDAED
(219,218,237)
#C8C7D8
(200,199,216)
#B5B4C3
(181,180,195)
#A2A1AE
(162,161,174)
#8F8E99
(143,142,153)
#7C7B84
(124,123,132)
#69686F
(105,104,111)
#56555A
(86,85,90)
#434245
(67,66,69)
#302F30
(48,47,48)
#1D1C1B
(29,28,27)
#000000
(0,0,0)

Tints of #DBDAED

#DBDAED
(219,218,237)
#DEDDEE
(222,221,238)
#E1E0EF
(225,224,239)
#E4E3F0
(228,227,240)
#E7E6F1
(231,230,241)
#EAE9F2
(234,233,242)
#EDECF3
(237,236,243)
#F0EFF4
(240,239,244)
#F3F2F5
(243,242,245)
#F6F5F6
(246,245,246)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBDAED color. Also use rgb(219,218,237) instead hex code.

Text Font Color

.myTextColor { color: #DBDAED; }

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

This text font color is #DBDAED.

Background Color

.myBgColor { background-color: #DBDAED; }

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

This div background color is #DBDAED.

Border color

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

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

This div border color is #DBDAED.

Opacity

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

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

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

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

This text has shadow with #DBDAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDAED.

Preview

Color preview on black background

This text has color #DBDAED on black background.


Color preview on white background

This text has color #DBDAED on white background.


Black color preview on #DBDAED background

This text has black color on #DBDAED background.


White color preview on #DBDAED background

This text has white color on #DBDAED background.


Related colors

Complementary color

Complementary color for #hex is #242512.


I love getcolorcode.com

Triadic colors

1 #EDDBDA and #DAEDDB with #DBDAED are triadic colors.

2 #EDDADB and #DADBED with #DBDAED are triadic colors.