COLOR #DCDEFA

HEX: #DCDEFA RGB: (220,222,250)

Color info

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

RGB color model

#DCDEFA color RGB value is (220,222,250).

RGB: (220,222,250) (86%, 87%, 98%)

RGB channels and saturation

R 220 of 255 = 86%
G 222 of 255 = 87%
B 250 of 255 = 98%

220
222
250

R + G + B ~ 90%. #DCDEFA is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 222 + 250 = 692 (100%)
R 220 of 692 ~ 31.79%
G 222 of 692 ~ 32.08%
B 250 of 692 ~ 36.13'%

%31.79
%32.08
%36.13

CMYK color model

#DCDEFA color CMYK value is (12,11,0,2).

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

CMYK: (12,11,0,2)
C12M11Y0K2 (12%, 11%, 0%, 2%)
(0.12 / 0.11 / 0.00 / 0.02)

CMYK percentages

%12
%11.2
%0
%1.96

Codes

Color #DCDEFA in popluar color models

DC DE FA
RGB 220 222 250
HSL 236° 75.00% 92.16%
HSB/HSV 236° 12.00% 98.04%
CMYK 12.00% 11.20% 0.00%
1.96%

Color #DCDEFA in popluar number systems.

HEX DC DE FA
Decimal 220 222 250
Binary 11011100 11011110 11111010
Octal 334 336 372

Shades and tints

Shades of #DCDEFA

#DCDEFA
(220,222,250)
#C8CAE4
(200,202,228)
#B4B6CE
(180,182,206)
#A0A2B8
(160,162,184)
#8C8EA2
(140,142,162)
#787A8C
(120,122,140)
#646676
(100,102,118)
#505260
(80,82,96)
#3C3E4A
(60,62,74)
#282A34
(40,42,52)
#14161E
(20,22,30)
#000000
(0,0,0)

Tints of #DCDEFA

#DCDEFA
(220,222,250)
#DFE1FA
(223,225,250)
#E2E4FA
(226,228,250)
#E5E7FA
(229,231,250)
#E8EAFA
(232,234,250)
#EBEDFA
(235,237,250)
#EEF0FA
(238,240,250)
#F1F3FA
(241,243,250)
#F4F6FA
(244,246,250)
#F7F9FA
(247,249,250)
#FAFCFA
(250,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCDEFA; }

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

This text font color is #DCDEFA.

Background Color

.myBgColor { background-color: #DCDEFA; }

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

This div background color is #DCDEFA.

Border color

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

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

This div border color is #DCDEFA.

Opacity

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

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

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

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

This text has shadow with #DCDEFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCDEFA.

Preview

Color preview on black background

This text has color #DCDEFA on black background.


Color preview on white background

This text has color #DCDEFA on white background.


Black color preview on #DCDEFA background

This text has black color on #DCDEFA background.


White color preview on #DCDEFA background

This text has white color on #DCDEFA background.


Related colors

Complementary color

Complementary color for #hex is #232105.


I love getcolorcode.com

Triadic colors

1 #FADCDE and #DEFADC with #DCDEFA are triadic colors.

2 #FADEDC and #DEDCFA with #DCDEFA are triadic colors.