COLOR #DAAEDB

HEX: #DAAEDB RGB: (218,174,219)

Color info

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

RGB color model

#DAAEDB color RGB value is (218,174,219).

RGB: (218,174,219) (85%, 68%, 86%)

RGB channels and saturation

R 218 of 255 = 85%
G 174 of 255 = 68%
B 219 of 255 = 86%

218
174
219

R + G + B ~ 80%. #DAAEDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 174 + 219 = 611 (100%)
R 218 of 611 ~ 35.68%
G 174 of 611 ~ 28.48%
B 219 of 611 ~ 35.84'%

%35.68
%28.48
%35.84

CMYK color model

#DAAEDB color CMYK value is (0,21,0,14).

  • cyan value is 0.46%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (0,21,0,14)
C0M21Y0K14 (0%, 21%, 0%, 14%)
(0.00 / 0.21 / 0.00 / 0.14)

CMYK percentages

%0.46
%20.55
%0
%14.12

Codes

Color #DAAEDB in popluar color models

DA AE DB
RGB 218 174 219
HSL 299° 38.46% 77.06%
HSB/HSV 299° 20.55% 85.88%
CMYK 0.46% 20.55% 0.00%
14.12%

Color #DAAEDB in popluar number systems.

HEX DA AE DB
Decimal 218 174 219
Binary 11011010 10101110 11011011
Octal 332 256 333

Shades and tints

Shades of #DAAEDB

#DAAEDB
(218,174,219)
#C79FC8
(199,159,200)
#B490B5
(180,144,181)
#A181A2
(161,129,162)
#8E728F
(142,114,143)
#7B637C
(123,99,124)
#685469
(104,84,105)
#554556
(85,69,86)
#423643
(66,54,67)
#2F2730
(47,39,48)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #DAAEDB

#DAAEDB
(218,174,219)
#DDB5DE
(221,181,222)
#E0BCE1
(224,188,225)
#E3C3E4
(227,195,228)
#E6CAE7
(230,202,231)
#E9D1EA
(233,209,234)
#ECD8ED
(236,216,237)
#EFDFF0
(239,223,240)
#F2E6F3
(242,230,243)
#F5EDF6
(245,237,246)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAAEDB color. Also use rgb(218,174,219) instead hex code.

Text Font Color

.myTextColor { color: #DAAEDB; }

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

This text font color is #DAAEDB.

Background Color

.myBgColor { background-color: #DAAEDB; }

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

This div background color is #DAAEDB.

Border color

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

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

This div border color is #DAAEDB.

Opacity

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

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

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

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

This text has shadow with #DAAEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAAEDB.

Preview

Color preview on black background

This text has color #DAAEDB on black background.


Color preview on white background

This text has color #DAAEDB on white background.


Black color preview on #DAAEDB background

This text has black color on #DAAEDB background.


White color preview on #DAAEDB background

This text has white color on #DAAEDB background.


Related colors

Complementary color

Complementary color for #hex is #255124.


I love getcolorcode.com

Triadic colors

1 #DBDAAE and #AEDBDA with #DAAEDB are triadic colors.

2 #DBAEDA and #AEDADB with #DAAEDB are triadic colors.