COLOR #DAAFE0

HEX: #DAAFE0 RGB: (218,175,224)

Color info

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

RGB color model

#DAAFE0 color RGB value is (218,175,224).

RGB: (218,175,224) (85%, 69%, 88%)

RGB channels and saturation

R 218 of 255 = 85%
G 175 of 255 = 69%
B 224 of 255 = 88%

218
175
224

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

Portions of RGB colors in percentages

R + G + B = 218 + 175 + 224 = 617 (100%)
R 218 of 617 ~ 35.33%
G 175 of 617 ~ 28.36%
B 224 of 617 ~ 36.3'%

%35.33
%28.36
%36.3

CMYK color model

#DAAFE0 color CMYK value is (3,22,0,12).

  • cyan value is 2.68%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (3,22,0,12)
C3M22Y0K12 (3%, 22%, 0%, 12%)
(0.03 / 0.22 / 0.00 / 0.12)

CMYK percentages

%2.68
%21.88
%0
%12.16

Codes

Color #DAAFE0 in popluar color models

DA AF E0
RGB 218 175 224
HSL 293° 44.14% 78.24%
HSB/HSV 293° 21.88% 87.84%
CMYK 2.68% 21.88% 0.00%
12.16%

Color #DAAFE0 in popluar number systems.

HEX DA AF E0
Decimal 218 175 224
Binary 11011010 10101111 11100000
Octal 332 257 340

Shades and tints

Shades of #DAAFE0

#DAAFE0
(218,175,224)
#C7A0CC
(199,160,204)
#B491B8
(180,145,184)
#A182A4
(161,130,164)
#8E7390
(142,115,144)
#7B647C
(123,100,124)
#685568
(104,85,104)
#554654
(85,70,84)
#423740
(66,55,64)
#2F282C
(47,40,44)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #DAAFE0

#DAAFE0
(218,175,224)
#DDB6E2
(221,182,226)
#E0BDE4
(224,189,228)
#E3C4E6
(227,196,230)
#E6CBE8
(230,203,232)
#E9D2EA
(233,210,234)
#ECD9EC
(236,217,236)
#EFE0EE
(239,224,238)
#F2E7F0
(242,231,240)
#F5EEF2
(245,238,242)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAAFE0; }

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

This text font color is #DAAFE0.

Background Color

.myBgColor { background-color: #DAAFE0; }

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

This div background color is #DAAFE0.

Border color

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

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

This div border color is #DAAFE0.

Opacity

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

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

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

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

This text has shadow with #DAAFE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAAFE0.

Preview

Color preview on black background

This text has color #DAAFE0 on black background.


Color preview on white background

This text has color #DAAFE0 on white background.


Black color preview on #DAAFE0 background

This text has black color on #DAAFE0 background.


White color preview on #DAAFE0 background

This text has white color on #DAAFE0 background.


Related colors

Complementary color

Complementary color for #hex is #25501F.


I love getcolorcode.com

Triadic colors

1 #E0DAAF and #AFE0DA with #DAAFE0 are triadic colors.

2 #E0AFDA and #AFDAE0 with #DAAFE0 are triadic colors.