COLOR #DDF6E4

HEX: #DDF6E4 RGB: (221,246,228)

Color info

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

RGB color model

#DDF6E4 color RGB value is (221,246,228).

RGB: (221,246,228) (87%, 96%, 89%)

RGB channels and saturation

R 221 of 255 = 87%
G 246 of 255 = 96%
B 228 of 255 = 89%

221
246
228

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

Portions of RGB colors in percentages

R + G + B = 221 + 246 + 228 = 695 (100%)
R 221 of 695 ~ 31.8%
G 246 of 695 ~ 35.4%
B 228 of 695 ~ 32.81'%

%31.8
%35.4
%32.81

CMYK color model

#DDF6E4 color CMYK value is (10,0,7,4).

  • cyan value is 10.16%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 3.53%

CMYK: (10,0,7,4)
C10M0Y7K4 (10%, 0%, 7%, 4%)
(0.10 / 0.00 / 0.07 / 0.04)

CMYK percentages

%10.16
%0
%7.32
%3.53

Codes

Color #DDF6E4 in popluar color models

DD F6 E4
RGB 221 246 228
HSL 137° 58.14% 91.57%
HSB/HSV 137° 10.16% 96.47%
CMYK 10.16% 0.00% 7.32%
3.53%

Color #DDF6E4 in popluar number systems.

HEX DD F6 E4
Decimal 221 246 228
Binary 11011101 11110110 11100100
Octal 335 366 344

Shades and tints

Shades of #DDF6E4

#DDF6E4
(221,246,228)
#C9E0D0
(201,224,208)
#B5CABC
(181,202,188)
#A1B4A8
(161,180,168)
#8D9E94
(141,158,148)
#798880
(121,136,128)
#65726C
(101,114,108)
#515C58
(81,92,88)
#3D4644
(61,70,68)
#293030
(41,48,48)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #DDF6E4

#DDF6E4
(221,246,228)
#E0F6E6
(224,246,230)
#E3F6E8
(227,246,232)
#E6F6EA
(230,246,234)
#E9F6EC
(233,246,236)
#ECF6EE
(236,246,238)
#EFF6F0
(239,246,240)
#F2F6F2
(242,246,242)
#F5F6F4
(245,246,244)
#F8F6F6
(248,246,246)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF6E4 color. Also use rgb(221,246,228) instead hex code.

Text Font Color

.myTextColor { color: #DDF6E4; }

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

This text font color is #DDF6E4.

Background Color

.myBgColor { background-color: #DDF6E4; }

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

This div background color is #DDF6E4.

Border color

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

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

This div border color is #DDF6E4.

Opacity

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

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

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

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

This text has shadow with #DDF6E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF6E4.

Preview

Color preview on black background

This text has color #DDF6E4 on black background.


Color preview on white background

This text has color #DDF6E4 on white background.


Black color preview on #DDF6E4 background

This text has black color on #DDF6E4 background.


White color preview on #DDF6E4 background

This text has white color on #DDF6E4 background.


Related colors

Complementary color

Complementary color for #hex is #22091B.


I love getcolorcode.com

Triadic colors

1 #E4DDF6 and #F6E4DD with #DDF6E4 are triadic colors.

2 #E4F6DD and #F6DDE4 with #DDF6E4 are triadic colors.