COLOR #DDEEFA

HEX: #DDEEFA
RGB: (221,238,250)

Color info

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

RGB color model

#DDEEFA color RGB value is (221,238,250).

  • red value is 221;
  • green value is 238;
  • blue value is 250.
RGB:
(221,238,250)
(87%,93%,98%)

RGB channels and saturation

R 221 of 255 = 87%
G 238 of 255 = 93%
B 250 of 255 = 98%

221
238
250

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

Portions of RGB colors in percentages

R + G + B =
221 + 238 + 250 = 709 (100%)
R 221 of 709 ~ 31.17%
G 238 of 709 ~ 33.57%
B 250 of 709 ~ 35.26%

%31.17
%33.57
%35.26

CMYK color model

#DDEEFA color CMYK value is (12,5,0,2).

  • cyan value is 11.60%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(12,5,0,2)
C12M5Y0K2 
(12%,5%,0%,2%)
(0.12/0.05/0.00/0.02)	

CMYK percentages

%11.6
%4.8
%0
%1.96

Codes

Color #DDEEFA in popluar color models

DDEEFA
RGB221238250
HSL205°74.36%92.35%
HSB/HSV205°11.60%98.04%
CMYK11.60%4.80%0.00%
1.96%

Color #DDEEFA in popluar number systems.

HEXDDEEFA
Decimal221238250
Binary110111011110111011111010
Octal335356372

Shades and tints

Shades of #DDEEFA

#DDEEFA
(221,238,250)
#C9D9E4
(201,217,228)
#B5C4CE
(181,196,206)
#A1AFB8
(161,175,184)
#8D9AA2
(141,154,162)
#79858C
(121,133,140)
#657076
(101,112,118)
#515B60
(81,91,96)
#3D464A
(61,70,74)
#293134
(41,49,52)
#151C1E
(21,28,30)
#000000
(0,0,0)

Tints of #DDEEFA

#DDEEFA
(221,238,250)
#E0EFFA
(224,239,250)
#E3F0FA
(227,240,250)
#E6F1FA
(230,241,250)
#E9F2FA
(233,242,250)
#ECF3FA
(236,243,250)
#EFF4FA
(239,244,250)
#F2F5FA
(242,245,250)
#F5F6FA
(245,246,250)
#F8F7FA
(248,247,250)
#FBF8FA
(251,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDEEFA color. Also use rgb(221,238,250) instead hex code.

Text Font Color

.myTextColor { color: #DDEEFA; }

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

This text font color is #DDEEFA.


Background Color

.myBgColor { background-color: #DDEEFA; }

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

This div background color is #DDEEFA.


Border color

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

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

This div border color is #DDEEFA.


Opacity

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

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

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

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

This text has shadow with #DDEEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDEEFA on black background.


Color preview on white background

This text has color #DDEEFA on white background.



Black color preview on #DDEEFA background

This text has black color on #DDEEFA background.


White color preview on #DDEEFA background

This text has white color on #DDEEFA background.