COLOR #DCCAD2

HEX: #DCCAD2
RGB: (220,202,210)

Color info

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

RGB color model

#DCCAD2 color RGB value is (220,202,210).

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

RGB channels and saturation

R 220 of 255 = 86%
G 202 of 255 = 79%
B 210 of 255 = 82%

220
202
210

R + G + B ~ 82%. #DCCAD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 202 + 210 = 632 (100%)
R 220 of 632 ~ 34.81%
G 202 of 632 ~ 31.96%
B 210 of 632 ~ 33.23%

%34.81
%31.96
%33.23

CMYK color model

#DCCAD2 color CMYK value is (0,8,5,14).

  • cyan value is 0.00%
  • magenta value is 8.18%
  • yellow value is 4.55%
  • key color value is 13.73%
CMYK:
(0,8,5,14)
C0M8Y5K14 
(0%,8%,5%,14%)
(0.00/0.08/0.05/0.14)	

CMYK percentages

%0
%8.18
%4.55
%13.73

Codes

Color #DCCAD2 in popluar color models

DCCAD2
RGB220202210
HSL333°20.45%82.75%
HSB/HSV333°8.18%86.27%
CMYK0.00%8.18%4.55%
13.73%

Color #DCCAD2 in popluar number systems.

HEXDCCAD2
Decimal220202210
Binary110111001100101011010010
Octal334312322

Shades and tints

Shades of #DCCAD2

#DCCAD2
(220,202,210)
#C8B8BF
(200,184,191)
#B4A6AC
(180,166,172)
#A09499
(160,148,153)
#8C8286
(140,130,134)
#787073
(120,112,115)
#645E60
(100,94,96)
#504C4D
(80,76,77)
#3C3A3A
(60,58,58)
#282827
(40,40,39)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #DCCAD2

#DCCAD2
(220,202,210)
#DFCED6
(223,206,214)
#E2D2DA
(226,210,218)
#E5D6DE
(229,214,222)
#E8DAE2
(232,218,226)
#EBDEE6
(235,222,230)
#EEE2EA
(238,226,234)
#F1E6EE
(241,230,238)
#F4EAF2
(244,234,242)
#F7EEF6
(247,238,246)
#FAF2FA
(250,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCAD2; }

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

This text font color is #DCCAD2.


Background Color

.myBgColor { background-color: #DCCAD2; }

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

This div background color is #DCCAD2.


Border color

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

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

This div border color is #DCCAD2.


Opacity

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

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

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

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

This text has shadow with #DCCAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCAD2 on black background.


Color preview on white background

This text has color #DCCAD2 on white background.



Black color preview on #DCCAD2 background

This text has black color on #DCCAD2 background.


White color preview on #DCCAD2 background

This text has white color on #DCCAD2 background.