COLOR #DDFFE8

HEX: #DDFFE8 RGB: (221,255,232)

Color info

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

RGB color model

#DDFFE8 color RGB value is (221,255,232).

RGB: (221,255,232) (87%, 100%, 91%)

RGB channels and saturation

R 221 of 255 = 87%
G 255 of 255 = 100%
B 232 of 255 = 91%

221
255
232

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

Portions of RGB colors in percentages

R + G + B = 221 + 255 + 232 = 708 (100%)
R 221 of 708 ~ 31.21%
G 255 of 708 ~ 36.02%
B 232 of 708 ~ 32.77'%

%31.21
%36.02
%32.77

CMYK color model

#DDFFE8 color CMYK value is (13,0,9,0).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 9.02%
  • key color value is 0.00%

CMYK: (13,0,9,0)
C13M0Y9K0 (13%, 0%, 9%, 0%)
(0.13 / 0.00 / 0.09 / 0.00)

CMYK percentages

%13.33
%0
%9.02
%0

Codes

Color #DDFFE8 in popluar color models

DD FF E8
RGB 221 255 232
HSL 139° 100.00% 93.33%
HSB/HSV 139° 13.33% 100.00%
CMYK 13.33% 0.00% 9.02%
0.00%

Color #DDFFE8 in popluar number systems.

HEX DD FF E8
Decimal 221 255 232
Binary 11011101 11111111 11101000
Octal 335 377 350

Shades and tints

Shades of #DDFFE8

#DDFFE8
(221,255,232)
#C9E8D3
(201,232,211)
#B5D1BE
(181,209,190)
#A1BAA9
(161,186,169)
#8DA394
(141,163,148)
#798C7F
(121,140,127)
#65756A
(101,117,106)
#515E55
(81,94,85)
#3D4740
(61,71,64)
#29302B
(41,48,43)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #DDFFE8

#DDFFE8
(221,255,232)
#E0FFEA
(224,255,234)
#E3FFEC
(227,255,236)
#E6FFEE
(230,255,238)
#E9FFF0
(233,255,240)
#ECFFF2
(236,255,242)
#EFFFF4
(239,255,244)
#F2FFF6
(242,255,246)
#F5FFF8
(245,255,248)
#F8FFFA
(248,255,250)
#FBFFFC
(251,255,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDFFE8 color. Also use rgb(221,255,232) instead hex code.

Text Font Color

.myTextColor { color: #DDFFE8; }

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

This text font color is #DDFFE8.

Background Color

.myBgColor { background-color: #DDFFE8; }

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

This div background color is #DDFFE8.

Border color

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

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

This div border color is #DDFFE8.

Opacity

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

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

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

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

This text has shadow with #DDFFE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDFFE8.

Preview

Color preview on black background

This text has color #DDFFE8 on black background.


Color preview on white background

This text has color #DDFFE8 on white background.


Black color preview on #DDFFE8 background

This text has black color on #DDFFE8 background.


White color preview on #DDFFE8 background

This text has white color on #DDFFE8 background.


Related colors

Complementary color

Complementary color for #hex is #220017.


I love getcolorcode.com

Triadic colors

1 #E8DDFF and #FFE8DD with #DDFFE8 are triadic colors.

2 #E8FFDD and #FFDDE8 with #DDFFE8 are triadic colors.