COLOR #DCC3EB

HEX: #DCC3EB RGB: (220,195,235)

Color info

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

RGB color model

#DCC3EB color RGB value is (220,195,235).

RGB: (220,195,235) (86%, 76%, 92%)

RGB channels and saturation

R 220 of 255 = 86%
G 195 of 255 = 76%
B 235 of 255 = 92%

220
195
235

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

Portions of RGB colors in percentages

R + G + B = 220 + 195 + 235 = 650 (100%)
R 220 of 650 ~ 33.85%
G 195 of 650 ~ 30%
B 235 of 650 ~ 36.15'%

%33.85
%30
%36.15

CMYK color model

#DCC3EB color CMYK value is (6,17,0,8).

  • cyan value is 6.38%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (6,17,0,8) C6M17Y0K8 (6%,17%,0%,8%) (0.06/0.17/0.00/0.08) 

CMYK percentages

%6.38
%17.02
%0
%7.84

Codes

Color #DCC3EB in popluar color models

DC C3 EB
RGB 220 195 235
HSL 278° 50.00% 84.31%
HSB/HSV 278° 17.02% 92.16%
CMYK 6.38% 17.02% 0.00%
7.84%

Color #DCC3EB in popluar number systems.

HEX DC C3 EB
Decimal 220 195 235
Binary 11011100 11000011 11101011
Octal 334 303 353

Shades and tints

Shades of #DCC3EB

#DCC3EB
(220,195,235)
#C8B2D6
(200,178,214)
#B4A1C1
(180,161,193)
#A090AC
(160,144,172)
#8C7F97
(140,127,151)
#786E82
(120,110,130)
#645D6D
(100,93,109)
#504C58
(80,76,88)
#3C3B43
(60,59,67)
#282A2E
(40,42,46)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #DCC3EB

#DCC3EB
(220,195,235)
#DFC8EC
(223,200,236)
#E2CDED
(226,205,237)
#E5D2EE
(229,210,238)
#E8D7EF
(232,215,239)
#EBDCF0
(235,220,240)
#EEE1F1
(238,225,241)
#F1E6F2
(241,230,242)
#F4EBF3
(244,235,243)
#F7F0F4
(247,240,244)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC3EB; }

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

This text font color is #DCC3EB.

Background Color

.myBgColor { background-color: #DCC3EB; }

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

This div background color is #DCC3EB.

Border color

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

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

This div border color is #DCC3EB.

Opacity

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

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

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

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

This text has shadow with #DCC3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC3EB.

Preview

Color preview on black background

This text has color #DCC3EB on black background.


Color preview on white background

This text has color #DCC3EB on white background.


Black color preview on #DCC3EB background

This text has black color on #DCC3EB background.


White color preview on #DCC3EB background

This text has white color on #DCC3EB background.


Related colors

Complementary color

Complementary color for #hex is #233C14.


I love getcolorcode.com

Triadic colors

1 #EBDCC3 and #C3EBDC with #DCC3EB are triadic colors.

2 #EBC3DC and #C3DCEB with #DCC3EB are triadic colors.