COLOR #DEFBDD

HEX: #DEFBDD RGB: (222,251,221)

Color info

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

RGB color model

#DEFBDD color RGB value is (222,251,221).

RGB: (222,251,221) (87%, 98%, 87%)

RGB channels and saturation

R 222 of 255 = 87%
G 251 of 255 = 98%
B 221 of 255 = 87%

222
251
221

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

Portions of RGB colors in percentages

R + G + B = 222 + 251 + 221 = 694 (100%)
R 222 of 694 ~ 31.99%
G 251 of 694 ~ 36.17%
B 221 of 694 ~ 31.84'%

%31.99
%36.17
%31.84

CMYK color model

#DEFBDD color CMYK value is (12,0,12,2).

  • cyan value is 11.55%
  • magenta value is 0.00%
  • yellow value is 11.95%
  • key color value is 1.57%

CMYK: (12,0,12,2)
C12M0Y12K2 (12%, 0%, 12%, 2%)
(0.12 / 0.00 / 0.12 / 0.02)

CMYK percentages

%11.55
%0
%11.95
%1.57

Codes

Color #DEFBDD in popluar color models

DE FB DD
RGB 222 251 221
HSL 118° 78.95% 92.55%
HSB/HSV 118° 11.95% 98.43%
CMYK 11.55% 0.00% 11.95%
1.57%

Color #DEFBDD in popluar number systems.

HEX DE FB DD
Decimal 222 251 221
Binary 11011110 11111011 11011101
Octal 336 373 335

Shades and tints

Shades of #DEFBDD

#DEFBDD
(222,251,221)
#CAE5C9
(202,229,201)
#B6CFB5
(182,207,181)
#A2B9A1
(162,185,161)
#8EA38D
(142,163,141)
#7A8D79
(122,141,121)
#667765
(102,119,101)
#526151
(82,97,81)
#3E4B3D
(62,75,61)
#2A3529
(42,53,41)
#161F15
(22,31,21)
#000000
(0,0,0)

Tints of #DEFBDD

#DEFBDD
(222,251,221)
#E1FBE0
(225,251,224)
#E4FBE3
(228,251,227)
#E7FBE6
(231,251,230)
#EAFBE9
(234,251,233)
#EDFBEC
(237,251,236)
#F0FBEF
(240,251,239)
#F3FBF2
(243,251,242)
#F6FBF5
(246,251,245)
#F9FBF8
(249,251,248)
#FCFBFB
(252,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEFBDD; }

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

This text font color is #DEFBDD.

Background Color

.myBgColor { background-color: #DEFBDD; }

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

This div background color is #DEFBDD.

Border color

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

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

This div border color is #DEFBDD.

Opacity

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

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

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

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

This text has shadow with #DEFBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEFBDD.

Preview

Color preview on black background

This text has color #DEFBDD on black background.


Color preview on white background

This text has color #DEFBDD on white background.


Black color preview on #DEFBDD background

This text has black color on #DEFBDD background.


White color preview on #DEFBDD background

This text has white color on #DEFBDD background.


Related colors

Complementary color

Complementary color for #hex is #210422.


I love getcolorcode.com

Triadic colors

1 #DDDEFB and #FBDDDE with #DEFBDD are triadic colors.

2 #DDFBDE and #FBDEDD with #DEFBDD are triadic colors.