COLOR #DACCEB

HEX: #DACCEB
RGB: (218,204,235)

Color info

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

RGB color model

#DACCEB color RGB value is (218,204,235).

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

RGB channels and saturation

R 218 of 255 = 85%
G 204 of 255 = 80%
B 235 of 255 = 92%

218
204
235

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

Portions of RGB colors in percentages

R + G + B =
218 + 204 + 235 = 657 (100%)
R 218 of 657 ~ 33.18%
G 204 of 657 ~ 31.05%
B 235 of 657 ~ 35.77%

%33.18
%31.05
%35.77

CMYK color model

#DACCEB color CMYK value is (7,13,0,8).

  • cyan value is 7.23%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(7,13,0,8)
C7M13Y0K8 
(7%,13%,0%,8%)
(0.07/0.13/0.00/0.08)	

CMYK percentages

%7.23
%13.19
%0
%7.84

Codes

Color #DACCEB in popluar color models

DACCEB
RGB218204235
HSL267°43.66%86.08%
HSB/HSV267°13.19%92.16%
CMYK7.23%13.19%0.00%
7.84%

Color #DACCEB in popluar number systems.

HEXDACCEB
Decimal218204235
Binary110110101100110011101011
Octal332314353

Shades and tints

Shades of #DACCEB

#DACCEB
(218,204,235)
#C7BAD6
(199,186,214)
#B4A8C1
(180,168,193)
#A196AC
(161,150,172)
#8E8497
(142,132,151)
#7B7282
(123,114,130)
#68606D
(104,96,109)
#554E58
(85,78,88)
#423C43
(66,60,67)
#2F2A2E
(47,42,46)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #DACCEB

#DACCEB
(218,204,235)
#DDD0EC
(221,208,236)
#E0D4ED
(224,212,237)
#E3D8EE
(227,216,238)
#E6DCEF
(230,220,239)
#E9E0F0
(233,224,240)
#ECE4F1
(236,228,241)
#EFE8F2
(239,232,242)
#F2ECF3
(242,236,243)
#F5F0F4
(245,240,244)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DACCEB; }

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

This text font color is #DACCEB.


Background Color

.myBgColor { background-color: #DACCEB; }

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

This div background color is #DACCEB.


Border color

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

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

This div border color is #DACCEB.


Opacity

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

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

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

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

This text has shadow with #DACCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DACCEB on black background.


Color preview on white background

This text has color #DACCEB on white background.



Black color preview on #DACCEB background

This text has black color on #DACCEB background.


White color preview on #DACCEB background

This text has white color on #DACCEB background.