COLOR #DBDAEF

HEX: #DBDAEF RGB: (219,218,239)

Color info

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

RGB color model

#DBDAEF color RGB value is (219,218,239).

RGB: (219,218,239) (86%, 85%, 94%)

RGB channels and saturation

R 219 of 255 = 86%
G 218 of 255 = 85%
B 239 of 255 = 94%

219
218
239

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

Portions of RGB colors in percentages

R + G + B = 219 + 218 + 239 = 676 (100%)
R 219 of 676 ~ 32.4%
G 218 of 676 ~ 32.25%
B 239 of 676 ~ 35.36'%

%32.4
%32.25
%35.36

CMYK color model

#DBDAEF color CMYK value is (8,9,0,6).

  • cyan value is 8.37%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (8,9,0,6)
C8M9Y0K6 (8%, 9%, 0%, 6%)
(0.08 / 0.09 / 0.00 / 0.06)

CMYK percentages

%8.37
%8.79
%0
%6.27

Codes

Color #DBDAEF in popluar color models

DB DA EF
RGB 219 218 239
HSL 243° 39.62% 89.61%
HSB/HSV 243° 8.79% 93.73%
CMYK 8.37% 8.79% 0.00%
6.27%

Color #DBDAEF in popluar number systems.

HEX DB DA EF
Decimal 219 218 239
Binary 11011011 11011010 11101111
Octal 333 332 357

Shades and tints

Shades of #DBDAEF

#DBDAEF
(219,218,239)
#C8C7DA
(200,199,218)
#B5B4C5
(181,180,197)
#A2A1B0
(162,161,176)
#8F8E9B
(143,142,155)
#7C7B86
(124,123,134)
#696871
(105,104,113)
#56555C
(86,85,92)
#434247
(67,66,71)
#302F32
(48,47,50)
#1D1C1D
(29,28,29)
#000000
(0,0,0)

Tints of #DBDAEF

#DBDAEF
(219,218,239)
#DEDDF0
(222,221,240)
#E1E0F1
(225,224,241)
#E4E3F2
(228,227,242)
#E7E6F3
(231,230,243)
#EAE9F4
(234,233,244)
#EDECF5
(237,236,245)
#F0EFF6
(240,239,246)
#F3F2F7
(243,242,247)
#F6F5F8
(246,245,248)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDAEF; }

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

This text font color is #DBDAEF.

Background Color

.myBgColor { background-color: #DBDAEF; }

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

This div background color is #DBDAEF.

Border color

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

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

This div border color is #DBDAEF.

Opacity

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

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

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

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

This text has shadow with #DBDAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDAEF.

Preview

Color preview on black background

This text has color #DBDAEF on black background.


Color preview on white background

This text has color #DBDAEF on white background.


Black color preview on #DBDAEF background

This text has black color on #DBDAEF background.


White color preview on #DBDAEF background

This text has white color on #DBDAEF background.


Related colors

Complementary color

Complementary color for #hex is #242510.


I love getcolorcode.com

Triadic colors

1 #EFDBDA and #DAEFDB with #DBDAEF are triadic colors.

2 #EFDADB and #DADBEF with #DBDAEF are triadic colors.