COLOR #DDFAF8

HEX: #DDFAF8
RGB: (221,250,248)

Color info

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

RGB color model

#DDFAF8 color RGB value is (221,250,248).

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

RGB channels and saturation

R 221 of 255 = 87%
G 250 of 255 = 98%
B 248 of 255 = 97%

221
250
248

R + G + B ~ 94%. #DDFAF8 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 250 + 248 = 719 (100%)
R 221 of 719 ~ 30.74%
G 250 of 719 ~ 34.77%
B 248 of 719 ~ 34.49%

%30.74
%34.77
%34.49

CMYK color model

#DDFAF8 color CMYK value is (12,0,1,2).

  • cyan value is 11.60%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 1.96%
CMYK:
(12,0,1,2)
C12M0Y1K2 
(12%,0%,1%,2%)
(0.12/0.00/0.01/0.02)	

CMYK percentages

%11.6
%0
%0.8
%1.96

Codes

Color #DDFAF8 in popluar color models

DDFAF8
RGB221250248
HSL176°74.36%92.35%
HSB/HSV176°11.60%98.04%
CMYK11.60%0.00%0.80%
1.96%

Color #DDFAF8 in popluar number systems.

HEXDDFAF8
Decimal221250248
Binary110111011111101011111000
Octal335372370

Shades and tints

Shades of #DDFAF8

#DDFAF8
(221,250,248)
#C9E4E2
(201,228,226)
#B5CECC
(181,206,204)
#A1B8B6
(161,184,182)
#8DA2A0
(141,162,160)
#798C8A
(121,140,138)
#657674
(101,118,116)
#51605E
(81,96,94)
#3D4A48
(61,74,72)
#293432
(41,52,50)
#151E1C
(21,30,28)
#000000
(0,0,0)

Tints of #DDFAF8

#DDFAF8
(221,250,248)
#E0FAF8
(224,250,248)
#E3FAF8
(227,250,248)
#E6FAF8
(230,250,248)
#E9FAF8
(233,250,248)
#ECFAF8
(236,250,248)
#EFFAF8
(239,250,248)
#F2FAF8
(242,250,248)
#F5FAF8
(245,250,248)
#F8FAF8
(248,250,248)
#FBFAF8
(251,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFAF8; }

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

This text font color is #DDFAF8.


Background Color

.myBgColor { background-color: #DDFAF8; }

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

This div background color is #DDFAF8.


Border color

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

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

This div border color is #DDFAF8.


Opacity

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

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

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

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

This text has shadow with #DDFAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFAF8 on black background.


Color preview on white background

This text has color #DDFAF8 on white background.



Black color preview on #DDFAF8 background

This text has black color on #DDFAF8 background.


White color preview on #DDFAF8 background

This text has white color on #DDFAF8 background.