COLOR #D2C0F0

HEX: #D2C0F0
RGB: (210,192,240)

Color info

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

RGB color model

#D2C0F0 color RGB value is (210,192,240).

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

RGB channels and saturation

R 210 of 255 = 82%
G 192 of 255 = 75%
B 240 of 255 = 94%

210
192
240

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

Portions of RGB colors in percentages

R + G + B =
210 + 192 + 240 = 642 (100%)
R 210 of 642 ~ 32.71%
G 192 of 642 ~ 29.91%
B 240 of 642 ~ 37.38%

%32.71
%29.91
%37.38

CMYK color model

#D2C0F0 color CMYK value is (13,20,0,6).

  • cyan value is 12.50%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(13,20,0,6)
C13M20Y0K6 
(13%,20%,0%,6%)
(0.13/0.20/0.00/0.06)	

CMYK percentages

%12.5
%20
%0
%5.88

Codes

Color #D2C0F0 in popluar color models

D2C0F0
RGB210192240
HSL263°61.54%84.71%
HSB/HSV263°20.00%94.12%
CMYK12.50%20.00%0.00%
5.88%

Color #D2C0F0 in popluar number systems.

HEXD2C0F0
Decimal210192240
Binary110100101100000011110000
Octal322300360

Shades and tints

Shades of #D2C0F0

#D2C0F0
(210,192,240)
#BFAFDB
(191,175,219)
#AC9EC6
(172,158,198)
#998DB1
(153,141,177)
#867C9C
(134,124,156)
#736B87
(115,107,135)
#605A72
(96,90,114)
#4D495D
(77,73,93)
#3A3848
(58,56,72)
#272733
(39,39,51)
#14161E
(20,22,30)
#000000
(0,0,0)

Tints of #D2C0F0

#D2C0F0
(210,192,240)
#D6C5F1
(214,197,241)
#DACAF2
(218,202,242)
#DECFF3
(222,207,243)
#E2D4F4
(226,212,244)
#E6D9F5
(230,217,245)
#EADEF6
(234,222,246)
#EEE3F7
(238,227,247)
#F2E8F8
(242,232,248)
#F6EDF9
(246,237,249)
#FAF2FA
(250,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C0F0; }

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

This text font color is #D2C0F0.


Background Color

.myBgColor { background-color: #D2C0F0; }

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

This div background color is #D2C0F0.


Border color

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

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

This div border color is #D2C0F0.


Opacity

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

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

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

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

This text has shadow with #D2C0F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C0F0 on black background.


Color preview on white background

This text has color #D2C0F0 on white background.



Black color preview on #D2C0F0 background

This text has black color on #D2C0F0 background.


White color preview on #D2C0F0 background

This text has white color on #D2C0F0 background.