COLOR #DBCAE1

HEX: #DBCAE1
RGB: (219,202,225)

Color info

#DBCAE1 contains red, green and blue colors in about the same proportion. Web safe color of #DBCAE1 is #CCCCCC (or #CCC).

RGB color model

#DBCAE1 color RGB value is (219,202,225).

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

RGB channels and saturation

R 219 of 255 = 86%
G 202 of 255 = 79%
B 225 of 255 = 88%

219
202
225

R + G + B ~ 84%. #DBCAE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 202 + 225 = 646 (100%)
R 219 of 646 ~ 33.9%
G 202 of 646 ~ 31.27%
B 225 of 646 ~ 34.83%

%33.9
%31.27
%34.83

CMYK color model

#DBCAE1 color CMYK value is (3,10,0,12).

  • cyan value is 2.67%
  • magenta value is 10.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(3,10,0,12)
C3M10Y0K12 
(3%,10%,0%,12%)
(0.03/0.10/0.00/0.12)	

CMYK percentages

%2.67
%10.22
%0
%11.76

Codes

Color #DBCAE1 in popluar color models

DBCAE1
RGB219202225
HSL284°27.71%83.73%
HSB/HSV284°10.22%88.24%
CMYK2.67%10.22%0.00%
11.76%

Color #DBCAE1 in popluar number systems.

HEXDBCAE1
Decimal219202225
Binary110110111100101011100001
Octal333312341

Shades and tints

Shades of #DBCAE1

#DBCAE1
(219,202,225)
#C8B8CD
(200,184,205)
#B5A6B9
(181,166,185)
#A294A5
(162,148,165)
#8F8291
(143,130,145)
#7C707D
(124,112,125)
#695E69
(105,94,105)
#564C55
(86,76,85)
#433A41
(67,58,65)
#30282D
(48,40,45)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #DBCAE1

#DBCAE1
(219,202,225)
#DECEE3
(222,206,227)
#E1D2E5
(225,210,229)
#E4D6E7
(228,214,231)
#E7DAE9
(231,218,233)
#EADEEB
(234,222,235)
#EDE2ED
(237,226,237)
#F0E6EF
(240,230,239)
#F3EAF1
(243,234,241)
#F6EEF3
(246,238,243)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBCAE1; }

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

This text font color is #DBCAE1.


Background Color

.myBgColor { background-color: #DBCAE1; }

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

This div background color is #DBCAE1.


Border color

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

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

This div border color is #DBCAE1.


Opacity

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

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

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

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

This text has shadow with #DBCAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBCAE1 on black background.


Color preview on white background

This text has color #DBCAE1 on white background.



Black color preview on #DBCAE1 background

This text has black color on #DBCAE1 background.


White color preview on #DBCAE1 background

This text has white color on #DBCAE1 background.