COLOR #DCCEEC

HEX: #DCCEEC RGB: (220,206,236)

Color info

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

RGB color model

#DCCEEC color RGB value is (220,206,236).

RGB: (220,206,236) (86%, 81%, 93%)

RGB channels and saturation

R 220 of 255 = 86%
G 206 of 255 = 81%
B 236 of 255 = 93%

220
206
236

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

Portions of RGB colors in percentages

R + G + B = 220 + 206 + 236 = 662 (100%)
R 220 of 662 ~ 33.23%
G 206 of 662 ~ 31.12%
B 236 of 662 ~ 35.65'%

%33.23
%31.12
%35.65

CMYK color model

#DCCEEC color CMYK value is (7,13,0,7).

  • cyan value is 6.78%
  • magenta value is 12.71%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (7,13,0,7) C7M13Y0K7 (7%,13%,0%,7%) (0.07/0.13/0.00/0.07) 

CMYK percentages

%6.78
%12.71
%0
%7.45

Codes

Color #DCCEEC in popluar color models

DC CE EC
RGB 220 206 236
HSL 268° 44.12% 86.67%
HSB/HSV 268° 12.71% 92.55%
CMYK 6.78% 12.71% 0.00%
7.45%

Color #DCCEEC in popluar number systems.

HEX DC CE EC
Decimal 220 206 236
Binary 11011100 11001110 11101100
Octal 334 316 354

Shades and tints

Shades of #DCCEEC

#DCCEEC
(220,206,236)
#C8BCD7
(200,188,215)
#B4AAC2
(180,170,194)
#A098AD
(160,152,173)
#8C8698
(140,134,152)
#787483
(120,116,131)
#64626E
(100,98,110)
#505059
(80,80,89)
#3C3E44
(60,62,68)
#282C2F
(40,44,47)
#141A1A
(20,26,26)
#000000
(0,0,0)

Tints of #DCCEEC

#DCCEEC
(220,206,236)
#DFD2ED
(223,210,237)
#E2D6EE
(226,214,238)
#E5DAEF
(229,218,239)
#E8DEF0
(232,222,240)
#EBE2F1
(235,226,241)
#EEE6F2
(238,230,242)
#F1EAF3
(241,234,243)
#F4EEF4
(244,238,244)
#F7F2F5
(247,242,245)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCEEC; }

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

This text font color is #DCCEEC.

Background Color

.myBgColor { background-color: #DCCEEC; }

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

This div background color is #DCCEEC.

Border color

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

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

This div border color is #DCCEEC.

Opacity

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

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

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

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

This text has shadow with #DCCEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCCEEC.

Preview

Color preview on black background

This text has color #DCCEEC on black background.


Color preview on white background

This text has color #DCCEEC on white background.


Black color preview on #DCCEEC background

This text has black color on #DCCEEC background.


White color preview on #DCCEEC background

This text has white color on #DCCEEC background.


Related colors

Complementary color

Complementary color for #hex is #233113.


I love getcolorcode.com

Triadic colors

1 #ECDCCE and #CEECDC with #DCCEEC are triadic colors.

2 #ECCEDC and #CEDCEC with #DCCEEC are triadic colors.