COLOR #DCC2DB

HEX: #DCC2DB
RGB: (220,194,219)

Color info

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

RGB color model

#DCC2DB color RGB value is (220,194,219).

  • red value is 220;
  • green value is 194;
  • blue value is 219.
RGB:
(220,194,219)
(86%,76%,86%)

RGB channels and saturation

R 220 of 255 = 86%
G 194 of 255 = 76%
B 219 of 255 = 86%

220
194
219

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

Portions of RGB colors in percentages

R + G + B =
220 + 194 + 219 = 633 (100%)
R 220 of 633 ~ 34.76%
G 194 of 633 ~ 30.65%
B 219 of 633 ~ 34.6%

%34.76
%30.65
%34.6

CMYK color model

#DCC2DB color CMYK value is (0,12,0,14).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 0.45%
  • key color value is 13.73%
CMYK:
(0,12,0,14)
C0M12Y0K14 
(0%,12%,0%,14%)
(0.00/0.12/0.00/0.14)	

CMYK percentages

%0
%11.82
%0.45
%13.73

Codes

Color #DCC2DB in popluar color models

DCC2DB
RGB220194219
HSL302°27.08%81.18%
HSB/HSV302°11.82%86.27%
CMYK0.00%11.82%0.45%
13.73%

Color #DCC2DB in popluar number systems.

HEXDCC2DB
Decimal220194219
Binary110111001100001011011011
Octal334302333

Shades and tints

Shades of #DCC2DB

#DCC2DB
(220,194,219)
#C8B1C8
(200,177,200)
#B4A0B5
(180,160,181)
#A08FA2
(160,143,162)
#8C7E8F
(140,126,143)
#786D7C
(120,109,124)
#645C69
(100,92,105)
#504B56
(80,75,86)
#3C3A43
(60,58,67)
#282930
(40,41,48)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #DCC2DB

#DCC2DB
(220,194,219)
#DFC7DE
(223,199,222)
#E2CCE1
(226,204,225)
#E5D1E4
(229,209,228)
#E8D6E7
(232,214,231)
#EBDBEA
(235,219,234)
#EEE0ED
(238,224,237)
#F1E5F0
(241,229,240)
#F4EAF3
(244,234,243)
#F7EFF6
(247,239,246)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC2DB color. Also use rgb(220,194,219) instead hex code.

Text Font Color

.myTextColor { color: #DCC2DB; }

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

This text font color is #DCC2DB.


Background Color

.myBgColor { background-color: #DCC2DB; }

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

This div background color is #DCC2DB.


Border color

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

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

This div border color is #DCC2DB.


Opacity

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

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

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

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

This text has shadow with #DCC2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC2DB on black background.


Color preview on white background

This text has color #DCC2DB on white background.



Black color preview on #DCC2DB background

This text has black color on #DCC2DB background.


White color preview on #DCC2DB background

This text has white color on #DCC2DB background.