COLOR #DCCEE9

HEX: #DCCEE9
RGB: (220,206,233)

Color info

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

RGB color model

#DCCEE9 color RGB value is (220,206,233).

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

RGB channels and saturation

R 220 of 255 = 86%
G 206 of 255 = 81%
B 233 of 255 = 91%

220
206
233

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

Portions of RGB colors in percentages

R + G + B =
220 + 206 + 233 = 659 (100%)
R 220 of 659 ~ 33.38%
G 206 of 659 ~ 31.26%
B 233 of 659 ~ 35.36%

%33.38
%31.26
%35.36

CMYK color model

#DCCEE9 color CMYK value is (6,12,0,9).

  • cyan value is 5.58%
  • magenta value is 11.59%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (6,12,0,9) C6M12Y0K9 (6%,12%,0%,9%) (0.06/0.12/0.00/0.09)

CMYK percentages

%5.58
%11.59
%0
%8.63

Codes

Color #DCCEE9 in popluar color models

DCCEE9
RGB220206233
HSL271°38.03%86.08%
HSB/HSV271°11.59%91.37%
CMYK5.58%11.59%0.00%
8.63%

Color #DCCEE9 in popluar number systems.

HEXDCCEE9
Decimal220206233
Binary110111001100111011101001
Octal334316351

Shades and tints

Shades of #DCCEE9

#DCCEE9
(220,206,233)
#C8BCD4
(200,188,212)
#B4AABF
(180,170,191)
#A098AA
(160,152,170)
#8C8695
(140,134,149)
#787480
(120,116,128)
#64626B
(100,98,107)
#505056
(80,80,86)
#3C3E41
(60,62,65)
#282C2C
(40,44,44)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #DCCEE9

#DCCEE9
(220,206,233)
#DFD2EB
(223,210,235)
#E2D6ED
(226,214,237)
#E5DAEF
(229,218,239)
#E8DEF1
(232,222,241)
#EBE2F3
(235,226,243)
#EEE6F5
(238,230,245)
#F1EAF7
(241,234,247)
#F4EEF9
(244,238,249)
#F7F2FB
(247,242,251)
#FAF6FD
(250,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCEE9; }

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

This text font color is #DCCEE9.


Background Color

.myBgColor { background-color: #DCCEE9; }

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

This div background color is #DCCEE9.


Border color

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

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

This div border color is #DCCEE9.


Opacity

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

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

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

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

This text has shadow with #DCCEE9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DCCEE9 on black background.


Color preview on white background

This text has color #DCCEE9 on white background.



Black color preview on #DCCEE9 background

This text has black color on #DCCEE9 background.


White color preview on #DCCEE9 background

This text has white color on #DCCEE9 background.