COLOR #DEFAD4

HEX: #DEFAD4 RGB: (222,250,212)

Color info

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

RGB color model

#DEFAD4 color RGB value is (222,250,212).

RGB: (222,250,212) (87%, 98%, 83%)

RGB channels and saturation

R 222 of 255 = 87%
G 250 of 255 = 98%
B 212 of 255 = 83%

222
250
212

R + G + B ~ 89%. #DEFAD4 is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 250 + 212 = 684 (100%)
R 222 of 684 ~ 32.46%
G 250 of 684 ~ 36.55%
B 212 of 684 ~ 30.99'%

%32.46
%36.55
%30.99

CMYK color model

#DEFAD4 color CMYK value is (11,0,15,2).

  • cyan value is 11.20%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 1.96%

CMYK: (11,0,15,2)
C11M0Y15K2 (11%, 0%, 15%, 2%)
(0.11 / 0.00 / 0.15 / 0.02)

CMYK percentages

%11.2
%0
%15.2
%1.96

Codes

Color #DEFAD4 in popluar color models

DE FA D4
RGB 222 250 212
HSL 104° 79.17% 90.59%
HSB/HSV 104° 15.20% 98.04%
CMYK 11.20% 0.00% 15.20%
1.96%

Color #DEFAD4 in popluar number systems.

HEX DE FA D4
Decimal 222 250 212
Binary 11011110 11111010 11010100
Octal 336 372 324

Shades and tints

Shades of #DEFAD4

#DEFAD4
(222,250,212)
#CAE4C1
(202,228,193)
#B6CEAE
(182,206,174)
#A2B89B
(162,184,155)
#8EA288
(142,162,136)
#7A8C75
(122,140,117)
#667662
(102,118,98)
#52604F
(82,96,79)
#3E4A3C
(62,74,60)
#2A3429
(42,52,41)
#161E16
(22,30,22)
#000000
(0,0,0)

Tints of #DEFAD4

#DEFAD4
(222,250,212)
#E1FAD7
(225,250,215)
#E4FADA
(228,250,218)
#E7FADD
(231,250,221)
#EAFAE0
(234,250,224)
#EDFAE3
(237,250,227)
#F0FAE6
(240,250,230)
#F3FAE9
(243,250,233)
#F6FAEC
(246,250,236)
#F9FAEF
(249,250,239)
#FCFAF2
(252,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEFAD4 color. Also use rgb(222,250,212) instead hex code.

Text Font Color

.myTextColor { color: #DEFAD4; }

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

This text font color is #DEFAD4.

Background Color

.myBgColor { background-color: #DEFAD4; }

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

This div background color is #DEFAD4.

Border color

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

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

This div border color is #DEFAD4.

Opacity

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

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

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

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

This text has shadow with #DEFAD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEFAD4.

Preview

Color preview on black background

This text has color #DEFAD4 on black background.


Color preview on white background

This text has color #DEFAD4 on white background.


Black color preview on #DEFAD4 background

This text has black color on #DEFAD4 background.


White color preview on #DEFAD4 background

This text has white color on #DEFAD4 background.


Related colors

Complementary color

Complementary color for #hex is #21052B.


I love getcolorcode.com

Triadic colors

1 #D4DEFA and #FAD4DE with #DEFAD4 are triadic colors.

2 #D4FADE and #FADED4 with #DEFAD4 are triadic colors.