COLOR #DCC0DB

HEX: #DCC0DB
RGB: (220,192,219)

Color info

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

RGB color model

#DCC0DB color RGB value is (220,192,219).

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

RGB channels and saturation

R 220 of 255 = 86%
G 192 of 255 = 75%
B 219 of 255 = 86%

220
192
219

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

Portions of RGB colors in percentages

R + G + B =
220 + 192 + 219 = 631 (100%)
R 220 of 631 ~ 34.87%
G 192 of 631 ~ 30.43%
B 219 of 631 ~ 34.71%

%34.87
%30.43
%34.71

CMYK color model

#DCC0DB color CMYK value is (0,13,0,14).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 0.45%
  • key color value is 13.73%
CMYK:
(0,13,0,14)
C0M13Y0K14 
(0%,13%,0%,14%)
(0.00/0.13/0.00/0.14)	

CMYK percentages

%0
%12.73
%0.45
%13.73

Codes

Color #DCC0DB in popluar color models

DCC0DB
RGB220192219
HSL302°28.57%80.78%
HSB/HSV302°12.73%86.27%
CMYK0.00%12.73%0.45%
13.73%

Color #DCC0DB in popluar number systems.

HEXDCC0DB
Decimal220192219
Binary110111001100000011011011
Octal334300333

Shades and tints

Shades of #DCC0DB

#DCC0DB
(220,192,219)
#C8AFC8
(200,175,200)
#B49EB5
(180,158,181)
#A08DA2
(160,141,162)
#8C7C8F
(140,124,143)
#786B7C
(120,107,124)
#645A69
(100,90,105)
#504956
(80,73,86)
#3C3843
(60,56,67)
#282730
(40,39,48)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #DCC0DB

#DCC0DB
(220,192,219)
#DFC5DE
(223,197,222)
#E2CAE1
(226,202,225)
#E5CFE4
(229,207,228)
#E8D4E7
(232,212,231)
#EBD9EA
(235,217,234)
#EEDEED
(238,222,237)
#F1E3F0
(241,227,240)
#F4E8F3
(244,232,243)
#F7EDF6
(247,237,246)
#FAF2F9
(250,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC0DB; }

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

This text font color is #DCC0DB.


Background Color

.myBgColor { background-color: #DCC0DB; }

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

This div background color is #DCC0DB.


Border color

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

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

This div border color is #DCC0DB.


Opacity

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

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

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

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

This text has shadow with #DCC0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC0DB on black background.


Color preview on white background

This text has color #DCC0DB on white background.



Black color preview on #DCC0DB background

This text has black color on #DCC0DB background.


White color preview on #DCC0DB background

This text has white color on #DCC0DB background.