COLOR #D0CCFF

HEX: #D0CCFF
RGB: (208,204,255)

Color info

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

RGB color model

#D0CCFF color RGB value is (208,204,255).

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

RGB channels and saturation

R 208 of 255 = 82%
G 204 of 255 = 80%
B 255 of 255 = 100%

208
204
255

R + G + B ~ 87%. #D0CCFF is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 204 + 255 = 667 (100%)
R 208 of 667 ~ 31.18%
G 204 of 667 ~ 30.58%
B 255 of 667 ~ 38.23%

%31.18
%30.58
%38.23

CMYK color model

#D0CCFF color CMYK value is (18,20,0,0).

  • cyan value is 18.43%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(18,20,0,0)
C18M20Y0K0 
(18%,20%,0%,0%)
(0.18/0.20/0.00/0.00)	

CMYK percentages

%18.43
%20
%0
%0

Codes

Color #D0CCFF in popluar color models

D0CCFF
RGB208204255
HSL245°100.00%90.00%
HSB/HSV245°20.00%100.00%
CMYK18.43%20.00%0.00%
0.00%

Color #D0CCFF in popluar number systems.

HEXD0CCFF
Decimal208204255
Binary110100001100110011111111
Octal320314377

Shades and tints

Shades of #D0CCFF

#D0CCFF
(208,204,255)
#BEBAE8
(190,186,232)
#ACA8D1
(172,168,209)
#9A96BA
(154,150,186)
#8884A3
(136,132,163)
#76728C
(118,114,140)
#646075
(100,96,117)
#524E5E
(82,78,94)
#403C47
(64,60,71)
#2E2A30
(46,42,48)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #D0CCFF

#D0CCFF
(208,204,255)
#D4D0FF
(212,208,255)
#D8D4FF
(216,212,255)
#DCD8FF
(220,216,255)
#E0DCFF
(224,220,255)
#E4E0FF
(228,224,255)
#E8E4FF
(232,228,255)
#ECE8FF
(236,232,255)
#F0ECFF
(240,236,255)
#F4F0FF
(244,240,255)
#F8F4FF
(248,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0CCFF; }

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

This text font color is #D0CCFF.


Background Color

.myBgColor { background-color: #D0CCFF; }

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

This div background color is #D0CCFF.


Border color

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

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

This div border color is #D0CCFF.


Opacity

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

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

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

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

This text has shadow with #D0CCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CCFF on black background.


Color preview on white background

This text has color #D0CCFF on white background.



Black color preview on #D0CCFF background

This text has black color on #D0CCFF background.


White color preview on #D0CCFF background

This text has white color on #D0CCFF background.