COLOR #DDFBD5

HEX: #DDFBD5 RGB: (221,251,213)

Color info

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

RGB color model

#DDFBD5 color RGB value is (221,251,213).

RGB: (221,251,213) (87%, 98%, 84%)

RGB channels and saturation

R 221 of 255 = 87%
G 251 of 255 = 98%
B 213 of 255 = 84%

221
251
213

R + G + B ~ 90%. #DDFBD5 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 251 + 213 = 685 (100%)
R 221 of 685 ~ 32.26%
G 251 of 685 ~ 36.64%
B 213 of 685 ~ 31.09'%

%32.26
%36.64
%31.09

CMYK color model

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

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

CMYK: (12,0,15,2)
C12M0Y15K2 (12%, 0%, 15%, 2%)
(0.12 / 0.00 / 0.15 / 0.02)

CMYK percentages

%11.95
%0
%15.14
%1.57

Codes

Color #DDFBD5 in popluar color models

DD FB D5
RGB 221 251 213
HSL 107° 82.61% 90.98%
HSB/HSV 107° 15.14% 98.43%
CMYK 11.95% 0.00% 15.14%
1.57%

Color #DDFBD5 in popluar number systems.

HEX DD FB D5
Decimal 221 251 213
Binary 11011101 11111011 11010101
Octal 335 373 325

Shades and tints

Shades of #DDFBD5

#DDFBD5
(221,251,213)
#C9E5C2
(201,229,194)
#B5CFAF
(181,207,175)
#A1B99C
(161,185,156)
#8DA389
(141,163,137)
#798D76
(121,141,118)
#657763
(101,119,99)
#516150
(81,97,80)
#3D4B3D
(61,75,61)
#29352A
(41,53,42)
#151F17
(21,31,23)
#000000
(0,0,0)

Tints of #DDFBD5

#DDFBD5
(221,251,213)
#E0FBD8
(224,251,216)
#E3FBDB
(227,251,219)
#E6FBDE
(230,251,222)
#E9FBE1
(233,251,225)
#ECFBE4
(236,251,228)
#EFFBE7
(239,251,231)
#F2FBEA
(242,251,234)
#F5FBED
(245,251,237)
#F8FBF0
(248,251,240)
#FBFBF3
(251,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDFBD5; }

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

This text font color is #DDFBD5.

Background Color

.myBgColor { background-color: #DDFBD5; }

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

This div background color is #DDFBD5.

Border color

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

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

This div border color is #DDFBD5.

Opacity

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

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

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

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

This text has shadow with #DDFBD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDFBD5.

Preview

Color preview on black background

This text has color #DDFBD5 on black background.


Color preview on white background

This text has color #DDFBD5 on white background.


Black color preview on #DDFBD5 background

This text has black color on #DDFBD5 background.


White color preview on #DDFBD5 background

This text has white color on #DDFBD5 background.


Related colors

Complementary color

Complementary color for #hex is #22042A.


I love getcolorcode.com

Triadic colors

1 #D5DDFB and #FBD5DD with #DDFBD5 are triadic colors.

2 #D5FBDD and #FBDDD5 with #DDFBD5 are triadic colors.