COLOR #D2C2F6

HEX: #D2C2F6
RGB: (210,194,246)

Color info

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

RGB color model

#D2C2F6 color RGB value is (210,194,246).

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

RGB channels and saturation

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

210
194
246

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

Portions of RGB colors in percentages

R + G + B =
210 + 194 + 246 = 650 (100%)
R 210 of 650 ~ 32.31%
G 194 of 650 ~ 29.85%
B 246 of 650 ~ 37.85%

%32.31
%29.85
%37.85

CMYK color model

#D2C2F6 color CMYK value is (15,21,0,4).

  • cyan value is 14.63%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(15,21,0,4)
C15M21Y0K4 
(15%,21%,0%,4%)
(0.15/0.21/0.00/0.04)	

CMYK percentages

%14.63
%21.14
%0
%3.53

Codes

Color #D2C2F6 in popluar color models

D2C2F6
RGB210194246
HSL258°74.29%86.27%
HSB/HSV258°21.14%96.47%
CMYK14.63%21.14%0.00%
3.53%

Color #D2C2F6 in popluar number systems.

HEXD2C2F6
Decimal210194246
Binary110100101100001011110110
Octal322302366

Shades and tints

Shades of #D2C2F6

#D2C2F6
(210,194,246)
#BFB1E0
(191,177,224)
#ACA0CA
(172,160,202)
#998FB4
(153,143,180)
#867E9E
(134,126,158)
#736D88
(115,109,136)
#605C72
(96,92,114)
#4D4B5C
(77,75,92)
#3A3A46
(58,58,70)
#272930
(39,41,48)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #D2C2F6

#D2C2F6
(210,194,246)
#D6C7F6
(214,199,246)
#DACCF6
(218,204,246)
#DED1F6
(222,209,246)
#E2D6F6
(226,214,246)
#E6DBF6
(230,219,246)
#EAE0F6
(234,224,246)
#EEE5F6
(238,229,246)
#F2EAF6
(242,234,246)
#F6EFF6
(246,239,246)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C2F6; }

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

This text font color is #D2C2F6.


Background Color

.myBgColor { background-color: #D2C2F6; }

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

This div background color is #D2C2F6.


Border color

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

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

This div border color is #D2C2F6.


Opacity

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

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

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

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

This text has shadow with #D2C2F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C2F6 on black background.


Color preview on white background

This text has color #D2C2F6 on white background.



Black color preview on #D2C2F6 background

This text has black color on #D2C2F6 background.


White color preview on #D2C2F6 background

This text has white color on #D2C2F6 background.