COLOR #D2C0F6

HEX: #D2C0F6
RGB: (210,192,246)

Color info

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

RGB color model

#D2C0F6 color RGB value is (210,192,246).

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

RGB channels and saturation

R 210 of 255 = 82%
G 192 of 255 = 75%
B 246 of 255 = 96%

210
192
246

R + G + B ~ 84%. #D2C0F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 192 + 246 = 648 (100%)
R 210 of 648 ~ 32.41%
G 192 of 648 ~ 29.63%
B 246 of 648 ~ 37.96%

%32.41
%29.63
%37.96

CMYK color model

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

  • cyan value is 14.63%
  • magenta value is 21.95%
  • 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.95
%0
%3.53

Codes

Color #D2C0F6 in popluar color models

D2C0F6
RGB210192246
HSL260°75.00%85.88%
HSB/HSV260°21.95%96.47%
CMYK14.63%21.95%0.00%
3.53%

Color #D2C0F6 in popluar number systems.

HEXD2C0F6
Decimal210192246
Binary110100101100000011110110
Octal322300366

Shades and tints

Shades of #D2C0F6

#D2C0F6
(210,192,246)
#BFAFE0
(191,175,224)
#AC9ECA
(172,158,202)
#998DB4
(153,141,180)
#867C9E
(134,124,158)
#736B88
(115,107,136)
#605A72
(96,90,114)
#4D495C
(77,73,92)
#3A3846
(58,56,70)
#272730
(39,39,48)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #D2C0F6

#D2C0F6
(210,192,246)
#D6C5F6
(214,197,246)
#DACAF6
(218,202,246)
#DECFF6
(222,207,246)
#E2D4F6
(226,212,246)
#E6D9F6
(230,217,246)
#EADEF6
(234,222,246)
#EEE3F6
(238,227,246)
#F2E8F6
(242,232,246)
#F6EDF6
(246,237,246)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C0F6; }

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

This text font color is #D2C0F6.


Background Color

.myBgColor { background-color: #D2C0F6; }

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

This div background color is #D2C0F6.


Border color

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

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

This div border color is #D2C0F6.


Opacity

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

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

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

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

This text has shadow with #D2C0F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C0F6 on black background.


Color preview on white background

This text has color #D2C0F6 on white background.



Black color preview on #D2C0F6 background

This text has black color on #D2C0F6 background.


White color preview on #D2C0F6 background

This text has white color on #D2C0F6 background.