COLOR #DAAEE8

HEX: #DAAEE8 RGB: (218,174,232)

Color info

#DAAEE8 contains red, green and blue colors in about the same proportion. Web safe color of #DAAEE8 is #CC99FF (or #C9F).

RGB color model

#DAAEE8 color RGB value is (218,174,232).

RGB: (218,174,232) (85%, 68%, 91%)

RGB channels and saturation

R 218 of 255 = 85%
G 174 of 255 = 68%
B 232 of 255 = 91%

218
174
232

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

Portions of RGB colors in percentages

R + G + B = 218 + 174 + 232 = 624 (100%)
R 218 of 624 ~ 34.94%
G 174 of 624 ~ 27.88%
B 232 of 624 ~ 37.18'%

%34.94
%27.88
%37.18

CMYK color model

#DAAEE8 color CMYK value is (6,25,0,9).

  • cyan value is 6.03%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (6,25,0,9)
C6M25Y0K9 (6%, 25%, 0%, 9%)
(0.06 / 0.25 / 0.00 / 0.09)

CMYK percentages

%6.03
%25
%0
%9.02

Codes

Color #DAAEE8 in popluar color models

DA AE E8
RGB 218 174 232
HSL 286° 55.77% 79.61%
HSB/HSV 286° 25.00% 90.98%
CMYK 6.03% 25.00% 0.00%
9.02%

Color #DAAEE8 in popluar number systems.

HEX DA AE E8
Decimal 218 174 232
Binary 11011010 10101110 11101000
Octal 332 256 350

Shades and tints

Shades of #DAAEE8

#DAAEE8
(218,174,232)
#C79FD3
(199,159,211)
#B490BE
(180,144,190)
#A181A9
(161,129,169)
#8E7294
(142,114,148)
#7B637F
(123,99,127)
#68546A
(104,84,106)
#554555
(85,69,85)
#423640
(66,54,64)
#2F272B
(47,39,43)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #DAAEE8

#DAAEE8
(218,174,232)
#DDB5EA
(221,181,234)
#E0BCEC
(224,188,236)
#E3C3EE
(227,195,238)
#E6CAF0
(230,202,240)
#E9D1F2
(233,209,242)
#ECD8F4
(236,216,244)
#EFDFF6
(239,223,246)
#F2E6F8
(242,230,248)
#F5EDFA
(245,237,250)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAAEE8; }

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

This text font color is #DAAEE8.

Background Color

.myBgColor { background-color: #DAAEE8; }

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

This div background color is #DAAEE8.

Border color

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

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

This div border color is #DAAEE8.

Opacity

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

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

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

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

This text has shadow with #DAAEE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAAEE8.

Preview

Color preview on black background

This text has color #DAAEE8 on black background.


Color preview on white background

This text has color #DAAEE8 on white background.


Black color preview on #DAAEE8 background

This text has black color on #DAAEE8 background.


White color preview on #DAAEE8 background

This text has white color on #DAAEE8 background.


Related colors

Complementary color

Complementary color for #hex is #255117.


I love getcolorcode.com

Triadic colors

1 #E8DAAE and #AEE8DA with #DAAEE8 are triadic colors.

2 #E8AEDA and #AEDAE8 with #DAAEE8 are triadic colors.