COLOR #DCE1FA

HEX: #DCE1FA RGB: (220,225,250)

Color info

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

RGB color model

#DCE1FA color RGB value is (220,225,250).

RGB: (220,225,250) (86%, 88%, 98%)

RGB channels and saturation

R 220 of 255 = 86%
G 225 of 255 = 88%
B 250 of 255 = 98%

220
225
250

R + G + B ~ 91%. #DCE1FA is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 225 + 250 = 695 (100%)
R 220 of 695 ~ 31.65%
G 225 of 695 ~ 32.37%
B 250 of 695 ~ 35.97'%

%31.65
%32.37
%35.97

CMYK color model

#DCE1FA color CMYK value is (12,10,0,2).

  • cyan value is 12.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (12,10,0,2)
C12M10Y0K2 (12%, 10%, 0%, 2%)
(0.12 / 0.10 / 0.00 / 0.02)

CMYK percentages

%12
%10
%0
%1.96

Codes

Color #DCE1FA in popluar color models

DC E1 FA
RGB 220 225 250
HSL 230° 75.00% 92.16%
HSB/HSV 230° 12.00% 98.04%
CMYK 12.00% 10.00% 0.00%
1.96%

Color #DCE1FA in popluar number systems.

HEX DC E1 FA
Decimal 220 225 250
Binary 11011100 11100001 11111010
Octal 334 341 372

Shades and tints

Shades of #DCE1FA

#DCE1FA
(220,225,250)
#C8CDE4
(200,205,228)
#B4B9CE
(180,185,206)
#A0A5B8
(160,165,184)
#8C91A2
(140,145,162)
#787D8C
(120,125,140)
#646976
(100,105,118)
#505560
(80,85,96)
#3C414A
(60,65,74)
#282D34
(40,45,52)
#14191E
(20,25,30)
#000000
(0,0,0)

Tints of #DCE1FA

#DCE1FA
(220,225,250)
#DFE3FA
(223,227,250)
#E2E5FA
(226,229,250)
#E5E7FA
(229,231,250)
#E8E9FA
(232,233,250)
#EBEBFA
(235,235,250)
#EEEDFA
(238,237,250)
#F1EFFA
(241,239,250)
#F4F1FA
(244,241,250)
#F7F3FA
(247,243,250)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE1FA; }

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

This text font color is #DCE1FA.

Background Color

.myBgColor { background-color: #DCE1FA; }

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

This div background color is #DCE1FA.

Border color

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

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

This div border color is #DCE1FA.

Opacity

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

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

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

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

This text has shadow with #DCE1FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE1FA.

Preview

Color preview on black background

This text has color #DCE1FA on black background.


Color preview on white background

This text has color #DCE1FA on white background.


Black color preview on #DCE1FA background

This text has black color on #DCE1FA background.


White color preview on #DCE1FA background

This text has white color on #DCE1FA background.


Related colors

Complementary color

Complementary color for #hex is #231E05.


I love getcolorcode.com

Triadic colors

1 #FADCE1 and #E1FADC with #DCE1FA are triadic colors.

2 #FAE1DC and #E1DCFA with #DCE1FA are triadic colors.