COLOR #DBAFE5

HEX: #DBAFE5 RGB: (219,175,229)

Color info

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

RGB color model

#DBAFE5 color RGB value is (219,175,229).

RGB: (219,175,229) (86%, 69%, 90%)

RGB channels and saturation

R 219 of 255 = 86%
G 175 of 255 = 69%
B 229 of 255 = 90%

219
175
229

R + G + B ~ 82%. #DBAFE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 175 + 229 = 623 (100%)
R 219 of 623 ~ 35.15%
G 175 of 623 ~ 28.09%
B 229 of 623 ~ 36.76'%

%35.15
%28.09
%36.76

CMYK color model

#DBAFE5 color CMYK value is (4,24,0,10).

  • cyan value is 4.37%
  • magenta value is 23.58%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (4,24,0,10)
C4M24Y0K10 (4%, 24%, 0%, 10%)
(0.04 / 0.24 / 0.00 / 0.10)

CMYK percentages

%4.37
%23.58
%0
%10.2

Codes

Color #DBAFE5 in popluar color models

DB AF E5
RGB 219 175 229
HSL 289° 50.94% 79.22%
HSB/HSV 289° 23.58% 89.80%
CMYK 4.37% 23.58% 0.00%
10.20%

Color #DBAFE5 in popluar number systems.

HEX DB AF E5
Decimal 219 175 229
Binary 11011011 10101111 11100101
Octal 333 257 345

Shades and tints

Shades of #DBAFE5

#DBAFE5
(219,175,229)
#C8A0D1
(200,160,209)
#B591BD
(181,145,189)
#A282A9
(162,130,169)
#8F7395
(143,115,149)
#7C6481
(124,100,129)
#69556D
(105,85,109)
#564659
(86,70,89)
#433745
(67,55,69)
#302831
(48,40,49)
#1D191D
(29,25,29)
#000000
(0,0,0)

Tints of #DBAFE5

#DBAFE5
(219,175,229)
#DEB6E7
(222,182,231)
#E1BDE9
(225,189,233)
#E4C4EB
(228,196,235)
#E7CBED
(231,203,237)
#EAD2EF
(234,210,239)
#EDD9F1
(237,217,241)
#F0E0F3
(240,224,243)
#F3E7F5
(243,231,245)
#F6EEF7
(246,238,247)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBAFE5 color. Also use rgb(219,175,229) instead hex code.

Text Font Color

.myTextColor { color: #DBAFE5; }

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

This text font color is #DBAFE5.

Background Color

.myBgColor { background-color: #DBAFE5; }

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

This div background color is #DBAFE5.

Border color

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

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

This div border color is #DBAFE5.

Opacity

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

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

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

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

This text has shadow with #DBAFE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBAFE5.

Preview

Color preview on black background

This text has color #DBAFE5 on black background.


Color preview on white background

This text has color #DBAFE5 on white background.


Black color preview on #DBAFE5 background

This text has black color on #DBAFE5 background.


White color preview on #DBAFE5 background

This text has white color on #DBAFE5 background.


Related colors

Complementary color

Complementary color for #hex is #24501A.


I love getcolorcode.com

Triadic colors

1 #E5DBAF and #AFE5DB with #DBAFE5 are triadic colors.

2 #E5AFDB and #AFDBE5 with #DBAFE5 are triadic colors.