COLOR #DDFFE4

HEX: #DDFFE4
RGB: (221,255,228)

Color info

#DDFFE4 contains red, green and blue colors in about the same proportion. Web safe color of #DDFFE4 is #CCFFCC (or #CFC).

RGB color model

#DDFFE4 color RGB value is (221,255,228).

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

RGB channels and saturation

R 221 of 255 = 87%
G 255 of 255 = 100%
B 228 of 255 = 89%

221
255
228

R + G + B ~ 92%. #DDFFE4 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 255 + 228 = 704 (100%)
R 221 of 704 ~ 31.39%
G 255 of 704 ~ 36.22%
B 228 of 704 ~ 32.39%

%31.39
%36.22
%32.39

CMYK color model

#DDFFE4 color CMYK value is (13,0,11,0).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 0.00%
CMYK:
(13,0,11,0)
C13M0Y11K0 
(13%,0%,11%,0%)
(0.13/0.00/0.11/0.00)	

CMYK percentages

%13.33
%0
%10.59
%0

Codes

Color #DDFFE4 in popluar color models

DDFFE4
RGB221255228
HSL132°100.00%93.33%
HSB/HSV132°13.33%100.00%
CMYK13.33%0.00%10.59%
0.00%

Color #DDFFE4 in popluar number systems.

HEXDDFFE4
Decimal221255228
Binary110111011111111111100100
Octal335377344

Shades and tints

Shades of #DDFFE4

#DDFFE4
(221,255,228)
#C9E8D0
(201,232,208)
#B5D1BC
(181,209,188)
#A1BAA8
(161,186,168)
#8DA394
(141,163,148)
#798C80
(121,140,128)
#65756C
(101,117,108)
#515E58
(81,94,88)
#3D4744
(61,71,68)
#293030
(41,48,48)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #DDFFE4

#DDFFE4
(221,255,228)
#E0FFE6
(224,255,230)
#E3FFE8
(227,255,232)
#E6FFEA
(230,255,234)
#E9FFEC
(233,255,236)
#ECFFEE
(236,255,238)
#EFFFF0
(239,255,240)
#F2FFF2
(242,255,242)
#F5FFF4
(245,255,244)
#F8FFF6
(248,255,246)
#FBFFF8
(251,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFFE4; }

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

This text font color is #DDFFE4.


Background Color

.myBgColor { background-color: #DDFFE4; }

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

This div background color is #DDFFE4.


Border color

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

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

This div border color is #DDFFE4.


Opacity

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

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

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

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

This text has shadow with #DDFFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFFE4 on black background.


Color preview on white background

This text has color #DDFFE4 on white background.



Black color preview on #DDFFE4 background

This text has black color on #DDFFE4 background.


White color preview on #DDFFE4 background

This text has white color on #DDFFE4 background.