COLOR #DBC6F0

HEX: #DBC6F0 RGB: (219,198,240)

Color info

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

RGB color model

#DBC6F0 color RGB value is (219,198,240).

RGB: (219,198,240) (86%, 78%, 94%)

RGB channels and saturation

R 219 of 255 = 86%
G 198 of 255 = 78%
B 240 of 255 = 94%

219
198
240

R + G + B ~ 86%. #DBC6F0 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 198 + 240 = 657 (100%)
R 219 of 657 ~ 33.33%
G 198 of 657 ~ 30.14%
B 240 of 657 ~ 36.53'%

%33.33
%30.14
%36.53

CMYK color model

#DBC6F0 color CMYK value is (9,18,0,6).

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

CMYK: (9,18,0,6)
C9M18Y0K6 (9%, 18%, 0%, 6%)
(0.09 / 0.18 / 0.00 / 0.06)

CMYK percentages

%8.75
%17.5
%0
%5.88

Codes

Color #DBC6F0 in popluar color models

DB C6 F0
RGB 219 198 240
HSL 270° 58.33% 85.88%
HSB/HSV 270° 17.50% 94.12%
CMYK 8.75% 17.50% 0.00%
5.88%

Color #DBC6F0 in popluar number systems.

HEX DB C6 F0
Decimal 219 198 240
Binary 11011011 11000110 11110000
Octal 333 306 360

Shades and tints

Shades of #DBC6F0

#DBC6F0
(219,198,240)
#C8B4DB
(200,180,219)
#B5A2C6
(181,162,198)
#A290B1
(162,144,177)
#8F7E9C
(143,126,156)
#7C6C87
(124,108,135)
#695A72
(105,90,114)
#56485D
(86,72,93)
#433648
(67,54,72)
#302433
(48,36,51)
#1D121E
(29,18,30)
#000000
(0,0,0)

Tints of #DBC6F0

#DBC6F0
(219,198,240)
#DECBF1
(222,203,241)
#E1D0F2
(225,208,242)
#E4D5F3
(228,213,243)
#E7DAF4
(231,218,244)
#EADFF5
(234,223,245)
#EDE4F6
(237,228,246)
#F0E9F7
(240,233,247)
#F3EEF8
(243,238,248)
#F6F3F9
(246,243,249)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC6F0; }

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

This text font color is #DBC6F0.

Background Color

.myBgColor { background-color: #DBC6F0; }

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

This div background color is #DBC6F0.

Border color

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

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

This div border color is #DBC6F0.

Opacity

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

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

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

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

This text has shadow with #DBC6F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC6F0.

Preview

Color preview on black background

This text has color #DBC6F0 on black background.


Color preview on white background

This text has color #DBC6F0 on white background.


Black color preview on #DBC6F0 background

This text has black color on #DBC6F0 background.


White color preview on #DBC6F0 background

This text has white color on #DBC6F0 background.


Related colors

Complementary color

Complementary color for #hex is #24390F.


I love getcolorcode.com

Triadic colors

1 #F0DBC6 and #C6F0DB with #DBC6F0 are triadic colors.

2 #F0C6DB and #C6DBF0 with #DBC6F0 are triadic colors.