COLOR #DAA5ED

HEX: #DAA5ED
RGB: (218,165,237)

Color info

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

RGB color model

#DAA5ED color RGB value is (218,165,237).

  • red value is 218;
  • green value is 165;
  • blue value is 237.
RGB:
(218,165,237)
(85%,65%,93%)

RGB channels and saturation

R 218 of 255 = 85%
G 165 of 255 = 65%
B 237 of 255 = 93%

218
165
237

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

Portions of RGB colors in percentages

R + G + B =
218 + 165 + 237 = 620 (100%)
R 218 of 620 ~ 35.16%
G 165 of 620 ~ 26.61%
B 237 of 620 ~ 38.23%

%35.16
%26.61
%38.23

CMYK color model

#DAA5ED color CMYK value is (8,30,0,7).

  • cyan value is 8.02%
  • magenta value is 30.38%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(8,30,0,7)
C8M30Y0K7 
(8%,30%,0%,7%)
(0.08/0.30/0.00/0.07)	

CMYK percentages

%8.02
%30.38
%0
%7.06

Codes

Color #DAA5ED in popluar color models

DAA5ED
RGB218165237
HSL284°66.67%78.82%
HSB/HSV284°30.38%92.94%
CMYK8.02%30.38%0.00%
7.06%

Color #DAA5ED in popluar number systems.

HEXDAA5ED
Decimal218165237
Binary110110101010010111101101
Octal332245355

Shades and tints

Shades of #DAA5ED

#DAA5ED
(218,165,237)
#C796D8
(199,150,216)
#B487C3
(180,135,195)
#A178AE
(161,120,174)
#8E6999
(142,105,153)
#7B5A84
(123,90,132)
#684B6F
(104,75,111)
#553C5A
(85,60,90)
#422D45
(66,45,69)
#2F1E30
(47,30,48)
#1C0F1B
(28,15,27)
#000000
(0,0,0)

Tints of #DAA5ED

#DAA5ED
(218,165,237)
#DDADEE
(221,173,238)
#E0B5EF
(224,181,239)
#E3BDF0
(227,189,240)
#E6C5F1
(230,197,241)
#E9CDF2
(233,205,242)
#ECD5F3
(236,213,243)
#EFDDF4
(239,221,244)
#F2E5F5
(242,229,245)
#F5EDF6
(245,237,246)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA5ED color. Also use rgb(218,165,237) instead hex code.

Text Font Color

.myTextColor { color: #DAA5ED; }

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

This text font color is #DAA5ED.


Background Color

.myBgColor { background-color: #DAA5ED; }

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

This div background color is #DAA5ED.


Border color

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

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

This div border color is #DAA5ED.


Opacity

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

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

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

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

This text has shadow with #DAA5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA5ED on black background.


Color preview on white background

This text has color #DAA5ED on white background.



Black color preview on #DAA5ED background

This text has black color on #DAA5ED background.


White color preview on #DAA5ED background

This text has white color on #DAA5ED background.