COLOR #DAAEE1

HEX: #DAAEE1 RGB: (218,174,225)

Color info

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

RGB color model

#DAAEE1 color RGB value is (218,174,225).

RGB: (218,174,225) (85%, 68%, 88%)

RGB channels and saturation

R 218 of 255 = 85%
G 174 of 255 = 68%
B 225 of 255 = 88%

218
174
225

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

Portions of RGB colors in percentages

R + G + B = 218 + 174 + 225 = 617 (100%)
R 218 of 617 ~ 35.33%
G 174 of 617 ~ 28.2%
B 225 of 617 ~ 36.47'%

%35.33
%28.2
%36.47

CMYK color model

#DAAEE1 color CMYK value is (3,23,0,12).

  • cyan value is 3.11%
  • magenta value is 22.67%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (3,23,0,12)
C3M23Y0K12 (3%, 23%, 0%, 12%)
(0.03 / 0.23 / 0.00 / 0.12)

CMYK percentages

%3.11
%22.67
%0
%11.76

Codes

Color #DAAEE1 in popluar color models

DA AE E1
RGB 218 174 225
HSL 292° 45.95% 78.24%
HSB/HSV 292° 22.67% 88.24%
CMYK 3.11% 22.67% 0.00%
11.76%

Color #DAAEE1 in popluar number systems.

HEX DA AE E1
Decimal 218 174 225
Binary 11011010 10101110 11100001
Octal 332 256 341

Shades and tints

Shades of #DAAEE1

#DAAEE1
(218,174,225)
#C79FCD
(199,159,205)
#B490B9
(180,144,185)
#A181A5
(161,129,165)
#8E7291
(142,114,145)
#7B637D
(123,99,125)
#685469
(104,84,105)
#554555
(85,69,85)
#423641
(66,54,65)
#2F272D
(47,39,45)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #DAAEE1

#DAAEE1
(218,174,225)
#DDB5E3
(221,181,227)
#E0BCE5
(224,188,229)
#E3C3E7
(227,195,231)
#E6CAE9
(230,202,233)
#E9D1EB
(233,209,235)
#ECD8ED
(236,216,237)
#EFDFEF
(239,223,239)
#F2E6F1
(242,230,241)
#F5EDF3
(245,237,243)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAAEE1 color. Also use rgb(218,174,225) instead hex code.

Text Font Color

.myTextColor { color: #DAAEE1; }

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

This text font color is #DAAEE1.

Background Color

.myBgColor { background-color: #DAAEE1; }

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

This div background color is #DAAEE1.

Border color

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

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

This div border color is #DAAEE1.

Opacity

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

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

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

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

This text has shadow with #DAAEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAAEE1.

Preview

Color preview on black background

This text has color #DAAEE1 on black background.


Color preview on white background

This text has color #DAAEE1 on white background.


Black color preview on #DAAEE1 background

This text has black color on #DAAEE1 background.


White color preview on #DAAEE1 background

This text has white color on #DAAEE1 background.


Related colors

Complementary color

Complementary color for #hex is #25511E.


I love getcolorcode.com

Triadic colors

1 #E1DAAE and #AEE1DA with #DAAEE1 are triadic colors.

2 #E1AEDA and #AEDAE1 with #DAAEE1 are triadic colors.