COLOR #D3CCF8

HEX: #D3CCF8
RGB: (211,204,248)

Color info

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

RGB color model

#D3CCF8 color RGB value is (211,204,248).

  • red value is 211;
  • green value is 204;
  • blue value is 248.
RGB:
(211,204,248)
(83%,80%,97%)

RGB channels and saturation

R 211 of 255 = 83%
G 204 of 255 = 80%
B 248 of 255 = 97%

211
204
248

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

Portions of RGB colors in percentages

R + G + B =
211 + 204 + 248 = 663 (100%)
R 211 of 663 ~ 31.83%
G 204 of 663 ~ 30.77%
B 248 of 663 ~ 37.41%

%31.83
%30.77
%37.41

CMYK color model

#D3CCF8 color CMYK value is (15,18,0,3).

  • cyan value is 14.92%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(15,18,0,3)
C15M18Y0K3 
(15%,18%,0%,3%)
(0.15/0.18/0.00/0.03)	

CMYK percentages

%14.92
%17.74
%0
%2.75

Codes

Color #D3CCF8 in popluar color models

D3CCF8
RGB211204248
HSL250°75.86%88.63%
HSB/HSV250°17.74%97.25%
CMYK14.92%17.74%0.00%
2.75%

Color #D3CCF8 in popluar number systems.

HEXD3CCF8
Decimal211204248
Binary110100111100110011111000
Octal323314370

Shades and tints

Shades of #D3CCF8

#D3CCF8
(211,204,248)
#C0BAE2
(192,186,226)
#ADA8CC
(173,168,204)
#9A96B6
(154,150,182)
#8784A0
(135,132,160)
#74728A
(116,114,138)
#616074
(97,96,116)
#4E4E5E
(78,78,94)
#3B3C48
(59,60,72)
#282A32
(40,42,50)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #D3CCF8

#D3CCF8
(211,204,248)
#D7D0F8
(215,208,248)
#DBD4F8
(219,212,248)
#DFD8F8
(223,216,248)
#E3DCF8
(227,220,248)
#E7E0F8
(231,224,248)
#EBE4F8
(235,228,248)
#EFE8F8
(239,232,248)
#F3ECF8
(243,236,248)
#F7F0F8
(247,240,248)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3CCF8 color. Also use rgb(211,204,248) instead hex code.

Text Font Color

.myTextColor { color: #D3CCF8; }

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

This text font color is #D3CCF8.


Background Color

.myBgColor { background-color: #D3CCF8; }

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

This div background color is #D3CCF8.


Border color

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

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

This div border color is #D3CCF8.


Opacity

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

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

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

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

This text has shadow with #D3CCF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3CCF8 on black background.


Color preview on white background

This text has color #D3CCF8 on white background.



Black color preview on #D3CCF8 background

This text has black color on #D3CCF8 background.


White color preview on #D3CCF8 background

This text has white color on #D3CCF8 background.