COLOR #DAADD1

HEX: #DAADD1 RGB: (218,173,209)

Color info

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

RGB color model

#DAADD1 color RGB value is (218,173,209).

RGB: (218,173,209) (85%, 68%, 82%)

RGB channels and saturation

R 218 of 255 = 85%
G 173 of 255 = 68%
B 209 of 255 = 82%

218
173
209

R + G + B ~ 78%. #DAADD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 173 + 209 = 600 (100%)
R 218 of 600 ~ 36.33%
G 173 of 600 ~ 28.83%
B 209 of 600 ~ 34.83'%

%36.33
%28.83
%34.83

CMYK color model

#DAADD1 color CMYK value is (0,21,4,15).

  • cyan value is 0.00%
  • magenta value is 20.64%
  • yellow value is 4.13%
  • key color value is 14.51%

CMYK: (0,21,4,15)
C0M21Y4K15 (0%, 21%, 4%, 15%)
(0.00 / 0.21 / 0.04 / 0.15)

CMYK percentages

%0
%20.64
%4.13
%14.51

Codes

Color #DAADD1 in popluar color models

DA AD D1
RGB 218 173 209
HSL 312° 37.82% 76.67%
HSB/HSV 312° 20.64% 85.49%
CMYK 0.00% 20.64% 4.13%
14.51%

Color #DAADD1 in popluar number systems.

HEX DA AD D1
Decimal 218 173 209
Binary 11011010 10101101 11010001
Octal 332 255 321

Shades and tints

Shades of #DAADD1

#DAADD1
(218,173,209)
#C79EBE
(199,158,190)
#B48FAB
(180,143,171)
#A18098
(161,128,152)
#8E7185
(142,113,133)
#7B6272
(123,98,114)
#68535F
(104,83,95)
#55444C
(85,68,76)
#423539
(66,53,57)
#2F2626
(47,38,38)
#1C1713
(28,23,19)
#000000
(0,0,0)

Tints of #DAADD1

#DAADD1
(218,173,209)
#DDB4D5
(221,180,213)
#E0BBD9
(224,187,217)
#E3C2DD
(227,194,221)
#E6C9E1
(230,201,225)
#E9D0E5
(233,208,229)
#ECD7E9
(236,215,233)
#EFDEED
(239,222,237)
#F2E5F1
(242,229,241)
#F5ECF5
(245,236,245)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAADD1 color. Also use rgb(218,173,209) instead hex code.

Text Font Color

.myTextColor { color: #DAADD1; }

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

This text font color is #DAADD1.

Background Color

.myBgColor { background-color: #DAADD1; }

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

This div background color is #DAADD1.

Border color

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

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

This div border color is #DAADD1.

Opacity

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

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

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

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

This text has shadow with #DAADD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAADD1.

Preview

Color preview on black background

This text has color #DAADD1 on black background.


Color preview on white background

This text has color #DAADD1 on white background.


Black color preview on #DAADD1 background

This text has black color on #DAADD1 background.


White color preview on #DAADD1 background

This text has white color on #DAADD1 background.


Related colors

Complementary color

Complementary color for #hex is #25522E.


I love getcolorcode.com

Triadic colors

1 #D1DAAD and #ADD1DA with #DAADD1 are triadic colors.

2 #D1ADDA and #ADDAD1 with #DAADD1 are triadic colors.