COLOR #DDF8C0

HEX: #DDF8C0 RGB: (221,248,192)

Color info

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

RGB color model

#DDF8C0 color RGB value is (221,248,192).

RGB: (221,248,192) (87%, 97%, 75%)

RGB channels and saturation

R 221 of 255 = 87%
G 248 of 255 = 97%
B 192 of 255 = 75%

221
248
192

R + G + B ~ 86%. #DDF8C0 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 248 + 192 = 661 (100%)
R 221 of 661 ~ 33.43%
G 248 of 661 ~ 37.52%
B 192 of 661 ~ 29.05'%

%33.43
%37.52
%29.05

CMYK color model

#DDF8C0 color CMYK value is (11,0,23,3).

  • cyan value is 10.89%
  • magenta value is 0.00%
  • yellow value is 22.58%
  • key color value is 2.75%
CMYK: (11,0,23,3) C11M0Y23K3 (11%,0%,23%,3%) (0.11/0.00/0.23/0.03) 

CMYK percentages

%10.89
%0
%22.58
%2.75

Codes

Color #DDF8C0 in popluar color models

DD F8 C0
RGB 221 248 192
HSL 89° 80.00% 86.27%
HSB/HSV 89° 22.58% 97.25%
CMYK 10.89% 0.00% 22.58%
2.75%

Color #DDF8C0 in popluar number systems.

HEX DD F8 C0
Decimal 221 248 192
Binary 11011101 11111000 11000000
Octal 335 370 300

Shades and tints

Shades of #DDF8C0

#DDF8C0
(221,248,192)
#C9E2AF
(201,226,175)
#B5CC9E
(181,204,158)
#A1B68D
(161,182,141)
#8DA07C
(141,160,124)
#798A6B
(121,138,107)
#65745A
(101,116,90)
#515E49
(81,94,73)
#3D4838
(61,72,56)
#293227
(41,50,39)
#151C16
(21,28,22)
#000000
(0,0,0)

Tints of #DDF8C0

#DDF8C0
(221,248,192)
#E0F8C5
(224,248,197)
#E3F8CA
(227,248,202)
#E6F8CF
(230,248,207)
#E9F8D4
(233,248,212)
#ECF8D9
(236,248,217)
#EFF8DE
(239,248,222)
#F2F8E3
(242,248,227)
#F5F8E8
(245,248,232)
#F8F8ED
(248,248,237)
#FBF8F2
(251,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDF8C0 color. Also use rgb(221,248,192) instead hex code.

Text Font Color

.myTextColor { color: #DDF8C0; }

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

This text font color is #DDF8C0.

Background Color

.myBgColor { background-color: #DDF8C0; }

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

This div background color is #DDF8C0.

Border color

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

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

This div border color is #DDF8C0.

Opacity

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

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

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

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

This text has shadow with #DDF8C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDF8C0.

Preview

Color preview on black background

This text has color #DDF8C0 on black background.


Color preview on white background

This text has color #DDF8C0 on white background.


Black color preview on #DDF8C0 background

This text has black color on #DDF8C0 background.


White color preview on #DDF8C0 background

This text has white color on #DDF8C0 background.


Related colors

Complementary color

Complementary color for #hex is #22073F.


I love getcolorcode.com

Triadic colors

1 #C0DDF8 and #F8C0DD with #DDF8C0 are triadic colors.

2 #C0F8DD and #F8DDC0 with #DDF8C0 are triadic colors.