COLOR #DBD3F3

HEX: #DBD3F3 RGB: (219,211,243)

Color info

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

RGB color model

#DBD3F3 color RGB value is (219,211,243).

RGB: (219,211,243) (86%, 83%, 95%)

RGB channels and saturation

R 219 of 255 = 86%
G 211 of 255 = 83%
B 243 of 255 = 95%

219
211
243

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

Portions of RGB colors in percentages

R + G + B = 219 + 211 + 243 = 673 (100%)
R 219 of 673 ~ 32.54%
G 211 of 673 ~ 31.35%
B 243 of 673 ~ 36.11'%

%32.54
%31.35
%36.11

CMYK color model

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

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

CMYK: (10,13,0,5)
C10M13Y0K5 (10%, 13%, 0%, 5%)
(0.10 / 0.13 / 0.00 / 0.05)

CMYK percentages

%9.88
%13.17
%0
%4.71

Codes

Color #DBD3F3 in popluar color models

DB D3 F3
RGB 219 211 243
HSL 255° 57.14% 89.02%
HSB/HSV 255° 13.17% 95.29%
CMYK 9.88% 13.17% 0.00%
4.71%

Color #DBD3F3 in popluar number systems.

HEX DB D3 F3
Decimal 219 211 243
Binary 11011011 11010011 11110011
Octal 333 323 363

Shades and tints

Shades of #DBD3F3

#DBD3F3
(219,211,243)
#C8C0DD
(200,192,221)
#B5ADC7
(181,173,199)
#A29AB1
(162,154,177)
#8F879B
(143,135,155)
#7C7485
(124,116,133)
#69616F
(105,97,111)
#564E59
(86,78,89)
#433B43
(67,59,67)
#30282D
(48,40,45)
#1D1517
(29,21,23)
#000000
(0,0,0)

Tints of #DBD3F3

#DBD3F3
(219,211,243)
#DED7F4
(222,215,244)
#E1DBF5
(225,219,245)
#E4DFF6
(228,223,246)
#E7E3F7
(231,227,247)
#EAE7F8
(234,231,248)
#EDEBF9
(237,235,249)
#F0EFFA
(240,239,250)
#F3F3FB
(243,243,251)
#F6F7FC
(246,247,252)
#F9FBFD
(249,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD3F3; }

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

This text font color is #DBD3F3.

Background Color

.myBgColor { background-color: #DBD3F3; }

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

This div background color is #DBD3F3.

Border color

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

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

This div border color is #DBD3F3.

Opacity

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

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

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

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

This text has shadow with #DBD3F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD3F3.

Preview

Color preview on black background

This text has color #DBD3F3 on black background.


Color preview on white background

This text has color #DBD3F3 on white background.


Black color preview on #DBD3F3 background

This text has black color on #DBD3F3 background.


White color preview on #DBD3F3 background

This text has white color on #DBD3F3 background.


Related colors

Complementary color

Complementary color for #hex is #242C0C.


I love getcolorcode.com

Triadic colors

1 #F3DBD3 and #D3F3DB with #DBD3F3 are triadic colors.

2 #F3D3DB and #D3DBF3 with #DBD3F3 are triadic colors.