COLOR #DCCFFA

HEX: #DCCFFA
RGB: (220,207,250)

Color info

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

RGB color model

#DCCFFA color RGB value is (220,207,250).

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

RGB channels and saturation

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

220
207
250

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

Portions of RGB colors in percentages

R + G + B =
220 + 207 + 250 = 677 (100%)
R 220 of 677 ~ 32.5%
G 207 of 677 ~ 30.58%
B 250 of 677 ~ 36.93%

%32.5
%30.58
%36.93

CMYK color model

#DCCFFA color CMYK value is (12,17,0,2).

  • cyan value is 12.00%
  • magenta value is 17.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(12,17,0,2)
C12M17Y0K2 
(12%,17%,0%,2%)
(0.12/0.17/0.00/0.02)	

CMYK percentages

%12
%17.2
%0
%1.96

Codes

Color #DCCFFA in popluar color models

DCCFFA
RGB220207250
HSL258°81.13%89.61%
HSB/HSV258°17.20%98.04%
CMYK12.00%17.20%0.00%
1.96%

Color #DCCFFA in popluar number systems.

HEXDCCFFA
Decimal220207250
Binary110111001100111111111010
Octal334317372

Shades and tints

Shades of #DCCFFA

#DCCFFA
(220,207,250)
#C8BDE4
(200,189,228)
#B4ABCE
(180,171,206)
#A099B8
(160,153,184)
#8C87A2
(140,135,162)
#78758C
(120,117,140)
#646376
(100,99,118)
#505160
(80,81,96)
#3C3F4A
(60,63,74)
#282D34
(40,45,52)
#141B1E
(20,27,30)
#000000
(0,0,0)

Tints of #DCCFFA

#DCCFFA
(220,207,250)
#DFD3FA
(223,211,250)
#E2D7FA
(226,215,250)
#E5DBFA
(229,219,250)
#E8DFFA
(232,223,250)
#EBE3FA
(235,227,250)
#EEE7FA
(238,231,250)
#F1EBFA
(241,235,250)
#F4EFFA
(244,239,250)
#F7F3FA
(247,243,250)
#FAF7FA
(250,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCFFA; }

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

This text font color is #DCCFFA.


Background Color

.myBgColor { background-color: #DCCFFA; }

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

This div background color is #DCCFFA.


Border color

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

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

This div border color is #DCCFFA.


Opacity

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

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

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

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

This text has shadow with #DCCFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCFFA on black background.


Color preview on white background

This text has color #DCCFFA on white background.



Black color preview on #DCCFFA background

This text has black color on #DCCFFA background.


White color preview on #DCCFFA background

This text has white color on #DCCFFA background.