COLOR #DAC2E5

HEX: #DAC2E5 RGB: (218,194,229)

Color info

#DAC2E5 contains red, green and blue colors in about the same proportion. Web safe color of #DAC2E5 is #CCCCCC (or #CCC).

RGB color model

#DAC2E5 color RGB value is (218,194,229).

RGB: (218,194,229) (85%, 76%, 90%)

RGB channels and saturation

R 218 of 255 = 85%
G 194 of 255 = 76%
B 229 of 255 = 90%

218
194
229

R + G + B ~ 84%. #DAC2E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 194 + 229 = 641 (100%)
R 218 of 641 ~ 34.01%
G 194 of 641 ~ 30.27%
B 229 of 641 ~ 35.73'%

%34.01
%30.27
%35.73

CMYK color model

#DAC2E5 color CMYK value is (5,15,0,10).

  • cyan value is 4.80%
  • magenta value is 15.28%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (5,15,0,10)
C5M15Y0K10 (5%, 15%, 0%, 10%)
(0.05 / 0.15 / 0.00 / 0.10)

CMYK percentages

%4.8
%15.28
%0
%10.2

Codes

Color #DAC2E5 in popluar color models

DA C2 E5
RGB 218 194 229
HSL 281° 40.23% 82.94%
HSB/HSV 281° 15.28% 89.80%
CMYK 4.80% 15.28% 0.00%
10.20%

Color #DAC2E5 in popluar number systems.

HEX DA C2 E5
Decimal 218 194 229
Binary 11011010 11000010 11100101
Octal 332 302 345

Shades and tints

Shades of #DAC2E5

#DAC2E5
(218,194,229)
#C7B1D1
(199,177,209)
#B4A0BD
(180,160,189)
#A18FA9
(161,143,169)
#8E7E95
(142,126,149)
#7B6D81
(123,109,129)
#685C6D
(104,92,109)
#554B59
(85,75,89)
#423A45
(66,58,69)
#2F2931
(47,41,49)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #DAC2E5

#DAC2E5
(218,194,229)
#DDC7E7
(221,199,231)
#E0CCE9
(224,204,233)
#E3D1EB
(227,209,235)
#E6D6ED
(230,214,237)
#E9DBEF
(233,219,239)
#ECE0F1
(236,224,241)
#EFE5F3
(239,229,243)
#F2EAF5
(242,234,245)
#F5EFF7
(245,239,247)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC2E5 color. Also use rgb(218,194,229) instead hex code.

Text Font Color

.myTextColor { color: #DAC2E5; }

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

This text font color is #DAC2E5.

Background Color

.myBgColor { background-color: #DAC2E5; }

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

This div background color is #DAC2E5.

Border color

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

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

This div border color is #DAC2E5.

Opacity

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

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

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

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

This text has shadow with #DAC2E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC2E5.

Preview

Color preview on black background

This text has color #DAC2E5 on black background.


Color preview on white background

This text has color #DAC2E5 on white background.


Black color preview on #DAC2E5 background

This text has black color on #DAC2E5 background.


White color preview on #DAC2E5 background

This text has white color on #DAC2E5 background.


Related colors

Complementary color

Complementary color for #hex is #253D1A.


I love getcolorcode.com

Triadic colors

1 #E5DAC2 and #C2E5DA with #DAC2E5 are triadic colors.

2 #E5C2DA and #C2DAE5 with #DAC2E5 are triadic colors.