COLOR #DAAFE6

HEX: #DAAFE6 RGB: (218,175,230)

Color info

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

RGB color model

#DAAFE6 color RGB value is (218,175,230).

RGB: (218,175,230) (85%, 69%, 90%)

RGB channels and saturation

R 218 of 255 = 85%
G 175 of 255 = 69%
B 230 of 255 = 90%

218
175
230

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

Portions of RGB colors in percentages

R + G + B = 218 + 175 + 230 = 623 (100%)
R 218 of 623 ~ 34.99%
G 175 of 623 ~ 28.09%
B 230 of 623 ~ 36.92'%

%34.99
%28.09
%36.92

CMYK color model

#DAAFE6 color CMYK value is (5,24,0,10).

  • cyan value is 5.22%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (5,24,0,10) C5M24Y0K10 (5%,24%,0%,10%) (0.05/0.24/0.00/0.10) 

CMYK percentages

%5.22
%23.91
%0
%9.8

Codes

Color #DAAFE6 in popluar color models

DA AF E6
RGB 218 175 230
HSL 287° 52.38% 79.41%
HSB/HSV 287° 23.91% 90.20%
CMYK 5.22% 23.91% 0.00%
9.80%

Color #DAAFE6 in popluar number systems.

HEX DA AF E6
Decimal 218 175 230
Binary 11011010 10101111 11100110
Octal 332 257 346

Shades and tints

Shades of #DAAFE6

#DAAFE6
(218,175,230)
#C7A0D2
(199,160,210)
#B491BE
(180,145,190)
#A182AA
(161,130,170)
#8E7396
(142,115,150)
#7B6482
(123,100,130)
#68556E
(104,85,110)
#55465A
(85,70,90)
#423746
(66,55,70)
#2F2832
(47,40,50)
#1C191E
(28,25,30)
#000000
(0,0,0)

Tints of #DAAFE6

#DAAFE6
(218,175,230)
#DDB6E8
(221,182,232)
#E0BDEA
(224,189,234)
#E3C4EC
(227,196,236)
#E6CBEE
(230,203,238)
#E9D2F0
(233,210,240)
#ECD9F2
(236,217,242)
#EFE0F4
(239,224,244)
#F2E7F6
(242,231,246)
#F5EEF8
(245,238,248)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAAFE6 color. Also use rgb(218,175,230) instead hex code.

Text Font Color

.myTextColor { color: #DAAFE6; }

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

This text font color is #DAAFE6.

Background Color

.myBgColor { background-color: #DAAFE6; }

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

This div background color is #DAAFE6.

Border color

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

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

This div border color is #DAAFE6.

Opacity

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

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

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

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

This text has shadow with #DAAFE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAAFE6.

Preview

Color preview on black background

This text has color #DAAFE6 on black background.


Color preview on white background

This text has color #DAAFE6 on white background.


Black color preview on #DAAFE6 background

This text has black color on #DAAFE6 background.


White color preview on #DAAFE6 background

This text has white color on #DAAFE6 background.


Related colors

Complementary color

Complementary color for #hex is #255019.


I love getcolorcode.com

Triadic colors

1 #E6DAAF and #AFE6DA with #DAAFE6 are triadic colors.

2 #E6AFDA and #AFDAE6 with #DAAFE6 are triadic colors.