COLOR #DCCCE4

HEX: #DCCCE4
RGB: (220,204,228)

Color info

#DCCCE4 contains red, green and blue colors in about the same proportion. Web safe color of #DCCCE4 is #CCCCCC (or #CCC).

RGB color model

#DCCCE4 color RGB value is (220,204,228).

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

RGB channels and saturation

R 220 of 255 = 86%
G 204 of 255 = 80%
B 228 of 255 = 89%

220
204
228

R + G + B ~ 85%. #DCCCE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 204 + 228 = 652 (100%)
R 220 of 652 ~ 33.74%
G 204 of 652 ~ 31.29%
B 228 of 652 ~ 34.97%

%33.74
%31.29
%34.97

CMYK color model

#DCCCE4 color CMYK value is (4,11,0,11).

  • cyan value is 3.51%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(4,11,0,11)
C4M11Y0K11 
(4%,11%,0%,11%)
(0.04/0.11/0.00/0.11)	

CMYK percentages

%3.51
%10.53
%0
%10.59

Codes

Color #DCCCE4 in popluar color models

DCCCE4
RGB220204228
HSL280°30.77%84.71%
HSB/HSV280°10.53%89.41%
CMYK3.51%10.53%0.00%
10.59%

Color #DCCCE4 in popluar number systems.

HEXDCCCE4
Decimal220204228
Binary110111001100110011100100
Octal334314344

Shades and tints

Shades of #DCCCE4

#DCCCE4
(220,204,228)
#C8BAD0
(200,186,208)
#B4A8BC
(180,168,188)
#A096A8
(160,150,168)
#8C8494
(140,132,148)
#787280
(120,114,128)
#64606C
(100,96,108)
#504E58
(80,78,88)
#3C3C44
(60,60,68)
#282A30
(40,42,48)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #DCCCE4

#DCCCE4
(220,204,228)
#DFD0E6
(223,208,230)
#E2D4E8
(226,212,232)
#E5D8EA
(229,216,234)
#E8DCEC
(232,220,236)
#EBE0EE
(235,224,238)
#EEE4F0
(238,228,240)
#F1E8F2
(241,232,242)
#F4ECF4
(244,236,244)
#F7F0F6
(247,240,246)
#FAF4F8
(250,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCCE4; }

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

This text font color is #DCCCE4.


Background Color

.myBgColor { background-color: #DCCCE4; }

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

This div background color is #DCCCE4.


Border color

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

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

This div border color is #DCCCE4.


Opacity

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

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

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

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

This text has shadow with #DCCCE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCCE4 on black background.


Color preview on white background

This text has color #DCCCE4 on white background.



Black color preview on #DCCCE4 background

This text has black color on #DCCCE4 background.


White color preview on #DCCCE4 background

This text has white color on #DCCCE4 background.