COLOR #DCCEE0

HEX: #DCCEE0
RGB: (220,206,224)

Color info

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

RGB color model

#DCCEE0 color RGB value is (220,206,224).

  • red value is 220;
  • green value is 206;
  • blue value is 224.
RGB:
(220,206,224)
(86%,81%,88%)

RGB channels and saturation

R 220 of 255 = 86%
G 206 of 255 = 81%
B 224 of 255 = 88%

220
206
224

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

Portions of RGB colors in percentages

R + G + B =
220 + 206 + 224 = 650 (100%)
R 220 of 650 ~ 33.85%
G 206 of 650 ~ 31.69%
B 224 of 650 ~ 34.46%

%33.85
%31.69
%34.46

CMYK color model

#DCCEE0 color CMYK value is (2,8,0,12).

  • cyan value is 1.79%
  • magenta value is 8.04%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(2,8,0,12)
C2M8Y0K12 
(2%,8%,0%,12%)
(0.02/0.08/0.00/0.12)	

CMYK percentages

%1.79
%8.04
%0
%12.16

Codes

Color #DCCEE0 in popluar color models

DCCEE0
RGB220206224
HSL287°22.50%84.31%
HSB/HSV287°8.04%87.84%
CMYK1.79%8.04%0.00%
12.16%

Color #DCCEE0 in popluar number systems.

HEXDCCEE0
Decimal220206224
Binary110111001100111011100000
Octal334316340

Shades and tints

Shades of #DCCEE0

#DCCEE0
(220,206,224)
#C8BCCC
(200,188,204)
#B4AAB8
(180,170,184)
#A098A4
(160,152,164)
#8C8690
(140,134,144)
#78747C
(120,116,124)
#646268
(100,98,104)
#505054
(80,80,84)
#3C3E40
(60,62,64)
#282C2C
(40,44,44)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #DCCEE0

#DCCEE0
(220,206,224)
#DFD2E2
(223,210,226)
#E2D6E4
(226,214,228)
#E5DAE6
(229,218,230)
#E8DEE8
(232,222,232)
#EBE2EA
(235,226,234)
#EEE6EC
(238,230,236)
#F1EAEE
(241,234,238)
#F4EEF0
(244,238,240)
#F7F2F2
(247,242,242)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCEE0 color. Also use rgb(220,206,224) instead hex code.

Text Font Color

.myTextColor { color: #DCCEE0; }

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

This text font color is #DCCEE0.


Background Color

.myBgColor { background-color: #DCCEE0; }

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

This div background color is #DCCEE0.


Border color

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

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

This div border color is #DCCEE0.


Opacity

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

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

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

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

This text has shadow with #DCCEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCEE0 on black background.


Color preview on white background

This text has color #DCCEE0 on white background.



Black color preview on #DCCEE0 background

This text has black color on #DCCEE0 background.


White color preview on #DCCEE0 background

This text has white color on #DCCEE0 background.