COLOR #DCC7EB

HEX: #DCC7EB RGB: (220,199,235)

Color info

#DCC7EB contains red, green and blue colors in about the same proportion. Web safe color of #DCC7EB is #CCCCFF (or #CCF).

RGB color model

#DCC7EB color RGB value is (220,199,235).

RGB: (220,199,235) (86%, 78%, 92%)

RGB channels and saturation

R 220 of 255 = 86%
G 199 of 255 = 78%
B 235 of 255 = 92%

220
199
235

R + G + B ~ 85%. #DCC7EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 199 + 235 = 654 (100%)
R 220 of 654 ~ 33.64%
G 199 of 654 ~ 30.43%
B 235 of 654 ~ 35.93'%

%33.64
%30.43
%35.93

CMYK color model

#DCC7EB color CMYK value is (6,15,0,8).

  • cyan value is 6.38%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (6,15,0,8)
C6M15Y0K8 (6%, 15%, 0%, 8%)
(0.06 / 0.15 / 0.00 / 0.08)

CMYK percentages

%6.38
%15.32
%0
%7.84

Codes

Color #DCC7EB in popluar color models

DC C7 EB
RGB 220 199 235
HSL 275° 47.37% 85.10%
HSB/HSV 275° 15.32% 92.16%
CMYK 6.38% 15.32% 0.00%
7.84%

Color #DCC7EB in popluar number systems.

HEX DC C7 EB
Decimal 220 199 235
Binary 11011100 11000111 11101011
Octal 334 307 353

Shades and tints

Shades of #DCC7EB

#DCC7EB
(220,199,235)
#C8B5D6
(200,181,214)
#B4A3C1
(180,163,193)
#A091AC
(160,145,172)
#8C7F97
(140,127,151)
#786D82
(120,109,130)
#645B6D
(100,91,109)
#504958
(80,73,88)
#3C3743
(60,55,67)
#28252E
(40,37,46)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #DCC7EB

#DCC7EB
(220,199,235)
#DFCCEC
(223,204,236)
#E2D1ED
(226,209,237)
#E5D6EE
(229,214,238)
#E8DBEF
(232,219,239)
#EBE0F0
(235,224,240)
#EEE5F1
(238,229,241)
#F1EAF2
(241,234,242)
#F4EFF3
(244,239,243)
#F7F4F4
(247,244,244)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC7EB; }

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

This text font color is #DCC7EB.

Background Color

.myBgColor { background-color: #DCC7EB; }

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

This div background color is #DCC7EB.

Border color

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

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

This div border color is #DCC7EB.

Opacity

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

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

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

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

This text has shadow with #DCC7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC7EB.

Preview

Color preview on black background

This text has color #DCC7EB on black background.


Color preview on white background

This text has color #DCC7EB on white background.


Black color preview on #DCC7EB background

This text has black color on #DCC7EB background.


White color preview on #DCC7EB background

This text has white color on #DCC7EB background.


Related colors

Complementary color

Complementary color for #hex is #233814.


I love getcolorcode.com

Triadic colors

1 #EBDCC7 and #C7EBDC with #DCC7EB are triadic colors.

2 #EBC7DC and #C7DCEB with #DCC7EB are triadic colors.