COLOR #DEEDF9

HEX: #DEEDF9
RGB: (222,237,249)

Color info

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

RGB color model

#DEEDF9 color RGB value is (222,237,249).

  • red value is 222;
  • green value is 237;
  • blue value is 249.
RGB:
(222,237,249)
(87%,93%,98%)

RGB channels and saturation

R 222 of 255 = 87%
G 237 of 255 = 93%
B 249 of 255 = 98%

222
237
249

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

Portions of RGB colors in percentages

R + G + B =
222 + 237 + 249 = 708 (100%)
R 222 of 708 ~ 31.36%
G 237 of 708 ~ 33.47%
B 249 of 708 ~ 35.17%

%31.36
%33.47
%35.17

CMYK color model

#DEEDF9 color CMYK value is (11,5,0,2).

  • cyan value is 10.84%
  • magenta value is 4.82%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(11,5,0,2)
C11M5Y0K2 
(11%,5%,0%,2%)
(0.11/0.05/0.00/0.02)	

CMYK percentages

%10.84
%4.82
%0
%2.35

Codes

Color #DEEDF9 in popluar color models

DEEDF9
RGB222237249
HSL207°69.23%92.35%
HSB/HSV207°10.84%97.65%
CMYK10.84%4.82%0.00%
2.35%

Color #DEEDF9 in popluar number systems.

HEXDEEDF9
Decimal222237249
Binary110111101110110111111001
Octal336355371

Shades and tints

Shades of #DEEDF9

#DEEDF9
(222,237,249)
#CAD8E3
(202,216,227)
#B6C3CD
(182,195,205)
#A2AEB7
(162,174,183)
#8E99A1
(142,153,161)
#7A848B
(122,132,139)
#666F75
(102,111,117)
#525A5F
(82,90,95)
#3E4549
(62,69,73)
#2A3033
(42,48,51)
#161B1D
(22,27,29)
#000000
(0,0,0)

Tints of #DEEDF9

#DEEDF9
(222,237,249)
#E1EEF9
(225,238,249)
#E4EFF9
(228,239,249)
#E7F0F9
(231,240,249)
#EAF1F9
(234,241,249)
#EDF2F9
(237,242,249)
#F0F3F9
(240,243,249)
#F3F4F9
(243,244,249)
#F6F5F9
(246,245,249)
#F9F6F9
(249,246,249)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEEDF9 color. Also use rgb(222,237,249) instead hex code.

Text Font Color

.myTextColor { color: #DEEDF9; }

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

This text font color is #DEEDF9.


Background Color

.myBgColor { background-color: #DEEDF9; }

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

This div background color is #DEEDF9.


Border color

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

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

This div border color is #DEEDF9.


Opacity

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

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

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

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

This text has shadow with #DEEDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEEDF9 on black background.


Color preview on white background

This text has color #DEEDF9 on white background.



Black color preview on #DEEDF9 background

This text has black color on #DEEDF9 background.


White color preview on #DEEDF9 background

This text has white color on #DEEDF9 background.