COLOR #DCCFEB

HEX: #DCCFEB
RGB: (220,207,235)

Color info

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

RGB color model

#DCCFEB color RGB value is (220,207,235).

  • red value is 220;
  • green value is 207;
  • blue value is 235.
RGB:
(220,207,235)
(86%,81%,92%)

RGB channels and saturation

R 220 of 255 = 86%
G 207 of 255 = 81%
B 235 of 255 = 92%

220
207
235

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

Portions of RGB colors in percentages

R + G + B =
220 + 207 + 235 = 662 (100%)
R 220 of 662 ~ 33.23%
G 207 of 662 ~ 31.27%
B 235 of 662 ~ 35.5%

%33.23
%31.27
%35.5

CMYK color model

#DCCFEB color CMYK value is (6,12,0,8).

  • cyan value is 6.38%
  • magenta value is 11.91%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,12,0,8)
C6M12Y0K8 
(6%,12%,0%,8%)
(0.06/0.12/0.00/0.08)	

CMYK percentages

%6.38
%11.91
%0
%7.84

Codes

Color #DCCFEB in popluar color models

DCCFEB
RGB220207235
HSL268°41.18%86.67%
HSB/HSV268°11.91%92.16%
CMYK6.38%11.91%0.00%
7.84%

Color #DCCFEB in popluar number systems.

HEXDCCFEB
Decimal220207235
Binary110111001100111111101011
Octal334317353

Shades and tints

Shades of #DCCFEB

#DCCFEB
(220,207,235)
#C8BDD6
(200,189,214)
#B4ABC1
(180,171,193)
#A099AC
(160,153,172)
#8C8797
(140,135,151)
#787582
(120,117,130)
#64636D
(100,99,109)
#505158
(80,81,88)
#3C3F43
(60,63,67)
#282D2E
(40,45,46)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #DCCFEB

#DCCFEB
(220,207,235)
#DFD3EC
(223,211,236)
#E2D7ED
(226,215,237)
#E5DBEE
(229,219,238)
#E8DFEF
(232,223,239)
#EBE3F0
(235,227,240)
#EEE7F1
(238,231,241)
#F1EBF2
(241,235,242)
#F4EFF3
(244,239,243)
#F7F3F4
(247,243,244)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCFEB color. Also use rgb(220,207,235) instead hex code.

Text Font Color

.myTextColor { color: #DCCFEB; }

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

This text font color is #DCCFEB.


Background Color

.myBgColor { background-color: #DCCFEB; }

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

This div background color is #DCCFEB.


Border color

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

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

This div border color is #DCCFEB.


Opacity

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

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

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

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

This text has shadow with #DCCFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCFEB on black background.


Color preview on white background

This text has color #DCCFEB on white background.



Black color preview on #DCCFEB background

This text has black color on #DCCFEB background.


White color preview on #DCCFEB background

This text has white color on #DCCFEB background.