COLOR #DCC4F7

HEX: #DCC4F7 RGB: (220,196,247)

Color info

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

RGB color model

#DCC4F7 color RGB value is (220,196,247).

RGB: (220,196,247) (86%, 77%, 97%)

RGB channels and saturation

R 220 of 255 = 86%
G 196 of 255 = 77%
B 247 of 255 = 97%

220
196
247

R + G + B ~ 87%. #DCC4F7 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 196 + 247 = 663 (100%)
R 220 of 663 ~ 33.18%
G 196 of 663 ~ 29.56%
B 247 of 663 ~ 37.25'%

%33.18
%29.56
%37.25

CMYK color model

#DCC4F7 color CMYK value is (11,21,0,3).

  • cyan value is 10.93%
  • magenta value is 20.65%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (11,21,0,3)
C11M21Y0K3 (11%, 21%, 0%, 3%)
(0.11 / 0.21 / 0.00 / 0.03)

CMYK percentages

%10.93
%20.65
%0
%3.14

Codes

Color #DCC4F7 in popluar color models

DC C4 F7
RGB 220 196 247
HSL 268° 76.12% 86.86%
HSB/HSV 268° 20.65% 96.86%
CMYK 10.93% 20.65% 0.00%
3.14%

Color #DCC4F7 in popluar number systems.

HEX DC C4 F7
Decimal 220 196 247
Binary 11011100 11000100 11110111
Octal 334 304 367

Shades and tints

Shades of #DCC4F7

#DCC4F7
(220,196,247)
#C8B3E1
(200,179,225)
#B4A2CB
(180,162,203)
#A091B5
(160,145,181)
#8C809F
(140,128,159)
#786F89
(120,111,137)
#645E73
(100,94,115)
#504D5D
(80,77,93)
#3C3C47
(60,60,71)
#282B31
(40,43,49)
#141A1B
(20,26,27)
#000000
(0,0,0)

Tints of #DCC4F7

#DCC4F7
(220,196,247)
#DFC9F7
(223,201,247)
#E2CEF7
(226,206,247)
#E5D3F7
(229,211,247)
#E8D8F7
(232,216,247)
#EBDDF7
(235,221,247)
#EEE2F7
(238,226,247)
#F1E7F7
(241,231,247)
#F4ECF7
(244,236,247)
#F7F1F7
(247,241,247)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC4F7 color. Also use rgb(220,196,247) instead hex code.

Text Font Color

.myTextColor { color: #DCC4F7; }

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

This text font color is #DCC4F7.

Background Color

.myBgColor { background-color: #DCC4F7; }

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

This div background color is #DCC4F7.

Border color

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

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

This div border color is #DCC4F7.

Opacity

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

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

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

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

This text has shadow with #DCC4F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC4F7.

Preview

Color preview on black background

This text has color #DCC4F7 on black background.


Color preview on white background

This text has color #DCC4F7 on white background.


Black color preview on #DCC4F7 background

This text has black color on #DCC4F7 background.


White color preview on #DCC4F7 background

This text has white color on #DCC4F7 background.


Related colors

Complementary color

Complementary color for #hex is #233B08.


I love getcolorcode.com

Triadic colors

1 #F7DCC4 and #C4F7DC with #DCC4F7 are triadic colors.

2 #F7C4DC and #C4DCF7 with #DCC4F7 are triadic colors.