COLOR #DAADC8

HEX: #DAADC8 RGB: (218,173,200)

Color info

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

RGB color model

#DAADC8 color RGB value is (218,173,200).

RGB: (218,173,200) (85%, 68%, 78%)

RGB channels and saturation

R 218 of 255 = 85%
G 173 of 255 = 68%
B 200 of 255 = 78%

218
173
200

R + G + B ~ 77%. #DAADC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 173 + 200 = 591 (100%)
R 218 of 591 ~ 36.89%
G 173 of 591 ~ 29.27%
B 200 of 591 ~ 33.84'%

%36.89
%29.27
%33.84

CMYK color model

#DAADC8 color CMYK value is (0,21,8,15).

  • cyan value is 0.00%
  • magenta value is 20.64%
  • yellow value is 8.26%
  • key color value is 14.51%
CMYK: (0,21,8,15) C0M21Y8K15 (0%,21%,8%,15%) (0.00/0.21/0.08/0.15) 

CMYK percentages

%0
%20.64
%8.26
%14.51

Codes

Color #DAADC8 in popluar color models

DA AD C8
RGB 218 173 200
HSL 324° 37.82% 76.67%
HSB/HSV 324° 20.64% 85.49%
CMYK 0.00% 20.64% 8.26%
14.51%

Color #DAADC8 in popluar number systems.

HEX DA AD C8
Decimal 218 173 200
Binary 11011010 10101101 11001000
Octal 332 255 310

Shades and tints

Shades of #DAADC8

#DAADC8
(218,173,200)
#C79EB6
(199,158,182)
#B48FA4
(180,143,164)
#A18092
(161,128,146)
#8E7180
(142,113,128)
#7B626E
(123,98,110)
#68535C
(104,83,92)
#55444A
(85,68,74)
#423538
(66,53,56)
#2F2626
(47,38,38)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #DAADC8

#DAADC8
(218,173,200)
#DDB4CD
(221,180,205)
#E0BBD2
(224,187,210)
#E3C2D7
(227,194,215)
#E6C9DC
(230,201,220)
#E9D0E1
(233,208,225)
#ECD7E6
(236,215,230)
#EFDEEB
(239,222,235)
#F2E5F0
(242,229,240)
#F5ECF5
(245,236,245)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAADC8; }

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

This text font color is #DAADC8.

Background Color

.myBgColor { background-color: #DAADC8; }

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

This div background color is #DAADC8.

Border color

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

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

This div border color is #DAADC8.

Opacity

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

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

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

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

This text has shadow with #DAADC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAADC8.

Preview

Color preview on black background

This text has color #DAADC8 on black background.


Color preview on white background

This text has color #DAADC8 on white background.


Black color preview on #DAADC8 background

This text has black color on #DAADC8 background.


White color preview on #DAADC8 background

This text has white color on #DAADC8 background.


Related colors

Complementary color

Complementary color for #hex is #255237.


I love getcolorcode.com

Triadic colors

1 #C8DAAD and #ADC8DA with #DAADC8 are triadic colors.

2 #C8ADDA and #ADDAC8 with #DAADC8 are triadic colors.