COLOR #DCC7DB

HEX: #DCC7DB
RGB: (220,199,219)

Color info

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

RGB color model

#DCC7DB color RGB value is (220,199,219).

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

RGB channels and saturation

R 220 of 255 = 86%
G 199 of 255 = 78%
B 219 of 255 = 86%

220
199
219

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

Portions of RGB colors in percentages

R + G + B =
220 + 199 + 219 = 638 (100%)
R 220 of 638 ~ 34.48%
G 199 of 638 ~ 31.19%
B 219 of 638 ~ 34.33%

%34.48
%31.19
%34.33

CMYK color model

#DCC7DB color CMYK value is (0,10,0,14).

  • cyan value is 0.00%
  • magenta value is 9.55%
  • yellow value is 0.45%
  • key color value is 13.73%
CMYK:
(0,10,0,14)
C0M10Y0K14 
(0%,10%,0%,14%)
(0.00/0.10/0.00/0.14)	

CMYK percentages

%0
%9.55
%0.45
%13.73

Codes

Color #DCC7DB in popluar color models

DCC7DB
RGB220199219
HSL303°23.08%82.16%
HSB/HSV303°9.55%86.27%
CMYK0.00%9.55%0.45%
13.73%

Color #DCC7DB in popluar number systems.

HEXDCC7DB
Decimal220199219
Binary110111001100011111011011
Octal334307333

Shades and tints

Shades of #DCC7DB

#DCC7DB
(220,199,219)
#C8B5C8
(200,181,200)
#B4A3B5
(180,163,181)
#A091A2
(160,145,162)
#8C7F8F
(140,127,143)
#786D7C
(120,109,124)
#645B69
(100,91,105)
#504956
(80,73,86)
#3C3743
(60,55,67)
#282530
(40,37,48)
#14131D
(20,19,29)
#000000
(0,0,0)

Tints of #DCC7DB

#DCC7DB
(220,199,219)
#DFCCDE
(223,204,222)
#E2D1E1
(226,209,225)
#E5D6E4
(229,214,228)
#E8DBE7
(232,219,231)
#EBE0EA
(235,224,234)
#EEE5ED
(238,229,237)
#F1EAF0
(241,234,240)
#F4EFF3
(244,239,243)
#F7F4F6
(247,244,246)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC7DB; }

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

This text font color is #DCC7DB.


Background Color

.myBgColor { background-color: #DCC7DB; }

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

This div background color is #DCC7DB.


Border color

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

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

This div border color is #DCC7DB.


Opacity

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

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

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

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

This text has shadow with #DCC7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC7DB on black background.


Color preview on white background

This text has color #DCC7DB on white background.



Black color preview on #DCC7DB background

This text has black color on #DCC7DB background.


White color preview on #DCC7DB background

This text has white color on #DCC7DB background.