COLOR #DEFDDD

HEX: #DEFDDD RGB: (222,253,221)

Color info

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

RGB color model

#DEFDDD color RGB value is (222,253,221).

RGB: (222,253,221) (87%, 99%, 87%)

RGB channels and saturation

R 222 of 255 = 87%
G 253 of 255 = 99%
B 221 of 255 = 87%

222
253
221

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

Portions of RGB colors in percentages

R + G + B = 222 + 253 + 221 = 696 (100%)
R 222 of 696 ~ 31.9%
G 253 of 696 ~ 36.35%
B 221 of 696 ~ 31.75'%

%31.9
%36.35
%31.75

CMYK color model

#DEFDDD color CMYK value is (12,0,13,1).

  • cyan value is 12.25%
  • magenta value is 0.00%
  • yellow value is 12.65%
  • key color value is 0.78%

CMYK: (12,0,13,1)
C12M0Y13K1 (12%, 0%, 13%, 1%)
(0.12 / 0.00 / 0.13 / 0.01)

CMYK percentages

%12.25
%0
%12.65
%0.78

Codes

Color #DEFDDD in popluar color models

DE FD DD
RGB 222 253 221
HSL 118° 88.89% 92.94%
HSB/HSV 118° 12.65% 99.22%
CMYK 12.25% 0.00% 12.65%
0.78%

Color #DEFDDD in popluar number systems.

HEX DE FD DD
Decimal 222 253 221
Binary 11011110 11111101 11011101
Octal 336 375 335

Shades and tints

Shades of #DEFDDD

#DEFDDD
(222,253,221)
#CAE6C9
(202,230,201)
#B6CFB5
(182,207,181)
#A2B8A1
(162,184,161)
#8EA18D
(142,161,141)
#7A8A79
(122,138,121)
#667365
(102,115,101)
#525C51
(82,92,81)
#3E453D
(62,69,61)
#2A2E29
(42,46,41)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #DEFDDD

#DEFDDD
(222,253,221)
#E1FDE0
(225,253,224)
#E4FDE3
(228,253,227)
#E7FDE6
(231,253,230)
#EAFDE9
(234,253,233)
#EDFDEC
(237,253,236)
#F0FDEF
(240,253,239)
#F3FDF2
(243,253,242)
#F6FDF5
(246,253,245)
#F9FDF8
(249,253,248)
#FCFDFB
(252,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEFDDD; }

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

This text font color is #DEFDDD.

Background Color

.myBgColor { background-color: #DEFDDD; }

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

This div background color is #DEFDDD.

Border color

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

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

This div border color is #DEFDDD.

Opacity

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

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

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

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

This text has shadow with #DEFDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEFDDD.

Preview

Color preview on black background

This text has color #DEFDDD on black background.


Color preview on white background

This text has color #DEFDDD on white background.


Black color preview on #DEFDDD background

This text has black color on #DEFDDD background.


White color preview on #DEFDDD background

This text has white color on #DEFDDD background.


Related colors

Complementary color

Complementary color for #hex is #210222.


I love getcolorcode.com

Triadic colors

1 #DDDEFD and #FDDDDE with #DEFDDD are triadic colors.

2 #DDFDDE and #FDDEDD with #DEFDDD are triadic colors.