COLOR #DCCEFE

HEX: #DCCEFE RGB: (220,206,254)

Color info

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

RGB color model

#DCCEFE color RGB value is (220,206,254).

RGB: (220,206,254) (86%, 81%, 100%)

RGB channels and saturation

R 220 of 255 = 86%
G 206 of 255 = 81%
B 254 of 255 = 100%

220
206
254

R + G + B ~ 89%. #DCCEFE is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 206 + 254 = 680 (100%)
R 220 of 680 ~ 32.35%
G 206 of 680 ~ 30.29%
B 254 of 680 ~ 37.35'%

%32.35
%30.29
%37.35

CMYK color model

#DCCEFE color CMYK value is (13,19,0,0).

  • cyan value is 13.39%
  • magenta value is 18.90%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (13,19,0,0)
C13M19Y0K0 (13%, 19%, 0%, 0%)
(0.13 / 0.19 / 0.00 / 0.00)

CMYK percentages

%13.39
%18.9
%0
%0.39

Codes

Color #DCCEFE in popluar color models

DC CE FE
RGB 220 206 254
HSL 258° 96.00% 90.20%
HSB/HSV 258° 18.90% 99.61%
CMYK 13.39% 18.90% 0.00%
0.39%

Color #DCCEFE in popluar number systems.

HEX DC CE FE
Decimal 220 206 254
Binary 11011100 11001110 11111110
Octal 334 316 376

Shades and tints

Shades of #DCCEFE

#DCCEFE
(220,206,254)
#C8BCE7
(200,188,231)
#B4AAD0
(180,170,208)
#A098B9
(160,152,185)
#8C86A2
(140,134,162)
#78748B
(120,116,139)
#646274
(100,98,116)
#50505D
(80,80,93)
#3C3E46
(60,62,70)
#282C2F
(40,44,47)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #DCCEFE

#DCCEFE
(220,206,254)
#DFD2FE
(223,210,254)
#E2D6FE
(226,214,254)
#E5DAFE
(229,218,254)
#E8DEFE
(232,222,254)
#EBE2FE
(235,226,254)
#EEE6FE
(238,230,254)
#F1EAFE
(241,234,254)
#F4EEFE
(244,238,254)
#F7F2FE
(247,242,254)
#FAF6FE
(250,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCEFE; }

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

This text font color is #DCCEFE.

Background Color

.myBgColor { background-color: #DCCEFE; }

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

This div background color is #DCCEFE.

Border color

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

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

This div border color is #DCCEFE.

Opacity

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

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

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

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

This text has shadow with #DCCEFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCCEFE.

Preview

Color preview on black background

This text has color #DCCEFE on black background.


Color preview on white background

This text has color #DCCEFE on white background.


Black color preview on #DCCEFE background

This text has black color on #DCCEFE background.


White color preview on #DCCEFE background

This text has white color on #DCCEFE background.


Related colors

Complementary color

Complementary color for #hex is #233101.


I love getcolorcode.com

Triadic colors

1 #FEDCCE and #CEFEDC with #DCCEFE are triadic colors.

2 #FECEDC and #CEDCFE with #DCCEFE are triadic colors.