COLOR #DDFEF8

HEX: #DDFEF8
RGB: (221,254,248)

Color info

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

RGB color model

#DDFEF8 color RGB value is (221,254,248).

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

RGB channels and saturation

R 221 of 255 = 87%
G 254 of 255 = 100%
B 248 of 255 = 97%

221
254
248

R + G + B ~ 95%. #DDFEF8 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 254 + 248 = 723 (100%)
R 221 of 723 ~ 30.57%
G 254 of 723 ~ 35.13%
B 248 of 723 ~ 34.3%

%30.57
%35.13
%34.3

CMYK color model

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

  • cyan value is 12.99%
  • magenta value is 0.00%
  • yellow value is 2.36%
  • key color value is 0.39%
CMYK:
(13,0,2,0)
C13M0Y2K0 
(13%,0%,2%,0%)
(0.13/0.00/0.02/0.00)	

CMYK percentages

%12.99
%0
%2.36
%0.39

Codes

Color #DDFEF8 in popluar color models

DDFEF8
RGB221254248
HSL169°94.29%93.14%
HSB/HSV169°12.99%99.61%
CMYK12.99%0.00%2.36%
0.39%

Color #DDFEF8 in popluar number systems.

HEXDDFEF8
Decimal221254248
Binary110111011111111011111000
Octal335376370

Shades and tints

Shades of #DDFEF8

#DDFEF8
(221,254,248)
#C9E7E2
(201,231,226)
#B5D0CC
(181,208,204)
#A1B9B6
(161,185,182)
#8DA2A0
(141,162,160)
#798B8A
(121,139,138)
#657474
(101,116,116)
#515D5E
(81,93,94)
#3D4648
(61,70,72)
#292F32
(41,47,50)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #DDFEF8

#DDFEF8
(221,254,248)
#E0FEF8
(224,254,248)
#E3FEF8
(227,254,248)
#E6FEF8
(230,254,248)
#E9FEF8
(233,254,248)
#ECFEF8
(236,254,248)
#EFFEF8
(239,254,248)
#F2FEF8
(242,254,248)
#F5FEF8
(245,254,248)
#F8FEF8
(248,254,248)
#FBFEF8
(251,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFEF8; }

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

This text font color is #DDFEF8.


Background Color

.myBgColor { background-color: #DDFEF8; }

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

This div background color is #DDFEF8.


Border color

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

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

This div border color is #DDFEF8.


Opacity

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

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

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

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

This text has shadow with #DDFEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFEF8 on black background.


Color preview on white background

This text has color #DDFEF8 on white background.



Black color preview on #DDFEF8 background

This text has black color on #DDFEF8 background.


White color preview on #DDFEF8 background

This text has white color on #DDFEF8 background.