COLOR #DDFBDE

HEX: #DDFBDE RGB: (221,251,222)

Color info

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

RGB color model

#DDFBDE color RGB value is (221,251,222).

RGB: (221,251,222) (87%, 98%, 87%)

RGB channels and saturation

R 221 of 255 = 87%
G 251 of 255 = 98%
B 222 of 255 = 87%

221
251
222

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

Portions of RGB colors in percentages

R + G + B = 221 + 251 + 222 = 694 (100%)
R 221 of 694 ~ 31.84%
G 251 of 694 ~ 36.17%
B 222 of 694 ~ 31.99'%

%31.84
%36.17
%31.99

CMYK color model

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

  • cyan value is 11.95%
  • magenta value is 0.00%
  • yellow value is 11.55%
  • key color value is 1.57%

CMYK: (12,0,12,2)
C12M0Y12K2 (12%, 0%, 12%, 2%)
(0.12 / 0.00 / 0.12 / 0.02)

CMYK percentages

%11.95
%0
%11.55
%1.57

Codes

Color #DDFBDE in popluar color models

DD FB DE
RGB 221 251 222
HSL 122° 78.95% 92.55%
HSB/HSV 122° 11.95% 98.43%
CMYK 11.95% 0.00% 11.55%
1.57%

Color #DDFBDE in popluar number systems.

HEX DD FB DE
Decimal 221 251 222
Binary 11011101 11111011 11011110
Octal 335 373 336

Shades and tints

Shades of #DDFBDE

#DDFBDE
(221,251,222)
#C9E5CA
(201,229,202)
#B5CFB6
(181,207,182)
#A1B9A2
(161,185,162)
#8DA38E
(141,163,142)
#798D7A
(121,141,122)
#657766
(101,119,102)
#516152
(81,97,82)
#3D4B3E
(61,75,62)
#29352A
(41,53,42)
#151F16
(21,31,22)
#000000
(0,0,0)

Tints of #DDFBDE

#DDFBDE
(221,251,222)
#E0FBE1
(224,251,225)
#E3FBE4
(227,251,228)
#E6FBE7
(230,251,231)
#E9FBEA
(233,251,234)
#ECFBED
(236,251,237)
#EFFBF0
(239,251,240)
#F2FBF3
(242,251,243)
#F5FBF6
(245,251,246)
#F8FBF9
(248,251,249)
#FBFBFC
(251,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFBDE; }

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

This text font color is #DDFBDE.

Background Color

.myBgColor { background-color: #DDFBDE; }

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

This div background color is #DDFBDE.

Border color

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

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

This div border color is #DDFBDE.

Opacity

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

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

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

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

This text has shadow with #DDFBDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDFBDE.

Preview

Color preview on black background

This text has color #DDFBDE on black background.


Color preview on white background

This text has color #DDFBDE on white background.


Black color preview on #DDFBDE background

This text has black color on #DDFBDE background.


White color preview on #DDFBDE background

This text has white color on #DDFBDE background.


Related colors

Complementary color

Complementary color for #hex is #220421.


I love getcolorcode.com

Triadic colors

1 #DEDDFB and #FBDEDD with #DDFBDE are triadic colors.

2 #DEFBDD and #FBDDDE with #DDFBDE are triadic colors.