COLOR #DBDAEB

HEX: #DBDAEB RGB: (219,218,235)

Color info

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

RGB color model

#DBDAEB color RGB value is (219,218,235).

RGB: (219,218,235) (86%, 85%, 92%)

RGB channels and saturation

R 219 of 255 = 86%
G 218 of 255 = 85%
B 235 of 255 = 92%

219
218
235

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

Portions of RGB colors in percentages

R + G + B = 219 + 218 + 235 = 672 (100%)
R 219 of 672 ~ 32.59%
G 218 of 672 ~ 32.44%
B 235 of 672 ~ 34.97'%

%32.59
%32.44
%34.97

CMYK color model

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

  • cyan value is 6.81%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 7.84%

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

CMYK percentages

%6.81
%7.23
%0
%7.84

Codes

Color #DBDAEB in popluar color models

DB DA EB
RGB 219 218 235
HSL 244° 29.82% 88.82%
HSB/HSV 244° 7.23% 92.16%
CMYK 6.81% 7.23% 0.00%
7.84%

Color #DBDAEB in popluar number systems.

HEX DB DA EB
Decimal 219 218 235
Binary 11011011 11011010 11101011
Octal 333 332 353

Shades and tints

Shades of #DBDAEB

#DBDAEB
(219,218,235)
#C8C7D6
(200,199,214)
#B5B4C1
(181,180,193)
#A2A1AC
(162,161,172)
#8F8E97
(143,142,151)
#7C7B82
(124,123,130)
#69686D
(105,104,109)
#565558
(86,85,88)
#434243
(67,66,67)
#302F2E
(48,47,46)
#1D1C19
(29,28,25)
#000000
(0,0,0)

Tints of #DBDAEB

#DBDAEB
(219,218,235)
#DEDDEC
(222,221,236)
#E1E0ED
(225,224,237)
#E4E3EE
(228,227,238)
#E7E6EF
(231,230,239)
#EAE9F0
(234,233,240)
#EDECF1
(237,236,241)
#F0EFF2
(240,239,242)
#F3F2F3
(243,242,243)
#F6F5F4
(246,245,244)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDAEB; }

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

This text font color is #DBDAEB.

Background Color

.myBgColor { background-color: #DBDAEB; }

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

This div background color is #DBDAEB.

Border color

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

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

This div border color is #DBDAEB.

Opacity

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

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

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

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

This text has shadow with #DBDAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDAEB.

Preview

Color preview on black background

This text has color #DBDAEB on black background.


Color preview on white background

This text has color #DBDAEB on white background.


Black color preview on #DBDAEB background

This text has black color on #DBDAEB background.


White color preview on #DBDAEB background

This text has white color on #DBDAEB background.


Related colors

Complementary color

Complementary color for #hex is #242514.


I love getcolorcode.com

Triadic colors

1 #EBDBDA and #DAEBDB with #DBDAEB are triadic colors.

2 #EBDADB and #DADBEB with #DBDAEB are triadic colors.