COLOR #DCCCEF

HEX: #DCCCEF
RGB: (220,204,239)

Color info

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

RGB color model

#DCCCEF color RGB value is (220,204,239).

  • red value is 220;
  • green value is 204;
  • blue value is 239.
RGB:
(220,204,239)
(86%,80%,94%)

RGB channels and saturation

R 220 of 255 = 86%
G 204 of 255 = 80%
B 239 of 255 = 94%

220
204
239

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

Portions of RGB colors in percentages

R + G + B =
220 + 204 + 239 = 663 (100%)
R 220 of 663 ~ 33.18%
G 204 of 663 ~ 30.77%
B 239 of 663 ~ 36.05%

%33.18
%30.77
%36.05

CMYK color model

#DCCCEF color CMYK value is (8,15,0,6).

  • cyan value is 7.95%
  • magenta value is 14.64%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(8,15,0,6)
C8M15Y0K6 
(8%,15%,0%,6%)
(0.08/0.15/0.00/0.06)	

CMYK percentages

%7.95
%14.64
%0
%6.27

Codes

Color #DCCCEF in popluar color models

DCCCEF
RGB220204239
HSL267°52.24%86.86%
HSB/HSV267°14.64%93.73%
CMYK7.95%14.64%0.00%
6.27%

Color #DCCCEF in popluar number systems.

HEXDCCCEF
Decimal220204239
Binary110111001100110011101111
Octal334314357

Shades and tints

Shades of #DCCCEF

#DCCCEF
(220,204,239)
#C8BADA
(200,186,218)
#B4A8C5
(180,168,197)
#A096B0
(160,150,176)
#8C849B
(140,132,155)
#787286
(120,114,134)
#646071
(100,96,113)
#504E5C
(80,78,92)
#3C3C47
(60,60,71)
#282A32
(40,42,50)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #DCCCEF

#DCCCEF
(220,204,239)
#DFD0F0
(223,208,240)
#E2D4F1
(226,212,241)
#E5D8F2
(229,216,242)
#E8DCF3
(232,220,243)
#EBE0F4
(235,224,244)
#EEE4F5
(238,228,245)
#F1E8F6
(241,232,246)
#F4ECF7
(244,236,247)
#F7F0F8
(247,240,248)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCCEF color. Also use rgb(220,204,239) instead hex code.

Text Font Color

.myTextColor { color: #DCCCEF; }

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

This text font color is #DCCCEF.


Background Color

.myBgColor { background-color: #DCCCEF; }

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

This div background color is #DCCCEF.


Border color

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

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

This div border color is #DCCCEF.


Opacity

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

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

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

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

This text has shadow with #DCCCEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCCEF on black background.


Color preview on white background

This text has color #DCCCEF on white background.



Black color preview on #DCCCEF background

This text has black color on #DCCCEF background.


White color preview on #DCCCEF background

This text has white color on #DCCCEF background.