COLOR #D2C1F6

HEX: #D2C1F6
RGB: (210,193,246)

Color info

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

RGB color model

#D2C1F6 color RGB value is (210,193,246).

  • red value is 210;
  • green value is 193;
  • blue value is 246.
RGB:
(210,193,246)
(82%,76%,96%)

RGB channels and saturation

R 210 of 255 = 82%
G 193 of 255 = 76%
B 246 of 255 = 96%

210
193
246

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

Portions of RGB colors in percentages

R + G + B =
210 + 193 + 246 = 649 (100%)
R 210 of 649 ~ 32.36%
G 193 of 649 ~ 29.74%
B 246 of 649 ~ 37.9%

%32.36
%29.74
%37.9

CMYK color model

#D2C1F6 color CMYK value is (15,22,0,4).

  • cyan value is 14.63%
  • magenta value is 21.54%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(15,22,0,4)
C15M22Y0K4 
(15%,22%,0%,4%)
(0.15/0.22/0.00/0.04)	

CMYK percentages

%14.63
%21.54
%0
%3.53

Codes

Color #D2C1F6 in popluar color models

D2C1F6
RGB210193246
HSL259°74.65%86.08%
HSB/HSV259°21.54%96.47%
CMYK14.63%21.54%0.00%
3.53%

Color #D2C1F6 in popluar number systems.

HEXD2C1F6
Decimal210193246
Binary110100101100000111110110
Octal322301366

Shades and tints

Shades of #D2C1F6

#D2C1F6
(210,193,246)
#BFB0E0
(191,176,224)
#AC9FCA
(172,159,202)
#998EB4
(153,142,180)
#867D9E
(134,125,158)
#736C88
(115,108,136)
#605B72
(96,91,114)
#4D4A5C
(77,74,92)
#3A3946
(58,57,70)
#272830
(39,40,48)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #D2C1F6

#D2C1F6
(210,193,246)
#D6C6F6
(214,198,246)
#DACBF6
(218,203,246)
#DED0F6
(222,208,246)
#E2D5F6
(226,213,246)
#E6DAF6
(230,218,246)
#EADFF6
(234,223,246)
#EEE4F6
(238,228,246)
#F2E9F6
(242,233,246)
#F6EEF6
(246,238,246)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C1F6 color. Also use rgb(210,193,246) instead hex code.

Text Font Color

.myTextColor { color: #D2C1F6; }

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

This text font color is #D2C1F6.


Background Color

.myBgColor { background-color: #D2C1F6; }

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

This div background color is #D2C1F6.


Border color

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

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

This div border color is #D2C1F6.


Opacity

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

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

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

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

This text has shadow with #D2C1F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C1F6 on black background.


Color preview on white background

This text has color #D2C1F6 on white background.



Black color preview on #D2C1F6 background

This text has black color on #D2C1F6 background.


White color preview on #D2C1F6 background

This text has white color on #D2C1F6 background.