COLOR #DDFBE7

HEX: #DDFBE7 RGB: (221,251,231)

Color info

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

RGB color model

#DDFBE7 color RGB value is (221,251,231).

RGB: (221,251,231) (87%, 98%, 91%)

RGB channels and saturation

R 221 of 255 = 87%
G 251 of 255 = 98%
B 231 of 255 = 91%

221
251
231

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

Portions of RGB colors in percentages

R + G + B = 221 + 251 + 231 = 703 (100%)
R 221 of 703 ~ 31.44%
G 251 of 703 ~ 35.7%
B 231 of 703 ~ 32.86'%

%31.44
%35.7
%32.86

CMYK color model

#DDFBE7 color CMYK value is (12,0,8,2).

  • cyan value is 11.95%
  • magenta value is 0.00%
  • yellow value is 7.97%
  • key color value is 1.57%
CMYK: (12,0,8,2) C12M0Y8K2 (12%,0%,8%,2%) (0.12/0.00/0.08/0.02) 

CMYK percentages

%11.95
%0
%7.97
%1.57

Codes

Color #DDFBE7 in popluar color models

DD FB E7
RGB 221 251 231
HSL 140° 78.95% 92.55%
HSB/HSV 140° 11.95% 98.43%
CMYK 11.95% 0.00% 7.97%
1.57%

Color #DDFBE7 in popluar number systems.

HEX DD FB E7
Decimal 221 251 231
Binary 11011101 11111011 11100111
Octal 335 373 347

Shades and tints

Shades of #DDFBE7

#DDFBE7
(221,251,231)
#C9E5D2
(201,229,210)
#B5CFBD
(181,207,189)
#A1B9A8
(161,185,168)
#8DA393
(141,163,147)
#798D7E
(121,141,126)
#657769
(101,119,105)
#516154
(81,97,84)
#3D4B3F
(61,75,63)
#29352A
(41,53,42)
#151F15
(21,31,21)
#000000
(0,0,0)

Tints of #DDFBE7

#DDFBE7
(221,251,231)
#E0FBE9
(224,251,233)
#E3FBEB
(227,251,235)
#E6FBED
(230,251,237)
#E9FBEF
(233,251,239)
#ECFBF1
(236,251,241)
#EFFBF3
(239,251,243)
#F2FBF5
(242,251,245)
#F5FBF7
(245,251,247)
#F8FBF9
(248,251,249)
#FBFBFB
(251,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFBE7; }

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

This text font color is #DDFBE7.

Background Color

.myBgColor { background-color: #DDFBE7; }

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

This div background color is #DDFBE7.

Border color

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

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

This div border color is #DDFBE7.

Opacity

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

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

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

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

This text has shadow with #DDFBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDFBE7.

Preview

Color preview on black background

This text has color #DDFBE7 on black background.


Color preview on white background

This text has color #DDFBE7 on white background.


Black color preview on #DDFBE7 background

This text has black color on #DDFBE7 background.


White color preview on #DDFBE7 background

This text has white color on #DDFBE7 background.


Related colors

Complementary color

Complementary color for #hex is #220418.


I love getcolorcode.com

Triadic colors

1 #E7DDFB and #FBE7DD with #DDFBE7 are triadic colors.

2 #E7FBDD and #FBDDE7 with #DDFBE7 are triadic colors.