COLOR #DCCFEE

HEX: #DCCFEE RGB: (220,207,238)

Color info

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

RGB color model

#DCCFEE color RGB value is (220,207,238).

RGB: (220,207,238) (86%, 81%, 93%)

RGB channels and saturation

R 220 of 255 = 86%
G 207 of 255 = 81%
B 238 of 255 = 93%

220
207
238

R + G + B ~ 87%. #DCCFEE is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 207 + 238 = 665 (100%)
R 220 of 665 ~ 33.08%
G 207 of 665 ~ 31.13%
B 238 of 665 ~ 35.79'%

%33.08
%31.13
%35.79

CMYK color model

#DCCFEE color CMYK value is (8,13,0,7).

  • cyan value is 7.56%
  • magenta value is 13.03%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (8,13,0,7)
C8M13Y0K7 (8%, 13%, 0%, 7%)
(0.08 / 0.13 / 0.00 / 0.07)

CMYK percentages

%7.56
%13.03
%0
%6.67

Codes

Color #DCCFEE in popluar color models

DC CF EE
RGB 220 207 238
HSL 265° 47.69% 87.25%
HSB/HSV 265° 13.03% 93.33%
CMYK 7.56% 13.03% 0.00%
6.67%

Color #DCCFEE in popluar number systems.

HEX DC CF EE
Decimal 220 207 238
Binary 11011100 11001111 11101110
Octal 334 317 356

Shades and tints

Shades of #DCCFEE

#DCCFEE
(220,207,238)
#C8BDD9
(200,189,217)
#B4ABC4
(180,171,196)
#A099AF
(160,153,175)
#8C879A
(140,135,154)
#787585
(120,117,133)
#646370
(100,99,112)
#50515B
(80,81,91)
#3C3F46
(60,63,70)
#282D31
(40,45,49)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #DCCFEE

#DCCFEE
(220,207,238)
#DFD3EF
(223,211,239)
#E2D7F0
(226,215,240)
#E5DBF1
(229,219,241)
#E8DFF2
(232,223,242)
#EBE3F3
(235,227,243)
#EEE7F4
(238,231,244)
#F1EBF5
(241,235,245)
#F4EFF6
(244,239,246)
#F7F3F7
(247,243,247)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCFEE; }

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

This text font color is #DCCFEE.

Background Color

.myBgColor { background-color: #DCCFEE; }

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

This div background color is #DCCFEE.

Border color

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

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

This div border color is #DCCFEE.

Opacity

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

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

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

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

This text has shadow with #DCCFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCCFEE.

Preview

Color preview on black background

This text has color #DCCFEE on black background.


Color preview on white background

This text has color #DCCFEE on white background.


Black color preview on #DCCFEE background

This text has black color on #DCCFEE background.


White color preview on #DCCFEE background

This text has white color on #DCCFEE background.


Related colors

Complementary color

Complementary color for #hex is #233011.


I love getcolorcode.com

Triadic colors

1 #EEDCCF and #CFEEDC with #DCCFEE are triadic colors.

2 #EECFDC and #CFDCEE with #DCCFEE are triadic colors.