COLOR #DBCAEB

HEX: #DBCAEB
RGB: (219,202,235)

Color info

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

RGB color model

#DBCAEB color RGB value is (219,202,235).

  • red value is 219;
  • green value is 202;
  • blue value is 235.
RGB:
(219,202,235)
(86%,79%,92%)

RGB channels and saturation

R 219 of 255 = 86%
G 202 of 255 = 79%
B 235 of 255 = 92%

219
202
235

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

Portions of RGB colors in percentages

R + G + B =
219 + 202 + 235 = 656 (100%)
R 219 of 656 ~ 33.38%
G 202 of 656 ~ 30.79%
B 235 of 656 ~ 35.82%

%33.38
%30.79
%35.82

CMYK color model

#DBCAEB color CMYK value is (7,14,0,8).

  • cyan value is 6.81%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(7,14,0,8)
C7M14Y0K8 
(7%,14%,0%,8%)
(0.07/0.14/0.00/0.08)	

CMYK percentages

%6.81
%14.04
%0
%7.84

Codes

Color #DBCAEB in popluar color models

DBCAEB
RGB219202235
HSL271°45.21%85.69%
HSB/HSV271°14.04%92.16%
CMYK6.81%14.04%0.00%
7.84%

Color #DBCAEB in popluar number systems.

HEXDBCAEB
Decimal219202235
Binary110110111100101011101011
Octal333312353

Shades and tints

Shades of #DBCAEB

#DBCAEB
(219,202,235)
#C8B8D6
(200,184,214)
#B5A6C1
(181,166,193)
#A294AC
(162,148,172)
#8F8297
(143,130,151)
#7C7082
(124,112,130)
#695E6D
(105,94,109)
#564C58
(86,76,88)
#433A43
(67,58,67)
#30282E
(48,40,46)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #DBCAEB

#DBCAEB
(219,202,235)
#DECEEC
(222,206,236)
#E1D2ED
(225,210,237)
#E4D6EE
(228,214,238)
#E7DAEF
(231,218,239)
#EADEF0
(234,222,240)
#EDE2F1
(237,226,241)
#F0E6F2
(240,230,242)
#F3EAF3
(243,234,243)
#F6EEF4
(246,238,244)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBCAEB color. Also use rgb(219,202,235) instead hex code.

Text Font Color

.myTextColor { color: #DBCAEB; }

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

This text font color is #DBCAEB.


Background Color

.myBgColor { background-color: #DBCAEB; }

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

This div background color is #DBCAEB.


Border color

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

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

This div border color is #DBCAEB.


Opacity

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

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

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

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

This text has shadow with #DBCAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCAEB on black background.


Color preview on white background

This text has color #DBCAEB on white background.



Black color preview on #DBCAEB background

This text has black color on #DBCAEB background.


White color preview on #DBCAEB background

This text has white color on #DBCAEB background.