COLOR #DDFBE2

HEX: #DDFBE2
RGB: (221,251,226)

Color info

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

RGB color model

#DDFBE2 color RGB value is (221,251,226).

  • red value is 221;
  • green value is 251;
  • blue value is 226.
RGB:
(221,251,226)
(87%,98%,89%)

RGB channels and saturation

R 221 of 255 = 87%
G 251 of 255 = 98%
B 226 of 255 = 89%

221
251
226

R + G + B ~ 91%. #DDFBE2 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 251 + 226 = 698 (100%)
R 221 of 698 ~ 31.66%
G 251 of 698 ~ 35.96%
B 226 of 698 ~ 32.38%

%31.66
%35.96
%32.38

CMYK color model

#DDFBE2 color CMYK value is (12,0,10,2).

  • cyan value is 11.95%
  • magenta value is 0.00%
  • yellow value is 9.96%
  • key color value is 1.57%
CMYK:
(12,0,10,2)
C12M0Y10K2 
(12%,0%,10%,2%)
(0.12/0.00/0.10/0.02)	

CMYK percentages

%11.95
%0
%9.96
%1.57

Codes

Color #DDFBE2 in popluar color models

DDFBE2
RGB221251226
HSL130°78.95%92.55%
HSB/HSV130°11.95%98.43%
CMYK11.95%0.00%9.96%
1.57%

Color #DDFBE2 in popluar number systems.

HEXDDFBE2
Decimal221251226
Binary110111011111101111100010
Octal335373342

Shades and tints

Shades of #DDFBE2

#DDFBE2
(221,251,226)
#C9E5CE
(201,229,206)
#B5CFBA
(181,207,186)
#A1B9A6
(161,185,166)
#8DA392
(141,163,146)
#798D7E
(121,141,126)
#65776A
(101,119,106)
#516156
(81,97,86)
#3D4B42
(61,75,66)
#29352E
(41,53,46)
#151F1A
(21,31,26)
#000000
(0,0,0)

Tints of #DDFBE2

#DDFBE2
(221,251,226)
#E0FBE4
(224,251,228)
#E3FBE6
(227,251,230)
#E6FBE8
(230,251,232)
#E9FBEA
(233,251,234)
#ECFBEC
(236,251,236)
#EFFBEE
(239,251,238)
#F2FBF0
(242,251,240)
#F5FBF2
(245,251,242)
#F8FBF4
(248,251,244)
#FBFBF6
(251,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDFBE2 color. Also use rgb(221,251,226) instead hex code.

Text Font Color

.myTextColor { color: #DDFBE2; }

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

This text font color is #DDFBE2.


Background Color

.myBgColor { background-color: #DDFBE2; }

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

This div background color is #DDFBE2.


Border color

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

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

This div border color is #DDFBE2.


Opacity

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

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

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

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

This text has shadow with #DDFBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDFBE2 on black background.


Color preview on white background

This text has color #DDFBE2 on white background.



Black color preview on #DDFBE2 background

This text has black color on #DDFBE2 background.


White color preview on #DDFBE2 background

This text has white color on #DDFBE2 background.