COLOR #D8C1F0

HEX: #D8C1F0
RGB: (216,193,240)

Color info

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

RGB color model

#D8C1F0 color RGB value is (216,193,240).

  • red value is 216;
  • green value is 193;
  • blue value is 240.
RGB:
(216,193,240)
(85%,76%,94%)

RGB channels and saturation

R 216 of 255 = 85%
G 193 of 255 = 76%
B 240 of 255 = 94%

216
193
240

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

Portions of RGB colors in percentages

R + G + B =
216 + 193 + 240 = 649 (100%)
R 216 of 649 ~ 33.28%
G 193 of 649 ~ 29.74%
B 240 of 649 ~ 36.98%

%33.28
%29.74
%36.98

CMYK color model

#D8C1F0 color CMYK value is (10,20,0,6).

  • cyan value is 10.00%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(10,20,0,6)
C10M20Y0K6 
(10%,20%,0%,6%)
(0.10/0.20/0.00/0.06)	

CMYK percentages

%10
%19.58
%0
%5.88

Codes

Color #D8C1F0 in popluar color models

D8C1F0
RGB216193240
HSL269°61.04%84.90%
HSB/HSV269°19.58%94.12%
CMYK10.00%19.58%0.00%
5.88%

Color #D8C1F0 in popluar number systems.

HEXD8C1F0
Decimal216193240
Binary110110001100000111110000
Octal330301360

Shades and tints

Shades of #D8C1F0

#D8C1F0
(216,193,240)
#C5B0DB
(197,176,219)
#B29FC6
(178,159,198)
#9F8EB1
(159,142,177)
#8C7D9C
(140,125,156)
#796C87
(121,108,135)
#665B72
(102,91,114)
#534A5D
(83,74,93)
#403948
(64,57,72)
#2D2833
(45,40,51)
#1A171E
(26,23,30)
#000000
(0,0,0)

Tints of #D8C1F0

#D8C1F0
(216,193,240)
#DBC6F1
(219,198,241)
#DECBF2
(222,203,242)
#E1D0F3
(225,208,243)
#E4D5F4
(228,213,244)
#E7DAF5
(231,218,245)
#EADFF6
(234,223,246)
#EDE4F7
(237,228,247)
#F0E9F8
(240,233,248)
#F3EEF9
(243,238,249)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C1F0 color. Also use rgb(216,193,240) instead hex code.

Text Font Color

.myTextColor { color: #D8C1F0; }

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

This text font color is #D8C1F0.


Background Color

.myBgColor { background-color: #D8C1F0; }

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

This div background color is #D8C1F0.


Border color

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

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

This div border color is #D8C1F0.


Opacity

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

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

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

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

This text has shadow with #D8C1F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C1F0 on black background.


Color preview on white background

This text has color #D8C1F0 on white background.



Black color preview on #D8C1F0 background

This text has black color on #D8C1F0 background.


White color preview on #D8C1F0 background

This text has white color on #D8C1F0 background.