COLOR #DDFBE8

HEX: #DDFBE8 RGB: (221,251,232)

Color info

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

RGB color model

#DDFBE8 color RGB value is (221,251,232).

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

RGB channels and saturation

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

221
251
232

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

Portions of RGB colors in percentages

R + G + B = 221 + 251 + 232 = 704 (100%)
R 221 of 704 ~ 31.39%
G 251 of 704 ~ 35.65%
B 232 of 704 ~ 32.95'%

%31.39
%35.65
%32.95

CMYK color model

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

  • cyan value is 11.95%
  • magenta value is 0.00%
  • yellow value is 7.57%
  • 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.57
%1.57

Codes

Color #DDFBE8 in popluar color models

DD FB E8
RGB 221 251 232
HSL 142° 78.95% 92.55%
HSB/HSV 142° 11.95% 98.43%
CMYK 11.95% 0.00% 7.57%
1.57%

Color #DDFBE8 in popluar number systems.

HEX DD FB E8
Decimal 221 251 232
Binary 11011101 11111011 11101000
Octal 335 373 350

Shades and tints

Shades of #DDFBE8

#DDFBE8
(221,251,232)
#C9E5D3
(201,229,211)
#B5CFBE
(181,207,190)
#A1B9A9
(161,185,169)
#8DA394
(141,163,148)
#798D7F
(121,141,127)
#65776A
(101,119,106)
#516155
(81,97,85)
#3D4B40
(61,75,64)
#29352B
(41,53,43)
#151F16
(21,31,22)
#000000
(0,0,0)

Tints of #DDFBE8

#DDFBE8
(221,251,232)
#E0FBEA
(224,251,234)
#E3FBEC
(227,251,236)
#E6FBEE
(230,251,238)
#E9FBF0
(233,251,240)
#ECFBF2
(236,251,242)
#EFFBF4
(239,251,244)
#F2FBF6
(242,251,246)
#F5FBF8
(245,251,248)
#F8FBFA
(248,251,250)
#FBFBFC
(251,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFBE8; }

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

This text font color is #DDFBE8.

Background Color

.myBgColor { background-color: #DDFBE8; }

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

This div background color is #DDFBE8.

Border color

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

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

This div border color is #DDFBE8.

Opacity

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

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

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

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

This text has shadow with #DDFBE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDFBE8.

Preview

Color preview on black background

This text has color #DDFBE8 on black background.


Color preview on white background

This text has color #DDFBE8 on white background.


Black color preview on #DDFBE8 background

This text has black color on #DDFBE8 background.


White color preview on #DDFBE8 background

This text has white color on #DDFBE8 background.


Related colors

Complementary color

Complementary color for #hex is #220417.


I love getcolorcode.com

Triadic colors

1 #E8DDFB and #FBE8DD with #DDFBE8 are triadic colors.

2 #E8FBDD and #FBDDE8 with #DDFBE8 are triadic colors.