COLOR #DEECF0

HEX: #DEECF0
RGB: (222,236,240)

Color info

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

RGB color model

#DEECF0 color RGB value is (222,236,240).

  • red value is 222;
  • green value is 236;
  • blue value is 240.
RGB:
(222,236,240)
(87%,93%,94%)

RGB channels and saturation

R 222 of 255 = 87%
G 236 of 255 = 93%
B 240 of 255 = 94%

222
236
240

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

Portions of RGB colors in percentages

R + G + B =
222 + 236 + 240 = 698 (100%)
R 222 of 698 ~ 31.81%
G 236 of 698 ~ 33.81%
B 240 of 698 ~ 34.38%

%31.81
%33.81
%34.38

CMYK color model

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

  • cyan value is 7.50%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(8,2,0,6)
C8M2Y0K6 
(8%,2%,0%,6%)
(0.08/0.02/0.00/0.06)	

CMYK percentages

%7.5
%1.67
%0
%5.88

Codes

Color #DEECF0 in popluar color models

DEECF0
RGB222236240
HSL193°37.50%90.59%
HSB/HSV193°7.50%94.12%
CMYK7.50%1.67%0.00%
5.88%

Color #DEECF0 in popluar number systems.

HEXDEECF0
Decimal222236240
Binary110111101110110011110000
Octal336354360

Shades and tints

Shades of #DEECF0

#DEECF0
(222,236,240)
#CAD7DB
(202,215,219)
#B6C2C6
(182,194,198)
#A2ADB1
(162,173,177)
#8E989C
(142,152,156)
#7A8387
(122,131,135)
#666E72
(102,110,114)
#52595D
(82,89,93)
#3E4448
(62,68,72)
#2A2F33
(42,47,51)
#161A1E
(22,26,30)
#000000
(0,0,0)

Tints of #DEECF0

#DEECF0
(222,236,240)
#E1EDF1
(225,237,241)
#E4EEF2
(228,238,242)
#E7EFF3
(231,239,243)
#EAF0F4
(234,240,244)
#EDF1F5
(237,241,245)
#F0F2F6
(240,242,246)
#F3F3F7
(243,243,247)
#F6F4F8
(246,244,248)
#F9F5F9
(249,245,249)
#FCF6FA
(252,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEECF0 color. Also use rgb(222,236,240) instead hex code.

Text Font Color

.myTextColor { color: #DEECF0; }

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

This text font color is #DEECF0.


Background Color

.myBgColor { background-color: #DEECF0; }

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

This div background color is #DEECF0.


Border color

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

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

This div border color is #DEECF0.


Opacity

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

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

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

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

This text has shadow with #DEECF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEECF0 on black background.


Color preview on white background

This text has color #DEECF0 on white background.



Black color preview on #DEECF0 background

This text has black color on #DEECF0 background.


White color preview on #DEECF0 background

This text has white color on #DEECF0 background.