COLOR #DDFDF8

HEX: #DDFDF8
RGB: (221,253,248)

Color info

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

RGB color model

#DDFDF8 color RGB value is (221,253,248).

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

RGB channels and saturation

R 221 of 255 = 87%
G 253 of 255 = 99%
B 248 of 255 = 97%

221
253
248

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

Portions of RGB colors in percentages

R + G + B =
221 + 253 + 248 = 722 (100%)
R 221 of 722 ~ 30.61%
G 253 of 722 ~ 35.04%
B 248 of 722 ~ 34.35%

%30.61
%35.04
%34.35

CMYK color model

#DDFDF8 color CMYK value is (13,0,2,1).

  • cyan value is 12.65%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • key color value is 0.78%
CMYK:
(13,0,2,1)
C13M0Y2K1 
(13%,0%,2%,1%)
(0.13/0.00/0.02/0.01)	

CMYK percentages

%12.65
%0
%1.98
%0.78

Codes

Color #DDFDF8 in popluar color models

DDFDF8
RGB221253248
HSL171°88.89%92.94%
HSB/HSV171°12.65%99.22%
CMYK12.65%0.00%1.98%
0.78%

Color #DDFDF8 in popluar number systems.

HEXDDFDF8
Decimal221253248
Binary110111011111110111111000
Octal335375370

Shades and tints

Shades of #DDFDF8

#DDFDF8
(221,253,248)
#C9E6E2
(201,230,226)
#B5CFCC
(181,207,204)
#A1B8B6
(161,184,182)
#8DA1A0
(141,161,160)
#798A8A
(121,138,138)
#657374
(101,115,116)
#515C5E
(81,92,94)
#3D4548
(61,69,72)
#292E32
(41,46,50)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #DDFDF8

#DDFDF8
(221,253,248)
#E0FDF8
(224,253,248)
#E3FDF8
(227,253,248)
#E6FDF8
(230,253,248)
#E9FDF8
(233,253,248)
#ECFDF8
(236,253,248)
#EFFDF8
(239,253,248)
#F2FDF8
(242,253,248)
#F5FDF8
(245,253,248)
#F8FDF8
(248,253,248)
#FBFDF8
(251,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFDF8; }

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

This text font color is #DDFDF8.


Background Color

.myBgColor { background-color: #DDFDF8; }

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

This div background color is #DDFDF8.


Border color

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

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

This div border color is #DDFDF8.


Opacity

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

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

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

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

This text has shadow with #DDFDF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFDF8 on black background.


Color preview on white background

This text has color #DDFDF8 on white background.



Black color preview on #DDFDF8 background

This text has black color on #DDFDF8 background.


White color preview on #DDFDF8 background

This text has white color on #DDFDF8 background.