COLOR #DDFFE9

HEX: #DDFFE9 RGB: (221,255,233)

Color info

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

RGB color model

#DDFFE9 color RGB value is (221,255,233).

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

RGB channels and saturation

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

221
255
233

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

Portions of RGB colors in percentages

R + G + B = 221 + 255 + 233 = 709 (100%)
R 221 of 709 ~ 31.17%
G 255 of 709 ~ 35.97%
B 233 of 709 ~ 32.86'%

%31.17
%35.97
%32.86

CMYK color model

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

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • 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
%8.63
%0

Codes

Color #DDFFE9 in popluar color models

DD FF E9
RGB 221 255 233
HSL 141° 100.00% 93.33%
HSB/HSV 141° 13.33% 100.00%
CMYK 13.33% 0.00% 8.63%
0.00%

Color #DDFFE9 in popluar number systems.

HEX DD FF E9
Decimal 221 255 233
Binary 11011101 11111111 11101001
Octal 335 377 351

Shades and tints

Shades of #DDFFE9

#DDFFE9
(221,255,233)
#C9E8D4
(201,232,212)
#B5D1BF
(181,209,191)
#A1BAAA
(161,186,170)
#8DA395
(141,163,149)
#798C80
(121,140,128)
#65756B
(101,117,107)
#515E56
(81,94,86)
#3D4741
(61,71,65)
#29302C
(41,48,44)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #DDFFE9

#DDFFE9
(221,255,233)
#E0FFEB
(224,255,235)
#E3FFED
(227,255,237)
#E6FFEF
(230,255,239)
#E9FFF1
(233,255,241)
#ECFFF3
(236,255,243)
#EFFFF5
(239,255,245)
#F2FFF7
(242,255,247)
#F5FFF9
(245,255,249)
#F8FFFB
(248,255,251)
#FBFFFD
(251,255,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFFE9; }

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

This text font color is #DDFFE9.

Background Color

.myBgColor { background-color: #DDFFE9; }

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

This div background color is #DDFFE9.

Border color

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

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

This div border color is #DDFFE9.

Opacity

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

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

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

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

This text has shadow with #DDFFE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDFFE9.

Preview

Color preview on black background

This text has color #DDFFE9 on black background.


Color preview on white background

This text has color #DDFFE9 on white background.


Black color preview on #DDFFE9 background

This text has black color on #DDFFE9 background.


White color preview on #DDFFE9 background

This text has white color on #DDFFE9 background.


Related colors

Complementary color

Complementary color for #hex is #220016.


I love getcolorcode.com

Triadic colors

1 #E9DDFF and #FFE9DD with #DDFFE9 are triadic colors.

2 #E9FFDD and #FFDDE9 with #DDFFE9 are triadic colors.