COLOR #DCC5EE

HEX: #DCC5EE RGB: (220,197,238)

Color info

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

RGB color model

#DCC5EE color RGB value is (220,197,238).

RGB: (220,197,238) (86%, 77%, 93%)

RGB channels and saturation

R 220 of 255 = 86%
G 197 of 255 = 77%
B 238 of 255 = 93%

220
197
238

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

Portions of RGB colors in percentages

R + G + B = 220 + 197 + 238 = 655 (100%)
R 220 of 655 ~ 33.59%
G 197 of 655 ~ 30.08%
B 238 of 655 ~ 36.34'%

%33.59
%30.08
%36.34

CMYK color model

#DCC5EE color CMYK value is (8,17,0,7).

  • cyan value is 7.56%
  • magenta value is 17.23%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (8,17,0,7)
C8M17Y0K7 (8%, 17%, 0%, 7%)
(0.08 / 0.17 / 0.00 / 0.07)

CMYK percentages

%7.56
%17.23
%0
%6.67

Codes

Color #DCC5EE in popluar color models

DC C5 EE
RGB 220 197 238
HSL 274° 54.67% 85.29%
HSB/HSV 274° 17.23% 93.33%
CMYK 7.56% 17.23% 0.00%
6.67%

Color #DCC5EE in popluar number systems.

HEX DC C5 EE
Decimal 220 197 238
Binary 11011100 11000101 11101110
Octal 334 305 356

Shades and tints

Shades of #DCC5EE

#DCC5EE
(220,197,238)
#C8B4D9
(200,180,217)
#B4A3C4
(180,163,196)
#A092AF
(160,146,175)
#8C819A
(140,129,154)
#787085
(120,112,133)
#645F70
(100,95,112)
#504E5B
(80,78,91)
#3C3D46
(60,61,70)
#282C31
(40,44,49)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #DCC5EE

#DCC5EE
(220,197,238)
#DFCAEF
(223,202,239)
#E2CFF0
(226,207,240)
#E5D4F1
(229,212,241)
#E8D9F2
(232,217,242)
#EBDEF3
(235,222,243)
#EEE3F4
(238,227,244)
#F1E8F5
(241,232,245)
#F4EDF6
(244,237,246)
#F7F2F7
(247,242,247)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC5EE color. Also use rgb(220,197,238) instead hex code.

Text Font Color

.myTextColor { color: #DCC5EE; }

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

This text font color is #DCC5EE.

Background Color

.myBgColor { background-color: #DCC5EE; }

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

This div background color is #DCC5EE.

Border color

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

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

This div border color is #DCC5EE.

Opacity

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

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

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

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

This text has shadow with #DCC5EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC5EE.

Preview

Color preview on black background

This text has color #DCC5EE on black background.


Color preview on white background

This text has color #DCC5EE on white background.


Black color preview on #DCC5EE background

This text has black color on #DCC5EE background.


White color preview on #DCC5EE background

This text has white color on #DCC5EE background.


Related colors

Complementary color

Complementary color for #hex is #233A11.


I love getcolorcode.com

Triadic colors

1 #EEDCC5 and #C5EEDC with #DCC5EE are triadic colors.

2 #EEC5DC and #C5DCEE with #DCC5EE are triadic colors.