COLOR #DCCAE3

HEX: #DCCAE3
RGB: (220,202,227)

Color info

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

RGB color model

#DCCAE3 color RGB value is (220,202,227).

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

RGB channels and saturation

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

220
202
227

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

Portions of RGB colors in percentages

R + G + B =
220 + 202 + 227 = 649 (100%)
R 220 of 649 ~ 33.9%
G 202 of 649 ~ 31.12%
B 227 of 649 ~ 34.98%

%33.9
%31.12
%34.98

CMYK color model

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

  • cyan value is 3.08%
  • magenta value is 11.01%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(3,11,0,11)
C3M11Y0K11 
(3%,11%,0%,11%)
(0.03/0.11/0.00/0.11)	

CMYK percentages

%3.08
%11.01
%0
%10.98

Codes

Color #DCCAE3 in popluar color models

DCCAE3
RGB220202227
HSL283°30.86%84.12%
HSB/HSV283°11.01%89.02%
CMYK3.08%11.01%0.00%
10.98%

Color #DCCAE3 in popluar number systems.

HEXDCCAE3
Decimal220202227
Binary110111001100101011100011
Octal334312343

Shades and tints

Shades of #DCCAE3

#DCCAE3
(220,202,227)
#C8B8CF
(200,184,207)
#B4A6BB
(180,166,187)
#A094A7
(160,148,167)
#8C8293
(140,130,147)
#78707F
(120,112,127)
#645E6B
(100,94,107)
#504C57
(80,76,87)
#3C3A43
(60,58,67)
#28282F
(40,40,47)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #DCCAE3

#DCCAE3
(220,202,227)
#DFCEE5
(223,206,229)
#E2D2E7
(226,210,231)
#E5D6E9
(229,214,233)
#E8DAEB
(232,218,235)
#EBDEED
(235,222,237)
#EEE2EF
(238,226,239)
#F1E6F1
(241,230,241)
#F4EAF3
(244,234,243)
#F7EEF5
(247,238,245)
#FAF2F7
(250,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCAE3; }

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

This text font color is #DCCAE3.


Background Color

.myBgColor { background-color: #DCCAE3; }

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

This div background color is #DCCAE3.


Border color

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

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

This div border color is #DCCAE3.


Opacity

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

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

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

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

This text has shadow with #DCCAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCAE3 on black background.


Color preview on white background

This text has color #DCCAE3 on white background.



Black color preview on #DCCAE3 background

This text has black color on #DCCAE3 background.


White color preview on #DCCAE3 background

This text has white color on #DCCAE3 background.