COLOR #DAA0EA

HEX: #DAA0EA RGB: (218,160,234)

Color info

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

RGB color model

#DAA0EA color RGB value is (218,160,234).

RGB: (218,160,234) (85%, 63%, 92%)

RGB channels and saturation

R 218 of 255 = 85%
G 160 of 255 = 63%
B 234 of 255 = 92%

218
160
234

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

Portions of RGB colors in percentages

R + G + B = 218 + 160 + 234 = 612 (100%)
R 218 of 612 ~ 35.62%
G 160 of 612 ~ 26.14%
B 234 of 612 ~ 38.24'%

%35.62
%26.14
%38.24

CMYK color model

#DAA0EA color CMYK value is (7,32,0,8).

  • cyan value is 6.84%
  • magenta value is 31.62%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (7,32,0,8)
C7M32Y0K8 (7%, 32%, 0%, 8%)
(0.07 / 0.32 / 0.00 / 0.08)

CMYK percentages

%6.84
%31.62
%0
%8.24

Codes

Color #DAA0EA in popluar color models

DA A0 EA
RGB 218 160 234
HSL 287° 63.79% 77.25%
HSB/HSV 287° 31.62% 91.76%
CMYK 6.84% 31.62% 0.00%
8.24%

Color #DAA0EA in popluar number systems.

HEX DA A0 EA
Decimal 218 160 234
Binary 11011010 10100000 11101010
Octal 332 240 352

Shades and tints

Shades of #DAA0EA

#DAA0EA
(218,160,234)
#C792D5
(199,146,213)
#B484C0
(180,132,192)
#A176AB
(161,118,171)
#8E6896
(142,104,150)
#7B5A81
(123,90,129)
#684C6C
(104,76,108)
#553E57
(85,62,87)
#423042
(66,48,66)
#2F222D
(47,34,45)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #DAA0EA

#DAA0EA
(218,160,234)
#DDA8EB
(221,168,235)
#E0B0EC
(224,176,236)
#E3B8ED
(227,184,237)
#E6C0EE
(230,192,238)
#E9C8EF
(233,200,239)
#ECD0F0
(236,208,240)
#EFD8F1
(239,216,241)
#F2E0F2
(242,224,242)
#F5E8F3
(245,232,243)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA0EA color. Also use rgb(218,160,234) instead hex code.

Text Font Color

.myTextColor { color: #DAA0EA; }

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

This text font color is #DAA0EA.

Background Color

.myBgColor { background-color: #DAA0EA; }

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

This div background color is #DAA0EA.

Border color

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

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

This div border color is #DAA0EA.

Opacity

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

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

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

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

This text has shadow with #DAA0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA0EA.

Preview

Color preview on black background

This text has color #DAA0EA on black background.


Color preview on white background

This text has color #DAA0EA on white background.


Black color preview on #DAA0EA background

This text has black color on #DAA0EA background.


White color preview on #DAA0EA background

This text has white color on #DAA0EA background.


Related colors

Complementary color

Complementary color for #hex is #255F15.


I love getcolorcode.com

Triadic colors

1 #EADAA0 and #A0EADA with #DAA0EA are triadic colors.

2 #EAA0DA and #A0DAEA with #DAA0EA are triadic colors.