COLOR #DCCAE2

HEX: #DCCAE2
RGB: (220,202,226)

Color info

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

RGB color model

#DCCAE2 color RGB value is (220,202,226).

  • red value is 220;
  • green value is 202;
  • blue value is 226.
RGB:
(220,202,226)
(86%,79%,89%)

RGB channels and saturation

R 220 of 255 = 86%
G 202 of 255 = 79%
B 226 of 255 = 89%

220
202
226

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

Portions of RGB colors in percentages

R + G + B =
220 + 202 + 226 = 648 (100%)
R 220 of 648 ~ 33.95%
G 202 of 648 ~ 31.17%
B 226 of 648 ~ 34.88%

%33.95
%31.17
%34.88

CMYK color model

#DCCAE2 color CMYK value is (3,11,0,11).

  • cyan value is 2.65%
  • magenta value is 10.62%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(3,11,0,11)
C3M11Y0K11 
(3%,11%,0%,11%)
(0.03/0.11/0.00/0.11)	

CMYK percentages

%2.65
%10.62
%0
%11.37

Codes

Color #DCCAE2 in popluar color models

DCCAE2
RGB220202226
HSL285°29.27%83.92%
HSB/HSV285°10.62%88.63%
CMYK2.65%10.62%0.00%
11.37%

Color #DCCAE2 in popluar number systems.

HEXDCCAE2
Decimal220202226
Binary110111001100101011100010
Octal334312342

Shades and tints

Shades of #DCCAE2

#DCCAE2
(220,202,226)
#C8B8CE
(200,184,206)
#B4A6BA
(180,166,186)
#A094A6
(160,148,166)
#8C8292
(140,130,146)
#78707E
(120,112,126)
#645E6A
(100,94,106)
#504C56
(80,76,86)
#3C3A42
(60,58,66)
#28282E
(40,40,46)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #DCCAE2

#DCCAE2
(220,202,226)
#DFCEE4
(223,206,228)
#E2D2E6
(226,210,230)
#E5D6E8
(229,214,232)
#E8DAEA
(232,218,234)
#EBDEEC
(235,222,236)
#EEE2EE
(238,226,238)
#F1E6F0
(241,230,240)
#F4EAF2
(244,234,242)
#F7EEF4
(247,238,244)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCAE2 color. Also use rgb(220,202,226) instead hex code.

Text Font Color

.myTextColor { color: #DCCAE2; }

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

This text font color is #DCCAE2.


Background Color

.myBgColor { background-color: #DCCAE2; }

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

This div background color is #DCCAE2.


Border color

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

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

This div border color is #DCCAE2.


Opacity

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

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

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

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

This text has shadow with #DCCAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCAE2 on black background.


Color preview on white background

This text has color #DCCAE2 on white background.



Black color preview on #DCCAE2 background

This text has black color on #DCCAE2 background.


White color preview on #DCCAE2 background

This text has white color on #DCCAE2 background.