COLOR #DDF1EB

HEX: #DDF1EB RGB: (221,241,235)

Color info

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

RGB color model

#DDF1EB color RGB value is (221,241,235).

RGB: (221,241,235) (87%, 95%, 92%)

RGB channels and saturation

R 221 of 255 = 87%
G 241 of 255 = 95%
B 235 of 255 = 92%

221
241
235

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

Portions of RGB colors in percentages

R + G + B = 221 + 241 + 235 = 697 (100%)
R 221 of 697 ~ 31.71%
G 241 of 697 ~ 34.58%
B 235 of 697 ~ 33.72'%

%31.71
%34.58
%33.72

CMYK color model

#DDF1EB color CMYK value is (8,0,2,5).

  • cyan value is 8.30%
  • magenta value is 0.00%
  • yellow value is 2.49%
  • key color value is 5.49%

CMYK: (8,0,2,5)
C8M0Y2K5 (8%, 0%, 2%, 5%)
(0.08 / 0.00 / 0.02 / 0.05)

CMYK percentages

%8.3
%0
%2.49
%5.49

Codes

Color #DDF1EB in popluar color models

DD F1 EB
RGB 221 241 235
HSL 162° 41.67% 90.59%
HSB/HSV 162° 8.30% 94.51%
CMYK 8.30% 0.00% 2.49%
5.49%

Color #DDF1EB in popluar number systems.

HEX DD F1 EB
Decimal 221 241 235
Binary 11011101 11110001 11101011
Octal 335 361 353

Shades and tints

Shades of #DDF1EB

#DDF1EB
(221,241,235)
#C9DCD6
(201,220,214)
#B5C7C1
(181,199,193)
#A1B2AC
(161,178,172)
#8D9D97
(141,157,151)
#798882
(121,136,130)
#65736D
(101,115,109)
#515E58
(81,94,88)
#3D4943
(61,73,67)
#29342E
(41,52,46)
#151F19
(21,31,25)
#000000
(0,0,0)

Tints of #DDF1EB

#DDF1EB
(221,241,235)
#E0F2EC
(224,242,236)
#E3F3ED
(227,243,237)
#E6F4EE
(230,244,238)
#E9F5EF
(233,245,239)
#ECF6F0
(236,246,240)
#EFF7F1
(239,247,241)
#F2F8F2
(242,248,242)
#F5F9F3
(245,249,243)
#F8FAF4
(248,250,244)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF1EB color. Also use rgb(221,241,235) instead hex code.

Text Font Color

.myTextColor { color: #DDF1EB; }

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

This text font color is #DDF1EB.

Background Color

.myBgColor { background-color: #DDF1EB; }

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

This div background color is #DDF1EB.

Border color

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

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

This div border color is #DDF1EB.

Opacity

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

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

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

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

This text has shadow with #DDF1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF1EB.

Preview

Color preview on black background

This text has color #DDF1EB on black background.


Color preview on white background

This text has color #DDF1EB on white background.


Black color preview on #DDF1EB background

This text has black color on #DDF1EB background.


White color preview on #DDF1EB background

This text has white color on #DDF1EB background.


Related colors

Complementary color

Complementary color for #hex is #220E14.


I love getcolorcode.com

Triadic colors

1 #EBDDF1 and #F1EBDD with #DDF1EB are triadic colors.

2 #EBF1DD and #F1DDEB with #DDF1EB are triadic colors.