COLOR #DCCED4

HEX: #DCCED4
RGB: (220,206,212)

Color info

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

RGB color model

#DCCED4 color RGB value is (220,206,212).

  • red value is 220;
  • green value is 206;
  • blue value is 212.
RGB:
(220,206,212)
(86%,81%,83%)

RGB channels and saturation

R 220 of 255 = 86%
G 206 of 255 = 81%
B 212 of 255 = 83%

220
206
212

R + G + B ~ 83%. #DCCED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 206 + 212 = 638 (100%)
R 220 of 638 ~ 34.48%
G 206 of 638 ~ 32.29%
B 212 of 638 ~ 33.23%

%34.48
%32.29
%33.23

CMYK color model

#DCCED4 color CMYK value is (0,6,4,14).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 3.64%
  • key color value is 13.73%
CMYK:
(0,6,4,14)
C0M6Y4K14 
(0%,6%,4%,14%)
(0.00/0.06/0.04/0.14)	

CMYK percentages

%0
%6.36
%3.64
%13.73

Codes

Color #DCCED4 in popluar color models

DCCED4
RGB220206212
HSL334°16.67%83.53%
HSB/HSV334°6.36%86.27%
CMYK0.00%6.36%3.64%
13.73%

Color #DCCED4 in popluar number systems.

HEXDCCED4
Decimal220206212
Binary110111001100111011010100
Octal334316324

Shades and tints

Shades of #DCCED4

#DCCED4
(220,206,212)
#C8BCC1
(200,188,193)
#B4AAAE
(180,170,174)
#A0989B
(160,152,155)
#8C8688
(140,134,136)
#787475
(120,116,117)
#646262
(100,98,98)
#50504F
(80,80,79)
#3C3E3C
(60,62,60)
#282C29
(40,44,41)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #DCCED4

#DCCED4
(220,206,212)
#DFD2D7
(223,210,215)
#E2D6DA
(226,214,218)
#E5DADD
(229,218,221)
#E8DEE0
(232,222,224)
#EBE2E3
(235,226,227)
#EEE6E6
(238,230,230)
#F1EAE9
(241,234,233)
#F4EEEC
(244,238,236)
#F7F2EF
(247,242,239)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCED4 color. Also use rgb(220,206,212) instead hex code.

Text Font Color

.myTextColor { color: #DCCED4; }

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

This text font color is #DCCED4.


Background Color

.myBgColor { background-color: #DCCED4; }

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

This div background color is #DCCED4.


Border color

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

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

This div border color is #DCCED4.


Opacity

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

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

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

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

This text has shadow with #DCCED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCED4 on black background.


Color preview on white background

This text has color #DCCED4 on white background.



Black color preview on #DCCED4 background

This text has black color on #DCCED4 background.


White color preview on #DCCED4 background

This text has white color on #DCCED4 background.