COLOR #DDFFE7

HEX: #DDFFE7
RGB: (221,255,231)

Color info

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

RGB color model

#DDFFE7 color RGB value is (221,255,231).

  • red value is 221;
  • green value is 255;
  • blue value is 231.
RGB:
(221,255,231)
(87%,100%,91%)

RGB channels and saturation

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

221
255
231

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

Portions of RGB colors in percentages

R + G + B =
221 + 255 + 231 = 707 (100%)
R 221 of 707 ~ 31.26%
G 255 of 707 ~ 36.07%
B 231 of 707 ~ 32.67%

%31.26
%36.07
%32.67

CMYK color model

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

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

Codes

Color #DDFFE7 in popluar color models

DDFFE7
RGB221255231
HSL138°100.00%93.33%
HSB/HSV138°13.33%100.00%
CMYK13.33%0.00%9.41%
0.00%

Color #DDFFE7 in popluar number systems.

HEXDDFFE7
Decimal221255231
Binary110111011111111111100111
Octal335377347

Shades and tints

Shades of #DDFFE7

#DDFFE7
(221,255,231)
#C9E8D2
(201,232,210)
#B5D1BD
(181,209,189)
#A1BAA8
(161,186,168)
#8DA393
(141,163,147)
#798C7E
(121,140,126)
#657569
(101,117,105)
#515E54
(81,94,84)
#3D473F
(61,71,63)
#29302A
(41,48,42)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #DDFFE7

#DDFFE7
(221,255,231)
#E0FFE9
(224,255,233)
#E3FFEB
(227,255,235)
#E6FFED
(230,255,237)
#E9FFEF
(233,255,239)
#ECFFF1
(236,255,241)
#EFFFF3
(239,255,243)
#F2FFF5
(242,255,245)
#F5FFF7
(245,255,247)
#F8FFF9
(248,255,249)
#FBFFFB
(251,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFFE7; }

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

This text font color is #DDFFE7.


Background Color

.myBgColor { background-color: #DDFFE7; }

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

This div background color is #DDFFE7.


Border color

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

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

This div border color is #DDFFE7.


Opacity

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

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

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

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

This text has shadow with #DDFFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFFE7 on black background.


Color preview on white background

This text has color #DDFFE7 on white background.



Black color preview on #DDFFE7 background

This text has black color on #DDFFE7 background.


White color preview on #DDFFE7 background

This text has white color on #DDFFE7 background.