COLOR #DACEF5

HEX: #DACEF5 RGB: (218,206,245)

Color info

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

RGB color model

#DACEF5 color RGB value is (218,206,245).

RGB: (218,206,245) (85%, 81%, 96%)

RGB channels and saturation

R 218 of 255 = 85%
G 206 of 255 = 81%
B 245 of 255 = 96%

218
206
245

R + G + B ~ 87%. #DACEF5 is light color.

Portions of RGB colors in percentages

R + G + B = 218 + 206 + 245 = 669 (100%)
R 218 of 669 ~ 32.59%
G 206 of 669 ~ 30.79%
B 245 of 669 ~ 36.62'%

%32.59
%30.79
%36.62

CMYK color model

#DACEF5 color CMYK value is (11,16,0,4).

  • cyan value is 11.02%
  • magenta value is 15.92%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (11,16,0,4)
C11M16Y0K4 (11%, 16%, 0%, 4%)
(0.11 / 0.16 / 0.00 / 0.04)

CMYK percentages

%11.02
%15.92
%0
%3.92

Codes

Color #DACEF5 in popluar color models

DA CE F5
RGB 218 206 245
HSL 258° 66.10% 88.43%
HSB/HSV 258° 15.92% 96.08%
CMYK 11.02% 15.92% 0.00%
3.92%

Color #DACEF5 in popluar number systems.

HEX DA CE F5
Decimal 218 206 245
Binary 11011010 11001110 11110101
Octal 332 316 365

Shades and tints

Shades of #DACEF5

#DACEF5
(218,206,245)
#C7BCDF
(199,188,223)
#B4AAC9
(180,170,201)
#A198B3
(161,152,179)
#8E869D
(142,134,157)
#7B7487
(123,116,135)
#686271
(104,98,113)
#55505B
(85,80,91)
#423E45
(66,62,69)
#2F2C2F
(47,44,47)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #DACEF5

#DACEF5
(218,206,245)
#DDD2F5
(221,210,245)
#E0D6F5
(224,214,245)
#E3DAF5
(227,218,245)
#E6DEF5
(230,222,245)
#E9E2F5
(233,226,245)
#ECE6F5
(236,230,245)
#EFEAF5
(239,234,245)
#F2EEF5
(242,238,245)
#F5F2F5
(245,242,245)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACEF5; }

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

This text font color is #DACEF5.

Background Color

.myBgColor { background-color: #DACEF5; }

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

This div background color is #DACEF5.

Border color

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

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

This div border color is #DACEF5.

Opacity

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

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

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

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

This text has shadow with #DACEF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DACEF5.

Preview

Color preview on black background

This text has color #DACEF5 on black background.


Color preview on white background

This text has color #DACEF5 on white background.


Black color preview on #DACEF5 background

This text has black color on #DACEF5 background.


White color preview on #DACEF5 background

This text has white color on #DACEF5 background.


Related colors

Complementary color

Complementary color for #hex is #25310A.


I love getcolorcode.com

Triadic colors

1 #F5DACE and #CEF5DA with #DACEF5 are triadic colors.

2 #F5CEDA and #CEDAF5 with #DACEF5 are triadic colors.