COLOR #DAC4DE

HEX: #DAC4DE RGB: (218,196,222)

Color info

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

RGB color model

#DAC4DE color RGB value is (218,196,222).

RGB: (218,196,222) (85%, 77%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 196 of 255 = 77%
B 222 of 255 = 87%

218
196
222

R + G + B ~ 83%. #DAC4DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 196 + 222 = 636 (100%)
R 218 of 636 ~ 34.28%
G 196 of 636 ~ 30.82%
B 222 of 636 ~ 34.91'%

%34.28
%30.82
%34.91

CMYK color model

#DAC4DE color CMYK value is (2,12,0,13).

  • cyan value is 1.80%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (2,12,0,13)
C2M12Y0K13 (2%, 12%, 0%, 13%)
(0.02 / 0.12 / 0.00 / 0.13)

CMYK percentages

%1.8
%11.71
%0
%12.94

Codes

Color #DAC4DE in popluar color models

DA C4 DE
RGB 218 196 222
HSL 291° 28.26% 81.96%
HSB/HSV 291° 11.71% 87.06%
CMYK 1.80% 11.71% 0.00%
12.94%

Color #DAC4DE in popluar number systems.

HEX DA C4 DE
Decimal 218 196 222
Binary 11011010 11000100 11011110
Octal 332 304 336

Shades and tints

Shades of #DAC4DE

#DAC4DE
(218,196,222)
#C7B3CA
(199,179,202)
#B4A2B6
(180,162,182)
#A191A2
(161,145,162)
#8E808E
(142,128,142)
#7B6F7A
(123,111,122)
#685E66
(104,94,102)
#554D52
(85,77,82)
#423C3E
(66,60,62)
#2F2B2A
(47,43,42)
#1C1A16
(28,26,22)
#000000
(0,0,0)

Tints of #DAC4DE

#DAC4DE
(218,196,222)
#DDC9E1
(221,201,225)
#E0CEE4
(224,206,228)
#E3D3E7
(227,211,231)
#E6D8EA
(230,216,234)
#E9DDED
(233,221,237)
#ECE2F0
(236,226,240)
#EFE7F3
(239,231,243)
#F2ECF6
(242,236,246)
#F5F1F9
(245,241,249)
#F8F6FC
(248,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC4DE color. Also use rgb(218,196,222) instead hex code.

Text Font Color

.myTextColor { color: #DAC4DE; }

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

This text font color is #DAC4DE.

Background Color

.myBgColor { background-color: #DAC4DE; }

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

This div background color is #DAC4DE.

Border color

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

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

This div border color is #DAC4DE.

Opacity

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

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

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

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

This text has shadow with #DAC4DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC4DE.

Preview

Color preview on black background

This text has color #DAC4DE on black background.


Color preview on white background

This text has color #DAC4DE on white background.


Black color preview on #DAC4DE background

This text has black color on #DAC4DE background.


White color preview on #DAC4DE background

This text has white color on #DAC4DE background.


Related colors

Complementary color

Complementary color for #hex is #253B21.


I love getcolorcode.com

Triadic colors

1 #DEDAC4 and #C4DEDA with #DAC4DE are triadic colors.

2 #DEC4DA and #C4DADE with #DAC4DE are triadic colors.