COLOR #D0C0FF

HEX: #D0C0FF
RGB: (208,192,255)

Color info

#D0C0FF contains mainly red and blue colors. Web safe color of #D0C0FF is #CCCCFF (or #CCF).

RGB color model

#D0C0FF color RGB value is (208,192,255).

  • red value is 208;
  • green value is 192;
  • blue value is 255.
RGB:
(208,192,255)
(82%,75%,100%)

RGB channels and saturation

R 208 of 255 = 82%
G 192 of 255 = 75%
B 255 of 255 = 100%

208
192
255

R + G + B ~ 86%. #D0C0FF is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 192 + 255 = 655 (100%)
R 208 of 655 ~ 31.76%
G 192 of 655 ~ 29.31%
B 255 of 655 ~ 38.93%

%31.76
%29.31
%38.93

CMYK color model

#D0C0FF color CMYK value is (18,25,0,0).

  • cyan value is 18.43%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(18,25,0,0)
C18M25Y0K0 
(18%,25%,0%,0%)
(0.18/0.25/0.00/0.00)	

CMYK percentages

%18.43
%24.71
%0
%0

Codes

Color #D0C0FF in popluar color models

D0C0FF
RGB208192255
HSL255°100.00%87.65%
HSB/HSV255°24.71%100.00%
CMYK18.43%24.71%0.00%
0.00%

Color #D0C0FF in popluar number systems.

HEXD0C0FF
Decimal208192255
Binary110100001100000011111111
Octal320300377

Shades and tints

Shades of #D0C0FF

#D0C0FF
(208,192,255)
#BEAFE8
(190,175,232)
#AC9ED1
(172,158,209)
#9A8DBA
(154,141,186)
#887CA3
(136,124,163)
#766B8C
(118,107,140)
#645A75
(100,90,117)
#52495E
(82,73,94)
#403847
(64,56,71)
#2E2730
(46,39,48)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #D0C0FF

#D0C0FF
(208,192,255)
#D4C5FF
(212,197,255)
#D8CAFF
(216,202,255)
#DCCFFF
(220,207,255)
#E0D4FF
(224,212,255)
#E4D9FF
(228,217,255)
#E8DEFF
(232,222,255)
#ECE3FF
(236,227,255)
#F0E8FF
(240,232,255)
#F4EDFF
(244,237,255)
#F8F2FF
(248,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C0FF color. Also use rgb(208,192,255) instead hex code.

Text Font Color

.myTextColor { color: #D0C0FF; }

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

This text font color is #D0C0FF.


Background Color

.myBgColor { background-color: #D0C0FF; }

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

This div background color is #D0C0FF.


Border color

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

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

This div border color is #D0C0FF.


Opacity

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

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

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

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

This text has shadow with #D0C0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C0FF on black background.


Color preview on white background

This text has color #D0C0FF on white background.



Black color preview on #D0C0FF background

This text has black color on #D0C0FF background.


White color preview on #D0C0FF background

This text has white color on #D0C0FF background.