COLOR #DDFAEE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

221
250
238

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

Portions of RGB colors in percentages

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

%31.17
%35.26
%33.57

CMYK color model

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

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

CMYK percentages

%11.6
%0
%4.8
%1.96

Codes

Color #DDFAEE in popluar color models

DDFAEE
RGB221250238
HSL155°74.36%92.35%
HSB/HSV155°11.60%98.04%
CMYK11.60%0.00%4.80%
1.96%

Color #DDFAEE in popluar number systems.

HEXDDFAEE
Decimal221250238
Binary110111011111101011101110
Octal335372356

Shades and tints

Shades of #DDFAEE

#DDFAEE
(221,250,238)
#C9E4D9
(201,228,217)
#B5CEC4
(181,206,196)
#A1B8AF
(161,184,175)
#8DA29A
(141,162,154)
#798C85
(121,140,133)
#657670
(101,118,112)
#51605B
(81,96,91)
#3D4A46
(61,74,70)
#293431
(41,52,49)
#151E1C
(21,30,28)
#000000
(0,0,0)

Tints of #DDFAEE

#DDFAEE
(221,250,238)
#E0FAEF
(224,250,239)
#E3FAF0
(227,250,240)
#E6FAF1
(230,250,241)
#E9FAF2
(233,250,242)
#ECFAF3
(236,250,243)
#EFFAF4
(239,250,244)
#F2FAF5
(242,250,245)
#F5FAF6
(245,250,246)
#F8FAF7
(248,250,247)
#FBFAF8
(251,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFAEE; }

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

This text font color is #DDFAEE.


Background Color

.myBgColor { background-color: #DDFAEE; }

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

This div background color is #DDFAEE.


Border color

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

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

This div border color is #DDFAEE.


Opacity

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

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

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

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

This text has shadow with #DDFAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFAEE on black background.


Color preview on white background

This text has color #DDFAEE on white background.



Black color preview on #DDFAEE background

This text has black color on #DDFAEE background.


White color preview on #DDFAEE background

This text has white color on #DDFAEE background.