COLOR #D0CCF4

HEX: #D0CCF4
RGB: (208,204,244)

Color info

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

RGB color model

#D0CCF4 color RGB value is (208,204,244).

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

RGB channels and saturation

R 208 of 255 = 82%
G 204 of 255 = 80%
B 244 of 255 = 96%

208
204
244

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

Portions of RGB colors in percentages

R + G + B =
208 + 204 + 244 = 656 (100%)
R 208 of 656 ~ 31.71%
G 204 of 656 ~ 31.1%
B 244 of 656 ~ 37.2%

%31.71
%31.1
%37.2

CMYK color model

#D0CCF4 color CMYK value is (15,16,0,4).

  • cyan value is 14.75%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(15,16,0,4)
C15M16Y0K4 
(15%,16%,0%,4%)
(0.15/0.16/0.00/0.04)	

CMYK percentages

%14.75
%16.39
%0
%4.31

Codes

Color #D0CCF4 in popluar color models

D0CCF4
RGB208204244
HSL246°64.52%87.84%
HSB/HSV246°16.39%95.69%
CMYK14.75%16.39%0.00%
4.31%

Color #D0CCF4 in popluar number systems.

HEXD0CCF4
Decimal208204244
Binary110100001100110011110100
Octal320314364

Shades and tints

Shades of #D0CCF4

#D0CCF4
(208,204,244)
#BEBADE
(190,186,222)
#ACA8C8
(172,168,200)
#9A96B2
(154,150,178)
#88849C
(136,132,156)
#767286
(118,114,134)
#646070
(100,96,112)
#524E5A
(82,78,90)
#403C44
(64,60,68)
#2E2A2E
(46,42,46)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #D0CCF4

#D0CCF4
(208,204,244)
#D4D0F5
(212,208,245)
#D8D4F6
(216,212,246)
#DCD8F7
(220,216,247)
#E0DCF8
(224,220,248)
#E4E0F9
(228,224,249)
#E8E4FA
(232,228,250)
#ECE8FB
(236,232,251)
#F0ECFC
(240,236,252)
#F4F0FD
(244,240,253)
#F8F4FE
(248,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0CCF4; }

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

This text font color is #D0CCF4.


Background Color

.myBgColor { background-color: #D0CCF4; }

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

This div background color is #D0CCF4.


Border color

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

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

This div border color is #D0CCF4.


Opacity

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

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

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

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

This text has shadow with #D0CCF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CCF4 on black background.


Color preview on white background

This text has color #D0CCF4 on white background.



Black color preview on #D0CCF4 background

This text has black color on #D0CCF4 background.


White color preview on #D0CCF4 background

This text has white color on #D0CCF4 background.