COLOR #DACCEE

HEX: #DACCEE
RGB: (218,204,238)

Color info

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

RGB color model

#DACCEE color RGB value is (218,204,238).

  • red value is 218;
  • green value is 204;
  • blue value is 238.
RGB:
(218,204,238)
(85%,80%,93%)

RGB channels and saturation

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

218
204
238

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

Portions of RGB colors in percentages

R + G + B =
218 + 204 + 238 = 660 (100%)
R 218 of 660 ~ 33.03%
G 204 of 660 ~ 30.91%
B 238 of 660 ~ 36.06%

%33.03
%30.91
%36.06

CMYK color model

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

  • cyan value is 8.40%
  • magenta value is 14.29%
  • 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
%14.29
%0
%6.67

Codes

Color #DACCEE in popluar color models

DACCEE
RGB218204238
HSL265°50.00%86.67%
HSB/HSV265°14.29%93.33%
CMYK8.40%14.29%0.00%
6.67%

Color #DACCEE in popluar number systems.

HEXDACCEE
Decimal218204238
Binary110110101100110011101110
Octal332314356

Shades and tints

Shades of #DACCEE

#DACCEE
(218,204,238)
#C7BAD9
(199,186,217)
#B4A8C4
(180,168,196)
#A196AF
(161,150,175)
#8E849A
(142,132,154)
#7B7285
(123,114,133)
#686070
(104,96,112)
#554E5B
(85,78,91)
#423C46
(66,60,70)
#2F2A31
(47,42,49)
#1C181C
(28,24,28)
#000000
(0,0,0)

Tints of #DACCEE

#DACCEE
(218,204,238)
#DDD0EF
(221,208,239)
#E0D4F0
(224,212,240)
#E3D8F1
(227,216,241)
#E6DCF2
(230,220,242)
#E9E0F3
(233,224,243)
#ECE4F4
(236,228,244)
#EFE8F5
(239,232,245)
#F2ECF6
(242,236,246)
#F5F0F7
(245,240,247)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACCEE; }

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

This text font color is #DACCEE.


Background Color

.myBgColor { background-color: #DACCEE; }

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

This div background color is #DACCEE.


Border color

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

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

This div border color is #DACCEE.


Opacity

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

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

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

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

This text has shadow with #DACCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACCEE on black background.


Color preview on white background

This text has color #DACCEE on white background.



Black color preview on #DACCEE background

This text has black color on #DACCEE background.


White color preview on #DACCEE background

This text has white color on #DACCEE background.