COLOR #D7CCF1

HEX: #D7CCF1 RGB: (215,204,241)

Color info

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

RGB color model

#D7CCF1 color RGB value is (215,204,241).

RGB: (215,204,241) (84%, 80%, 95%)

RGB channels and saturation

R 215 of 255 = 84%
G 204 of 255 = 80%
B 241 of 255 = 95%

215
204
241

R + G + B ~ 86%. #D7CCF1 is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 204 + 241 = 660 (100%)
R 215 of 660 ~ 32.58%
G 204 of 660 ~ 30.91%
B 241 of 660 ~ 36.52'%

%32.58
%30.91
%36.52

CMYK color model

#D7CCF1 color CMYK value is (11,15,0,5).

  • cyan value is 10.79%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (11,15,0,5)
C11M15Y0K5 (11%, 15%, 0%, 5%)
(0.11 / 0.15 / 0.00 / 0.05)

CMYK percentages

%10.79
%15.35
%0
%5.49

Codes

Color #D7CCF1 in popluar color models

D7 CC F1
RGB 215 204 241
HSL 258° 56.92% 87.25%
HSB/HSV 258° 15.35% 94.51%
CMYK 10.79% 15.35% 0.00%
5.49%

Color #D7CCF1 in popluar number systems.

HEX D7 CC F1
Decimal 215 204 241
Binary 11010111 11001100 11110001
Octal 327 314 361

Shades and tints

Shades of #D7CCF1

#D7CCF1
(215,204,241)
#C4BADC
(196,186,220)
#B1A8C7
(177,168,199)
#9E96B2
(158,150,178)
#8B849D
(139,132,157)
#787288
(120,114,136)
#656073
(101,96,115)
#524E5E
(82,78,94)
#3F3C49
(63,60,73)
#2C2A34
(44,42,52)
#19181F
(25,24,31)
#000000
(0,0,0)

Tints of #D7CCF1

#D7CCF1
(215,204,241)
#DAD0F2
(218,208,242)
#DDD4F3
(221,212,243)
#E0D8F4
(224,216,244)
#E3DCF5
(227,220,245)
#E6E0F6
(230,224,246)
#E9E4F7
(233,228,247)
#ECE8F8
(236,232,248)
#EFECF9
(239,236,249)
#F2F0FA
(242,240,250)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7CCF1 color. Also use rgb(215,204,241) instead hex code.

Text Font Color

.myTextColor { color: #D7CCF1; }

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

This text font color is #D7CCF1.

Background Color

.myBgColor { background-color: #D7CCF1; }

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

This div background color is #D7CCF1.

Border color

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

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

This div border color is #D7CCF1.

Opacity

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

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

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

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

This text has shadow with #D7CCF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7CCF1.

Preview

Color preview on black background

This text has color #D7CCF1 on black background.


Color preview on white background

This text has color #D7CCF1 on white background.


Black color preview on #D7CCF1 background

This text has black color on #D7CCF1 background.


White color preview on #D7CCF1 background

This text has white color on #D7CCF1 background.


Related colors

Complementary color

Complementary color for #hex is #28330E.


I love getcolorcode.com

Triadic colors

1 #F1D7CC and #CCF1D7 with #D7CCF1 are triadic colors.

2 #F1CCD7 and #CCD7F1 with #D7CCF1 are triadic colors.