COLOR #DACEE2

HEX: #DACEE2 RGB: (218,206,226)

Color info

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

RGB color model

#DACEE2 color RGB value is (218,206,226).

RGB: (218,206,226) (85%, 81%, 89%)

RGB channels and saturation

R 218 of 255 = 85%
G 206 of 255 = 81%
B 226 of 255 = 89%

218
206
226

R + G + B ~ 85%. #DACEE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 206 + 226 = 650 (100%)
R 218 of 650 ~ 33.54%
G 206 of 650 ~ 31.69%
B 226 of 650 ~ 34.77'%

%33.54
%31.69
%34.77

CMYK color model

#DACEE2 color CMYK value is (4,9,0,11).

  • cyan value is 3.54%
  • magenta value is 8.85%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (4,9,0,11)
C4M9Y0K11 (4%, 9%, 0%, 11%)
(0.04 / 0.09 / 0.00 / 0.11)

CMYK percentages

%3.54
%8.85
%0
%11.37

Codes

Color #DACEE2 in popluar color models

DA CE E2
RGB 218 206 226
HSL 276° 25.64% 84.71%
HSB/HSV 276° 8.85% 88.63%
CMYK 3.54% 8.85% 0.00%
11.37%

Color #DACEE2 in popluar number systems.

HEX DA CE E2
Decimal 218 206 226
Binary 11011010 11001110 11100010
Octal 332 316 342

Shades and tints

Shades of #DACEE2

#DACEE2
(218,206,226)
#C7BCCE
(199,188,206)
#B4AABA
(180,170,186)
#A198A6
(161,152,166)
#8E8692
(142,134,146)
#7B747E
(123,116,126)
#68626A
(104,98,106)
#555056
(85,80,86)
#423E42
(66,62,66)
#2F2C2E
(47,44,46)
#1C1A1A
(28,26,26)
#000000
(0,0,0)

Tints of #DACEE2

#DACEE2
(218,206,226)
#DDD2E4
(221,210,228)
#E0D6E6
(224,214,230)
#E3DAE8
(227,218,232)
#E6DEEA
(230,222,234)
#E9E2EC
(233,226,236)
#ECE6EE
(236,230,238)
#EFEAF0
(239,234,240)
#F2EEF2
(242,238,242)
#F5F2F4
(245,242,244)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DACEE2 color. Also use rgb(218,206,226) instead hex code.

Text Font Color

.myTextColor { color: #DACEE2; }

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

This text font color is #DACEE2.

Background Color

.myBgColor { background-color: #DACEE2; }

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

This div background color is #DACEE2.

Border color

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

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

This div border color is #DACEE2.

Opacity

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

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

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

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

This text has shadow with #DACEE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DACEE2.

Preview

Color preview on black background

This text has color #DACEE2 on black background.


Color preview on white background

This text has color #DACEE2 on white background.


Black color preview on #DACEE2 background

This text has black color on #DACEE2 background.


White color preview on #DACEE2 background

This text has white color on #DACEE2 background.


Related colors

Complementary color

Complementary color for #hex is #25311D.


I love getcolorcode.com

Triadic colors

1 #E2DACE and #CEE2DA with #DACEE2 are triadic colors.

2 #E2CEDA and #CEDAE2 with #DACEE2 are triadic colors.