COLOR #DBCCEA

HEX: #DBCCEA RGB: (219,204,234)

Color info

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

RGB color model

#DBCCEA color RGB value is (219,204,234).

RGB: (219,204,234) (86%, 80%, 92%)

RGB channels and saturation

R 219 of 255 = 86%
G 204 of 255 = 80%
B 234 of 255 = 92%

219
204
234

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

Portions of RGB colors in percentages

R + G + B = 219 + 204 + 234 = 657 (100%)
R 219 of 657 ~ 33.33%
G 204 of 657 ~ 31.05%
B 234 of 657 ~ 35.62'%

%33.33
%31.05
%35.62

CMYK color model

#DBCCEA color CMYK value is (6,13,0,8).

  • cyan value is 6.41%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (6,13,0,8)
C6M13Y0K8 (6%, 13%, 0%, 8%)
(0.06 / 0.13 / 0.00 / 0.08)

CMYK percentages

%6.41
%12.82
%0
%8.24

Codes

Color #DBCCEA in popluar color models

DB CC EA
RGB 219 204 234
HSL 270° 41.67% 85.88%
HSB/HSV 270° 12.82% 91.76%
CMYK 6.41% 12.82% 0.00%
8.24%

Color #DBCCEA in popluar number systems.

HEX DB CC EA
Decimal 219 204 234
Binary 11011011 11001100 11101010
Octal 333 314 352

Shades and tints

Shades of #DBCCEA

#DBCCEA
(219,204,234)
#C8BAD5
(200,186,213)
#B5A8C0
(181,168,192)
#A296AB
(162,150,171)
#8F8496
(143,132,150)
#7C7281
(124,114,129)
#69606C
(105,96,108)
#564E57
(86,78,87)
#433C42
(67,60,66)
#302A2D
(48,42,45)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #DBCCEA

#DBCCEA
(219,204,234)
#DED0EB
(222,208,235)
#E1D4EC
(225,212,236)
#E4D8ED
(228,216,237)
#E7DCEE
(231,220,238)
#EAE0EF
(234,224,239)
#EDE4F0
(237,228,240)
#F0E8F1
(240,232,241)
#F3ECF2
(243,236,242)
#F6F0F3
(246,240,243)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBCCEA color. Also use rgb(219,204,234) instead hex code.

Text Font Color

.myTextColor { color: #DBCCEA; }

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

This text font color is #DBCCEA.

Background Color

.myBgColor { background-color: #DBCCEA; }

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

This div background color is #DBCCEA.

Border color

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

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

This div border color is #DBCCEA.

Opacity

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

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

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

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

This text has shadow with #DBCCEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCCEA.

Preview

Color preview on black background

This text has color #DBCCEA on black background.


Color preview on white background

This text has color #DBCCEA on white background.


Black color preview on #DBCCEA background

This text has black color on #DBCCEA background.


White color preview on #DBCCEA background

This text has white color on #DBCCEA background.


Related colors

Complementary color

Complementary color for #hex is #243315.


I love getcolorcode.com

Triadic colors

1 #EADBCC and #CCEADB with #DBCCEA are triadic colors.

2 #EACCDB and #CCDBEA with #DBCCEA are triadic colors.