COLOR #DCCEFA

HEX: #DCCEFA
RGB: (220,206,250)

Color info

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

RGB color model

#DCCEFA color RGB value is (220,206,250).

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

RGB channels and saturation

R 220 of 255 = 86%
G 206 of 255 = 81%
B 250 of 255 = 98%

220
206
250

R + G + B ~ 88%. #DCCEFA is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 206 + 250 = 676 (100%)
R 220 of 676 ~ 32.54%
G 206 of 676 ~ 30.47%
B 250 of 676 ~ 36.98%

%32.54
%30.47
%36.98

CMYK color model

#DCCEFA color CMYK value is (12,18,0,2).

  • cyan value is 12.00%
  • magenta value is 17.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(12,18,0,2)
C12M18Y0K2 
(12%,18%,0%,2%)
(0.12/0.18/0.00/0.02)	

CMYK percentages

%12
%17.6
%0
%1.96

Codes

Color #DCCEFA in popluar color models

DCCEFA
RGB220206250
HSL259°81.48%89.41%
HSB/HSV259°17.60%98.04%
CMYK12.00%17.60%0.00%
1.96%

Color #DCCEFA in popluar number systems.

HEXDCCEFA
Decimal220206250
Binary110111001100111011111010
Octal334316372

Shades and tints

Shades of #DCCEFA

#DCCEFA
(220,206,250)
#C8BCE4
(200,188,228)
#B4AACE
(180,170,206)
#A098B8
(160,152,184)
#8C86A2
(140,134,162)
#78748C
(120,116,140)
#646276
(100,98,118)
#505060
(80,80,96)
#3C3E4A
(60,62,74)
#282C34
(40,44,52)
#141A1E
(20,26,30)
#000000
(0,0,0)

Tints of #DCCEFA

#DCCEFA
(220,206,250)
#DFD2FA
(223,210,250)
#E2D6FA
(226,214,250)
#E5DAFA
(229,218,250)
#E8DEFA
(232,222,250)
#EBE2FA
(235,226,250)
#EEE6FA
(238,230,250)
#F1EAFA
(241,234,250)
#F4EEFA
(244,238,250)
#F7F2FA
(247,242,250)
#FAF6FA
(250,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCEFA; }

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

This text font color is #DCCEFA.


Background Color

.myBgColor { background-color: #DCCEFA; }

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

This div background color is #DCCEFA.


Border color

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

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

This div border color is #DCCEFA.


Opacity

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

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

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

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

This text has shadow with #DCCEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCEFA on black background.


Color preview on white background

This text has color #DCCEFA on white background.



Black color preview on #DCCEFA background

This text has black color on #DCCEFA background.


White color preview on #DCCEFA background

This text has white color on #DCCEFA background.