COLOR #DBAEDD

HEX: #DBAEDD
RGB: (219,174,221)

Color info

#DBAEDD contains red, green and blue colors in about the same proportion. Web safe color of #DBAEDD is #CC99CC (or #C9C).

RGB color model

#DBAEDD color RGB value is (219,174,221).

  • red value is 219;
  • green value is 174;
  • blue value is 221.
RGB:
(219,174,221)
(86%,68%,87%)

RGB channels and saturation

R 219 of 255 = 86%
G 174 of 255 = 68%
B 221 of 255 = 87%

219
174
221

R + G + B ~ 80%. #DBAEDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 174 + 221 = 614 (100%)
R 219 of 614 ~ 35.67%
G 174 of 614 ~ 28.34%
B 221 of 614 ~ 35.99%

%35.67
%28.34
%35.99

CMYK color model

#DBAEDD color CMYK value is (1,21,0,13).

  • cyan value is 0.90%
  • magenta value is 21.27%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(1,21,0,13)
C1M21Y0K13 
(1%,21%,0%,13%)
(0.01/0.21/0.00/0.13)	

CMYK percentages

%0.9
%21.27
%0
%13.33

Codes

Color #DBAEDD in popluar color models

DBAEDD
RGB219174221
HSL297°40.87%77.45%
HSB/HSV297°21.27%86.67%
CMYK0.90%21.27%0.00%
13.33%

Color #DBAEDD in popluar number systems.

HEXDBAEDD
Decimal219174221
Binary110110111010111011011101
Octal333256335

Shades and tints

Shades of #DBAEDD

#DBAEDD
(219,174,221)
#C89FC9
(200,159,201)
#B590B5
(181,144,181)
#A281A1
(162,129,161)
#8F728D
(143,114,141)
#7C6379
(124,99,121)
#695465
(105,84,101)
#564551
(86,69,81)
#43363D
(67,54,61)
#302729
(48,39,41)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #DBAEDD

#DBAEDD
(219,174,221)
#DEB5E0
(222,181,224)
#E1BCE3
(225,188,227)
#E4C3E6
(228,195,230)
#E7CAE9
(231,202,233)
#EAD1EC
(234,209,236)
#EDD8EF
(237,216,239)
#F0DFF2
(240,223,242)
#F3E6F5
(243,230,245)
#F6EDF8
(246,237,248)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBAEDD color. Also use rgb(219,174,221) instead hex code.

Text Font Color

.myTextColor { color: #DBAEDD; }

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

This text font color is #DBAEDD.


Background Color

.myBgColor { background-color: #DBAEDD; }

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

This div background color is #DBAEDD.


Border color

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

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

This div border color is #DBAEDD.


Opacity

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

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

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

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

This text has shadow with #DBAEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBAEDD on black background.


Color preview on white background

This text has color #DBAEDD on white background.



Black color preview on #DBAEDD background

This text has black color on #DBAEDD background.


White color preview on #DBAEDD background

This text has white color on #DBAEDD background.