COLOR #DBDAF3

HEX: #DBDAF3 RGB: (219,218,243)

Color info

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

RGB color model

#DBDAF3 color RGB value is (219,218,243).

RGB: (219,218,243) (86%, 85%, 95%)

RGB channels and saturation

R 219 of 255 = 86%
G 218 of 255 = 85%
B 243 of 255 = 95%

219
218
243

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

Portions of RGB colors in percentages

R + G + B = 219 + 218 + 243 = 680 (100%)
R 219 of 680 ~ 32.21%
G 218 of 680 ~ 32.06%
B 243 of 680 ~ 35.74'%

%32.21
%32.06
%35.74

CMYK color model

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

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

CMYK: (10,10,0,5)
C10M10Y0K5 (10%, 10%, 0%, 5%)
(0.10 / 0.10 / 0.00 / 0.05)

CMYK percentages

%9.88
%10.29
%0
%4.71

Codes

Color #DBDAF3 in popluar color models

DB DA F3
RGB 219 218 243
HSL 242° 51.02% 90.39%
HSB/HSV 242° 10.29% 95.29%
CMYK 9.88% 10.29% 0.00%
4.71%

Color #DBDAF3 in popluar number systems.

HEX DB DA F3
Decimal 219 218 243
Binary 11011011 11011010 11110011
Octal 333 332 363

Shades and tints

Shades of #DBDAF3

#DBDAF3
(219,218,243)
#C8C7DD
(200,199,221)
#B5B4C7
(181,180,199)
#A2A1B1
(162,161,177)
#8F8E9B
(143,142,155)
#7C7B85
(124,123,133)
#69686F
(105,104,111)
#565559
(86,85,89)
#434243
(67,66,67)
#302F2D
(48,47,45)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #DBDAF3

#DBDAF3
(219,218,243)
#DEDDF4
(222,221,244)
#E1E0F5
(225,224,245)
#E4E3F6
(228,227,246)
#E7E6F7
(231,230,247)
#EAE9F8
(234,233,248)
#EDECF9
(237,236,249)
#F0EFFA
(240,239,250)
#F3F2FB
(243,242,251)
#F6F5FC
(246,245,252)
#F9F8FD
(249,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDAF3; }

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

This text font color is #DBDAF3.

Background Color

.myBgColor { background-color: #DBDAF3; }

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

This div background color is #DBDAF3.

Border color

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

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

This div border color is #DBDAF3.

Opacity

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

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

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

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

This text has shadow with #DBDAF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDAF3.

Preview

Color preview on black background

This text has color #DBDAF3 on black background.


Color preview on white background

This text has color #DBDAF3 on white background.


Black color preview on #DBDAF3 background

This text has black color on #DBDAF3 background.


White color preview on #DBDAF3 background

This text has white color on #DBDAF3 background.


Related colors

Complementary color

Complementary color for #hex is #24250C.


I love getcolorcode.com

Triadic colors

1 #F3DBDA and #DAF3DB with #DBDAF3 are triadic colors.

2 #F3DADB and #DADBF3 with #DBDAF3 are triadic colors.