COLOR #D2C3F8

HEX: #D2C3F8
RGB: (210,195,248)

Color info

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

RGB color model

#D2C3F8 color RGB value is (210,195,248).

  • red value is 210;
  • green value is 195;
  • blue value is 248.
RGB:
(210,195,248)
(82%,76%,97%)

RGB channels and saturation

R 210 of 255 = 82%
G 195 of 255 = 76%
B 248 of 255 = 97%

210
195
248

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

Portions of RGB colors in percentages

R + G + B =
210 + 195 + 248 = 653 (100%)
R 210 of 653 ~ 32.16%
G 195 of 653 ~ 29.86%
B 248 of 653 ~ 37.98%

%32.16
%29.86
%37.98

CMYK color model

#D2C3F8 color CMYK value is (15,21,0,3).

  • cyan value is 15.32%
  • magenta value is 21.37%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(15,21,0,3)
C15M21Y0K3 
(15%,21%,0%,3%)
(0.15/0.21/0.00/0.03)	

CMYK percentages

%15.32
%21.37
%0
%2.75

Codes

Color #D2C3F8 in popluar color models

D2C3F8
RGB210195248
HSL257°79.10%86.86%
HSB/HSV257°21.37%97.25%
CMYK15.32%21.37%0.00%
2.75%

Color #D2C3F8 in popluar number systems.

HEXD2C3F8
Decimal210195248
Binary110100101100001111111000
Octal322303370

Shades and tints

Shades of #D2C3F8

#D2C3F8
(210,195,248)
#BFB2E2
(191,178,226)
#ACA1CC
(172,161,204)
#9990B6
(153,144,182)
#867FA0
(134,127,160)
#736E8A
(115,110,138)
#605D74
(96,93,116)
#4D4C5E
(77,76,94)
#3A3B48
(58,59,72)
#272A32
(39,42,50)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #D2C3F8

#D2C3F8
(210,195,248)
#D6C8F8
(214,200,248)
#DACDF8
(218,205,248)
#DED2F8
(222,210,248)
#E2D7F8
(226,215,248)
#E6DCF8
(230,220,248)
#EAE1F8
(234,225,248)
#EEE6F8
(238,230,248)
#F2EBF8
(242,235,248)
#F6F0F8
(246,240,248)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C3F8 color. Also use rgb(210,195,248) instead hex code.

Text Font Color

.myTextColor { color: #D2C3F8; }

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

This text font color is #D2C3F8.


Background Color

.myBgColor { background-color: #D2C3F8; }

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

This div background color is #D2C3F8.


Border color

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

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

This div border color is #D2C3F8.


Opacity

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

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

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

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

This text has shadow with #D2C3F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C3F8 on black background.


Color preview on white background

This text has color #D2C3F8 on white background.



Black color preview on #D2C3F8 background

This text has black color on #D2C3F8 background.


White color preview on #D2C3F8 background

This text has white color on #D2C3F8 background.