COLOR #DBCDF2

HEX: #DBCDF2 RGB: (219,205,242)

Color info

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

RGB color model

#DBCDF2 color RGB value is (219,205,242).

RGB: (219,205,242) (86%, 80%, 95%)

RGB channels and saturation

R 219 of 255 = 86%
G 205 of 255 = 80%
B 242 of 255 = 95%

219
205
242

R + G + B ~ 87%. #DBCDF2 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 205 + 242 = 666 (100%)
R 219 of 666 ~ 32.88%
G 205 of 666 ~ 30.78%
B 242 of 666 ~ 36.34'%

%32.88
%30.78
%36.34

CMYK color model

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

  • cyan value is 9.50%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (10,15,0,5)
C10M15Y0K5 (10%, 15%, 0%, 5%)
(0.10 / 0.15 / 0.00 / 0.05)

CMYK percentages

%9.5
%15.29
%0
%5.1

Codes

Color #DBCDF2 in popluar color models

DB CD F2
RGB 219 205 242
HSL 263° 58.73% 87.65%
HSB/HSV 263° 15.29% 94.90%
CMYK 9.50% 15.29% 0.00%
5.10%

Color #DBCDF2 in popluar number systems.

HEX DB CD F2
Decimal 219 205 242
Binary 11011011 11001101 11110010
Octal 333 315 362

Shades and tints

Shades of #DBCDF2

#DBCDF2
(219,205,242)
#C8BBDC
(200,187,220)
#B5A9C6
(181,169,198)
#A297B0
(162,151,176)
#8F859A
(143,133,154)
#7C7384
(124,115,132)
#69616E
(105,97,110)
#564F58
(86,79,88)
#433D42
(67,61,66)
#302B2C
(48,43,44)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #DBCDF2

#DBCDF2
(219,205,242)
#DED1F3
(222,209,243)
#E1D5F4
(225,213,244)
#E4D9F5
(228,217,245)
#E7DDF6
(231,221,246)
#EAE1F7
(234,225,247)
#EDE5F8
(237,229,248)
#F0E9F9
(240,233,249)
#F3EDFA
(243,237,250)
#F6F1FB
(246,241,251)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBCDF2 color. Also use rgb(219,205,242) instead hex code.

Text Font Color

.myTextColor { color: #DBCDF2; }

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

This text font color is #DBCDF2.

Background Color

.myBgColor { background-color: #DBCDF2; }

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

This div background color is #DBCDF2.

Border color

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

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

This div border color is #DBCDF2.

Opacity

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

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

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

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

This text has shadow with #DBCDF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCDF2.

Preview

Color preview on black background

This text has color #DBCDF2 on black background.


Color preview on white background

This text has color #DBCDF2 on white background.


Black color preview on #DBCDF2 background

This text has black color on #DBCDF2 background.


White color preview on #DBCDF2 background

This text has white color on #DBCDF2 background.


Related colors

Complementary color

Complementary color for #hex is #24320D.


I love getcolorcode.com

Triadic colors

1 #F2DBCD and #CDF2DB with #DBCDF2 are triadic colors.

2 #F2CDDB and #CDDBF2 with #DBCDF2 are triadic colors.