COLOR #DAAAE8

HEX: #DAAAE8
RGB: (218,170,232)

Color info

#DAAAE8 contains mainly red and blue colors. Web safe color of #DAAAE8 is #CC99FF (or #C9F).

RGB color model

#DAAAE8 color RGB value is (218,170,232).

  • red value is 218;
  • green value is 170;
  • blue value is 232.
RGB:
(218,170,232)
(85%,67%,91%)

RGB channels and saturation

R 218 of 255 = 85%
G 170 of 255 = 67%
B 232 of 255 = 91%

218
170
232

R + G + B ~ 81%. #DAAAE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 170 + 232 = 620 (100%)
R 218 of 620 ~ 35.16%
G 170 of 620 ~ 27.42%
B 232 of 620 ~ 37.42%

%35.16
%27.42
%37.42

CMYK color model

#DAAAE8 color CMYK value is (6,27,0,9).

  • cyan value is 6.03%
  • magenta value is 26.72%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(6,27,0,9)
C6M27Y0K9 
(6%,27%,0%,9%)
(0.06/0.27/0.00/0.09)	

CMYK percentages

%6.03
%26.72
%0
%9.02

Codes

Color #DAAAE8 in popluar color models

DAAAE8
RGB218170232
HSL286°57.41%78.82%
HSB/HSV286°26.72%90.98%
CMYK6.03%26.72%0.00%
9.02%

Color #DAAAE8 in popluar number systems.

HEXDAAAE8
Decimal218170232
Binary110110101010101011101000
Octal332252350

Shades and tints

Shades of #DAAAE8

#DAAAE8
(218,170,232)
#C79BD3
(199,155,211)
#B48CBE
(180,140,190)
#A17DA9
(161,125,169)
#8E6E94
(142,110,148)
#7B5F7F
(123,95,127)
#68506A
(104,80,106)
#554155
(85,65,85)
#423240
(66,50,64)
#2F232B
(47,35,43)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #DAAAE8

#DAAAE8
(218,170,232)
#DDB1EA
(221,177,234)
#E0B8EC
(224,184,236)
#E3BFEE
(227,191,238)
#E6C6F0
(230,198,240)
#E9CDF2
(233,205,242)
#ECD4F4
(236,212,244)
#EFDBF6
(239,219,246)
#F2E2F8
(242,226,248)
#F5E9FA
(245,233,250)
#F8F0FC
(248,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAAAE8 color. Also use rgb(218,170,232) instead hex code.

Text Font Color

.myTextColor { color: #DAAAE8; }

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

This text font color is #DAAAE8.


Background Color

.myBgColor { background-color: #DAAAE8; }

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

This div background color is #DAAAE8.


Border color

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

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

This div border color is #DAAAE8.


Opacity

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

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

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

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

This text has shadow with #DAAAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAAAE8 on black background.


Color preview on white background

This text has color #DAAAE8 on white background.



Black color preview on #DAAAE8 background

This text has black color on #DAAAE8 background.


White color preview on #DAAAE8 background

This text has white color on #DAAAE8 background.