COLOR #DCEFEE

HEX: #DCEFEE RGB: (220,239,238)

Color info

#DCEFEE contains red, green and blue colors in about the same proportion. Web safe color of #DCEFEE is #CCFFFF (or #CFF).

RGB color model

#DCEFEE color RGB value is (220,239,238).

RGB: (220,239,238) (86%, 94%, 93%)

RGB channels and saturation

R 220 of 255 = 86%
G 239 of 255 = 94%
B 238 of 255 = 93%

220
239
238

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

Portions of RGB colors in percentages

R + G + B = 220 + 239 + 238 = 697 (100%)
R 220 of 697 ~ 31.56%
G 239 of 697 ~ 34.29%
B 238 of 697 ~ 34.15'%

%31.56
%34.29
%34.15

CMYK color model

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

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 6.27%

CMYK: (8,0,0,6)
C8M0Y0K6 (8%, 0%, 0%, 6%)
(0.08 / 0.00 / 0.00 / 0.06)

CMYK percentages

%7.95
%0
%0.42
%6.27

Codes

Color #DCEFEE in popluar color models

DC EF EE
RGB 220 239 238
HSL 177° 37.25% 90.00%
HSB/HSV 177° 7.95% 93.73%
CMYK 7.95% 0.00% 0.42%
6.27%

Color #DCEFEE in popluar number systems.

HEX DC EF EE
Decimal 220 239 238
Binary 11011100 11101111 11101110
Octal 334 357 356

Shades and tints

Shades of #DCEFEE

#DCEFEE
(220,239,238)
#C8DAD9
(200,218,217)
#B4C5C4
(180,197,196)
#A0B0AF
(160,176,175)
#8C9B9A
(140,155,154)
#788685
(120,134,133)
#647170
(100,113,112)
#505C5B
(80,92,91)
#3C4746
(60,71,70)
#283231
(40,50,49)
#141D1C
(20,29,28)
#000000
(0,0,0)

Tints of #DCEFEE

#DCEFEE
(220,239,238)
#DFF0EF
(223,240,239)
#E2F1F0
(226,241,240)
#E5F2F1
(229,242,241)
#E8F3F2
(232,243,242)
#EBF4F3
(235,244,243)
#EEF5F4
(238,245,244)
#F1F6F5
(241,246,245)
#F4F7F6
(244,247,246)
#F7F8F7
(247,248,247)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEFEE; }

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

This text font color is #DCEFEE.

Background Color

.myBgColor { background-color: #DCEFEE; }

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

This div background color is #DCEFEE.

Border color

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

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

This div border color is #DCEFEE.

Opacity

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

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

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

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

This text has shadow with #DCEFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCEFEE.

Preview

Color preview on black background

This text has color #DCEFEE on black background.


Color preview on white background

This text has color #DCEFEE on white background.


Black color preview on #DCEFEE background

This text has black color on #DCEFEE background.


White color preview on #DCEFEE background

This text has white color on #DCEFEE background.


Related colors

Complementary color

Complementary color for #hex is #231011.


I love getcolorcode.com

Triadic colors

1 #EEDCEF and #EFEEDC with #DCEFEE are triadic colors.

2 #EEEFDC and #EFDCEE with #DCEFEE are triadic colors.