COLOR #DAAFE2

HEX: #DAAFE2 RGB: (218,175,226)

Color info

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

RGB color model

#DAAFE2 color RGB value is (218,175,226).

RGB: (218,175,226) (85%, 69%, 89%)

RGB channels and saturation

R 218 of 255 = 85%
G 175 of 255 = 69%
B 226 of 255 = 89%

218
175
226

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

Portions of RGB colors in percentages

R + G + B = 218 + 175 + 226 = 619 (100%)
R 218 of 619 ~ 35.22%
G 175 of 619 ~ 28.27%
B 226 of 619 ~ 36.51'%

%35.22
%28.27
%36.51

CMYK color model

#DAAFE2 color CMYK value is (4,23,0,11).

  • cyan value is 3.54%
  • magenta value is 22.57%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (4,23,0,11) C4M23Y0K11 (4%,23%,0%,11%) (0.04/0.23/0.00/0.11) 

CMYK percentages

%3.54
%22.57
%0
%11.37

Codes

Color #DAAFE2 in popluar color models

DA AF E2
RGB 218 175 226
HSL 291° 46.79% 78.63%
HSB/HSV 291° 22.57% 88.63%
CMYK 3.54% 22.57% 0.00%
11.37%

Color #DAAFE2 in popluar number systems.

HEX DA AF E2
Decimal 218 175 226
Binary 11011010 10101111 11100010
Octal 332 257 342

Shades and tints

Shades of #DAAFE2

#DAAFE2
(218,175,226)
#C7A0CE
(199,160,206)
#B491BA
(180,145,186)
#A182A6
(161,130,166)
#8E7392
(142,115,146)
#7B647E
(123,100,126)
#68556A
(104,85,106)
#554656
(85,70,86)
#423742
(66,55,66)
#2F282E
(47,40,46)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #DAAFE2

#DAAFE2
(218,175,226)
#DDB6E4
(221,182,228)
#E0BDE6
(224,189,230)
#E3C4E8
(227,196,232)
#E6CBEA
(230,203,234)
#E9D2EC
(233,210,236)
#ECD9EE
(236,217,238)
#EFE0F0
(239,224,240)
#F2E7F2
(242,231,242)
#F5EEF4
(245,238,244)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAAFE2; }

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

This text font color is #DAAFE2.

Background Color

.myBgColor { background-color: #DAAFE2; }

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

This div background color is #DAAFE2.

Border color

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

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

This div border color is #DAAFE2.

Opacity

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

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

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

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

This text has shadow with #DAAFE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAAFE2.

Preview

Color preview on black background

This text has color #DAAFE2 on black background.


Color preview on white background

This text has color #DAAFE2 on white background.


Black color preview on #DAAFE2 background

This text has black color on #DAAFE2 background.


White color preview on #DAAFE2 background

This text has white color on #DAAFE2 background.


Related colors

Complementary color

Complementary color for #hex is #25501D.


I love getcolorcode.com

Triadic colors

1 #E2DAAF and #AFE2DA with #DAAFE2 are triadic colors.

2 #E2AFDA and #AFDAE2 with #DAAFE2 are triadic colors.