COLOR #DACDEE

HEX: #DACDEE RGB: (218,205,238)

Color info

#DACDEE contains red, green and blue colors in about the same proportion. Web safe color of #DACDEE is #CCCCFF (or #CCF).

RGB color model

#DACDEE color RGB value is (218,205,238).

RGB: (218,205,238) (85%, 80%, 93%)

RGB channels and saturation

R 218 of 255 = 85%
G 205 of 255 = 80%
B 238 of 255 = 93%

218
205
238

R + G + B ~ 86%. #DACDEE is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 205 + 238 = 661 (100%)
R 218 of 661 ~ 32.98%
G 205 of 661 ~ 31.01%
B 238 of 661 ~ 36.01'%

%32.98
%31.01
%36.01

CMYK color model

#DACDEE color CMYK value is (8,14,0,7).

  • cyan value is 8.40%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (8,14,0,7) C8M14Y0K7 (8%,14%,0%,7%) (0.08/0.14/0.00/0.07) 

CMYK percentages

%8.4
%13.87
%0
%6.67

Codes

Color #DACDEE in popluar color models

DA CD EE
RGB 218 205 238
HSL 264° 49.25% 86.86%
HSB/HSV 264° 13.87% 93.33%
CMYK 8.40% 13.87% 0.00%
6.67%

Color #DACDEE in popluar number systems.

HEX DA CD EE
Decimal 218 205 238
Binary 11011010 11001101 11101110
Octal 332 315 356

Shades and tints

Shades of #DACDEE

#DACDEE
(218,205,238)
#C7BBD9
(199,187,217)
#B4A9C4
(180,169,196)
#A197AF
(161,151,175)
#8E859A
(142,133,154)
#7B7385
(123,115,133)
#686170
(104,97,112)
#554F5B
(85,79,91)
#423D46
(66,61,70)
#2F2B31
(47,43,49)
#1C191C
(28,25,28)
#000000
(0,0,0)

Tints of #DACDEE

#DACDEE
(218,205,238)
#DDD1EF
(221,209,239)
#E0D5F0
(224,213,240)
#E3D9F1
(227,217,241)
#E6DDF2
(230,221,242)
#E9E1F3
(233,225,243)
#ECE5F4
(236,229,244)
#EFE9F5
(239,233,245)
#F2EDF6
(242,237,246)
#F5F1F7
(245,241,247)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DACDEE color. Also use rgb(218,205,238) instead hex code.

Text Font Color

.myTextColor { color: #DACDEE; }

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

This text font color is #DACDEE.

Background Color

.myBgColor { background-color: #DACDEE; }

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

This div background color is #DACDEE.

Border color

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

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

This div border color is #DACDEE.

Opacity

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

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

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

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

This text has shadow with #DACDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DACDEE.

Preview

Color preview on black background

This text has color #DACDEE on black background.


Color preview on white background

This text has color #DACDEE on white background.


Black color preview on #DACDEE background

This text has black color on #DACDEE background.


White color preview on #DACDEE background

This text has white color on #DACDEE background.


Related colors

Complementary color

Complementary color for #hex is #253211.


I love getcolorcode.com

Triadic colors

1 #EEDACD and #CDEEDA with #DACDEE are triadic colors.

2 #EECDDA and #CDDAEE with #DACDEE are triadic colors.