COLOR #DCCEFD

HEX: #DCCEFD
RGB: (220,206,253)

Color info

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

RGB color model

#DCCEFD color RGB value is (220,206,253).

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

RGB channels and saturation

R 220 of 255 = 86%
G 206 of 255 = 81%
B 253 of 255 = 99%

220
206
253

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

Portions of RGB colors in percentages

R + G + B =
220 + 206 + 253 = 679 (100%)
R 220 of 679 ~ 32.4%
G 206 of 679 ~ 30.34%
B 253 of 679 ~ 37.26%

%32.4
%30.34
%37.26

CMYK color model

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

  • cyan value is 13.04%
  • magenta value is 18.58%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(13,19,0,1)
C13M19Y0K1 
(13%,19%,0%,1%)
(0.13/0.19/0.00/0.01)	

CMYK percentages

%13.04
%18.58
%0
%0.78

Codes

Color #DCCEFD in popluar color models

DCCEFD
RGB220206253
HSL258°92.16%90.00%
HSB/HSV258°18.58%99.22%
CMYK13.04%18.58%0.00%
0.78%

Color #DCCEFD in popluar number systems.

HEXDCCEFD
Decimal220206253
Binary110111001100111011111101
Octal334316375

Shades and tints

Shades of #DCCEFD

#DCCEFD
(220,206,253)
#C8BCE6
(200,188,230)
#B4AACF
(180,170,207)
#A098B8
(160,152,184)
#8C86A1
(140,134,161)
#78748A
(120,116,138)
#646273
(100,98,115)
#50505C
(80,80,92)
#3C3E45
(60,62,69)
#282C2E
(40,44,46)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #DCCEFD

#DCCEFD
(220,206,253)
#DFD2FD
(223,210,253)
#E2D6FD
(226,214,253)
#E5DAFD
(229,218,253)
#E8DEFD
(232,222,253)
#EBE2FD
(235,226,253)
#EEE6FD
(238,230,253)
#F1EAFD
(241,234,253)
#F4EEFD
(244,238,253)
#F7F2FD
(247,242,253)
#FAF6FD
(250,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCEFD; }

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

This text font color is #DCCEFD.


Background Color

.myBgColor { background-color: #DCCEFD; }

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

This div background color is #DCCEFD.


Border color

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

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

This div border color is #DCCEFD.


Opacity

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

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

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

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

This text has shadow with #DCCEFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCEFD on black background.


Color preview on white background

This text has color #DCCEFD on white background.



Black color preview on #DCCEFD background

This text has black color on #DCCEFD background.


White color preview on #DCCEFD background

This text has white color on #DCCEFD background.