COLOR #DBCDF0

HEX: #DBCDF0 RGB: (219,205,240)

Color info

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

RGB color model

#DBCDF0 color RGB value is (219,205,240).

RGB: (219,205,240) (86%, 80%, 94%)

RGB channels and saturation

R 219 of 255 = 86%
G 205 of 255 = 80%
B 240 of 255 = 94%

219
205
240

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

Portions of RGB colors in percentages

R + G + B = 219 + 205 + 240 = 664 (100%)
R 219 of 664 ~ 32.98%
G 205 of 664 ~ 30.87%
B 240 of 664 ~ 36.14'%

%32.98
%30.87
%36.14

CMYK color model

#DBCDF0 color CMYK value is (9,15,0,6).

  • cyan value is 8.75%
  • magenta value is 14.58%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (9,15,0,6)
C9M15Y0K6 (9%, 15%, 0%, 6%)
(0.09 / 0.15 / 0.00 / 0.06)

CMYK percentages

%8.75
%14.58
%0
%5.88

Codes

Color #DBCDF0 in popluar color models

DB CD F0
RGB 219 205 240
HSL 264° 53.85% 87.25%
HSB/HSV 264° 14.58% 94.12%
CMYK 8.75% 14.58% 0.00%
5.88%

Color #DBCDF0 in popluar number systems.

HEX DB CD F0
Decimal 219 205 240
Binary 11011011 11001101 11110000
Octal 333 315 360

Shades and tints

Shades of #DBCDF0

#DBCDF0
(219,205,240)
#C8BBDB
(200,187,219)
#B5A9C6
(181,169,198)
#A297B1
(162,151,177)
#8F859C
(143,133,156)
#7C7387
(124,115,135)
#696172
(105,97,114)
#564F5D
(86,79,93)
#433D48
(67,61,72)
#302B33
(48,43,51)
#1D191E
(29,25,30)
#000000
(0,0,0)

Tints of #DBCDF0

#DBCDF0
(219,205,240)
#DED1F1
(222,209,241)
#E1D5F2
(225,213,242)
#E4D9F3
(228,217,243)
#E7DDF4
(231,221,244)
#EAE1F5
(234,225,245)
#EDE5F6
(237,229,246)
#F0E9F7
(240,233,247)
#F3EDF8
(243,237,248)
#F6F1F9
(246,241,249)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCDF0; }

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

This text font color is #DBCDF0.

Background Color

.myBgColor { background-color: #DBCDF0; }

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

This div background color is #DBCDF0.

Border color

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

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

This div border color is #DBCDF0.

Opacity

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

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

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

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

This text has shadow with #DBCDF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCDF0.

Preview

Color preview on black background

This text has color #DBCDF0 on black background.


Color preview on white background

This text has color #DBCDF0 on white background.


Black color preview on #DBCDF0 background

This text has black color on #DBCDF0 background.


White color preview on #DBCDF0 background

This text has white color on #DBCDF0 background.


Related colors

Complementary color

Complementary color for #hex is #24320F.


I love getcolorcode.com

Triadic colors

1 #F0DBCD and #CDF0DB with #DBCDF0 are triadic colors.

2 #F0CDDB and #CDDBF0 with #DBCDF0 are triadic colors.