COLOR #DCF0FF

HEX: #DCF0FF RGB: (220,240,255)

Color info

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

RGB color model

#DCF0FF color RGB value is (220,240,255).

RGB: (220,240,255) (86%, 94%, 100%)

RGB channels and saturation

R 220 of 255 = 86%
G 240 of 255 = 94%
B 255 of 255 = 100%

220
240
255

R + G + B ~ 93%. #DCF0FF is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 240 + 255 = 715 (100%)
R 220 of 715 ~ 30.77%
G 240 of 715 ~ 33.57%
B 255 of 715 ~ 35.66'%

%30.77
%33.57
%35.66

CMYK color model

#DCF0FF color CMYK value is (14,6,0,0).

  • cyan value is 13.73%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (14,6,0,0)
C14M6Y0K0 (14%, 6%, 0%, 0%)
(0.14 / 0.06 / 0.00 / 0.00)

CMYK percentages

%13.73
%5.88
%0
%0

Codes

Color #DCF0FF in popluar color models

DC F0 FF
RGB 220 240 255
HSL 206° 100.00% 93.14%
HSB/HSV 206° 13.73% 100.00%
CMYK 13.73% 5.88% 0.00%
0.00%

Color #DCF0FF in popluar number systems.

HEX DC F0 FF
Decimal 220 240 255
Binary 11011100 11110000 11111111
Octal 334 360 377

Shades and tints

Shades of #DCF0FF

#DCF0FF
(220,240,255)
#C8DBE8
(200,219,232)
#B4C6D1
(180,198,209)
#A0B1BA
(160,177,186)
#8C9CA3
(140,156,163)
#78878C
(120,135,140)
#647275
(100,114,117)
#505D5E
(80,93,94)
#3C4847
(60,72,71)
#283330
(40,51,48)
#141E19
(20,30,25)
#000000
(0,0,0)

Tints of #DCF0FF

#DCF0FF
(220,240,255)
#DFF1FF
(223,241,255)
#E2F2FF
(226,242,255)
#E5F3FF
(229,243,255)
#E8F4FF
(232,244,255)
#EBF5FF
(235,245,255)
#EEF6FF
(238,246,255)
#F1F7FF
(241,247,255)
#F4F8FF
(244,248,255)
#F7F9FF
(247,249,255)
#FAFAFF
(250,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF0FF color. Also use rgb(220,240,255) instead hex code.

Text Font Color

.myTextColor { color: #DCF0FF; }

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

This text font color is #DCF0FF.

Background Color

.myBgColor { background-color: #DCF0FF; }

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

This div background color is #DCF0FF.

Border color

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

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

This div border color is #DCF0FF.

Opacity

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

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

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

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

This text has shadow with #DCF0FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF0FF.

Preview

Color preview on black background

This text has color #DCF0FF on black background.


Color preview on white background

This text has color #DCF0FF on white background.


Black color preview on #DCF0FF background

This text has black color on #DCF0FF background.


White color preview on #DCF0FF background

This text has white color on #DCF0FF background.


Related colors

Complementary color

Complementary color for #hex is #230F00.


I love getcolorcode.com

Triadic colors

1 #FFDCF0 and #F0FFDC with #DCF0FF are triadic colors.

2 #FFF0DC and #F0DCFF with #DCF0FF are triadic colors.