COLOR #DAA2E2

HEX: #DAA2E2
RGB: (218,162,226)

Color info

#DAA2E2 contains mainly red and blue colors. Web safe color of #DAA2E2 is #CC99CC (or #C9C).

RGB color model

#DAA2E2 color RGB value is (218,162,226).

  • red value is 218;
  • green value is 162;
  • blue value is 226.
RGB:
(218,162,226)
(85%,64%,89%)

RGB channels and saturation

R 218 of 255 = 85%
G 162 of 255 = 64%
B 226 of 255 = 89%

218
162
226

R + G + B ~ 79%. #DAA2E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 162 + 226 = 606 (100%)
R 218 of 606 ~ 35.97%
G 162 of 606 ~ 26.73%
B 226 of 606 ~ 37.29%

%35.97
%26.73
%37.29

CMYK color model

#DAA2E2 color CMYK value is (4,28,0,11).

  • cyan value is 3.54%
  • magenta value is 28.32%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(4,28,0,11)
C4M28Y0K11 
(4%,28%,0%,11%)
(0.04/0.28/0.00/0.11)	

CMYK percentages

%3.54
%28.32
%0
%11.37

Codes

Color #DAA2E2 in popluar color models

DAA2E2
RGB218162226
HSL293°52.46%76.08%
HSB/HSV293°28.32%88.63%
CMYK3.54%28.32%0.00%
11.37%

Color #DAA2E2 in popluar number systems.

HEXDAA2E2
Decimal218162226
Binary110110101010001011100010
Octal332242342

Shades and tints

Shades of #DAA2E2

#DAA2E2
(218,162,226)
#C794CE
(199,148,206)
#B486BA
(180,134,186)
#A178A6
(161,120,166)
#8E6A92
(142,106,146)
#7B5C7E
(123,92,126)
#684E6A
(104,78,106)
#554056
(85,64,86)
#423242
(66,50,66)
#2F242E
(47,36,46)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #DAA2E2

#DAA2E2
(218,162,226)
#DDAAE4
(221,170,228)
#E0B2E6
(224,178,230)
#E3BAE8
(227,186,232)
#E6C2EA
(230,194,234)
#E9CAEC
(233,202,236)
#ECD2EE
(236,210,238)
#EFDAF0
(239,218,240)
#F2E2F2
(242,226,242)
#F5EAF4
(245,234,244)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA2E2 color. Also use rgb(218,162,226) instead hex code.

Text Font Color

.myTextColor { color: #DAA2E2; }

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

This text font color is #DAA2E2.


Background Color

.myBgColor { background-color: #DAA2E2; }

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

This div background color is #DAA2E2.


Border color

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

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

This div border color is #DAA2E2.


Opacity

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

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

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

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

This text has shadow with #DAA2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA2E2 on black background.


Color preview on white background

This text has color #DAA2E2 on white background.



Black color preview on #DAA2E2 background

This text has black color on #DAA2E2 background.


White color preview on #DAA2E2 background

This text has white color on #DAA2E2 background.