COLOR #DEFDD8

HEX: #DEFDD8 RGB: (222,253,216)

Color info

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

RGB color model

#DEFDD8 color RGB value is (222,253,216).

RGB: (222,253,216) (87%, 99%, 85%)

RGB channels and saturation

R 222 of 255 = 87%
G 253 of 255 = 99%
B 216 of 255 = 85%

222
253
216

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

Portions of RGB colors in percentages

R + G + B = 222 + 253 + 216 = 691 (100%)
R 222 of 691 ~ 32.13%
G 253 of 691 ~ 36.61%
B 216 of 691 ~ 31.26'%

%32.13
%36.61
%31.26

CMYK color model

#DEFDD8 color CMYK value is (12,0,15,1).

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

CMYK: (12,0,15,1)
C12M0Y15K1 (12%, 0%, 15%, 1%)
(0.12 / 0.00 / 0.15 / 0.01)

CMYK percentages

%12.25
%0
%14.62
%0.78

Codes

Color #DEFDD8 in popluar color models

DE FD D8
RGB 222 253 216
HSL 110° 90.24% 91.96%
HSB/HSV 110° 14.62% 99.22%
CMYK 12.25% 0.00% 14.62%
0.78%

Color #DEFDD8 in popluar number systems.

HEX DE FD D8
Decimal 222 253 216
Binary 11011110 11111101 11011000
Octal 336 375 330

Shades and tints

Shades of #DEFDD8

#DEFDD8
(222,253,216)
#CAE6C5
(202,230,197)
#B6CFB2
(182,207,178)
#A2B89F
(162,184,159)
#8EA18C
(142,161,140)
#7A8A79
(122,138,121)
#667366
(102,115,102)
#525C53
(82,92,83)
#3E4540
(62,69,64)
#2A2E2D
(42,46,45)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #DEFDD8

#DEFDD8
(222,253,216)
#E1FDDB
(225,253,219)
#E4FDDE
(228,253,222)
#E7FDE1
(231,253,225)
#EAFDE4
(234,253,228)
#EDFDE7
(237,253,231)
#F0FDEA
(240,253,234)
#F3FDED
(243,253,237)
#F6FDF0
(246,253,240)
#F9FDF3
(249,253,243)
#FCFDF6
(252,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEFDD8; }

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

This text font color is #DEFDD8.

Background Color

.myBgColor { background-color: #DEFDD8; }

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

This div background color is #DEFDD8.

Border color

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

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

This div border color is #DEFDD8.

Opacity

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

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

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

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

This text has shadow with #DEFDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEFDD8.

Preview

Color preview on black background

This text has color #DEFDD8 on black background.


Color preview on white background

This text has color #DEFDD8 on white background.


Black color preview on #DEFDD8 background

This text has black color on #DEFDD8 background.


White color preview on #DEFDD8 background

This text has white color on #DEFDD8 background.


Related colors

Complementary color

Complementary color for #hex is #210227.


I love getcolorcode.com

Triadic colors

1 #D8DEFD and #FDD8DE with #DEFDD8 are triadic colors.

2 #D8FDDE and #FDDED8 with #DEFDD8 are triadic colors.