COLOR #D4FFDE

HEX: #D4FFDE RGB: (212,255,222)

Color info

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

RGB color model

#D4FFDE color RGB value is (212,255,222).

RGB: (212,255,222) (83%, 100%, 87%)

RGB channels and saturation

R 212 of 255 = 83%
G 255 of 255 = 100%
B 222 of 255 = 87%

212
255
222

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

Portions of RGB colors in percentages

R + G + B = 212 + 255 + 222 = 689 (100%)
R 212 of 689 ~ 30.77%
G 255 of 689 ~ 37.01%
B 222 of 689 ~ 32.22'%

%30.77
%37.01
%32.22

CMYK color model

#D4FFDE color CMYK value is (17,0,13,0).

  • cyan value is 16.86%
  • magenta value is 0.00%
  • yellow value is 12.94%
  • key color value is 0.00%

CMYK: (17,0,13,0)
C17M0Y13K0 (17%, 0%, 13%, 0%)
(0.17 / 0.00 / 0.13 / 0.00)

CMYK percentages

%16.86
%0
%12.94
%0

Codes

Color #D4FFDE in popluar color models

D4 FF DE
RGB 212 255 222
HSL 134° 100.00% 91.57%
HSB/HSV 134° 16.86% 100.00%
CMYK 16.86% 0.00% 12.94%
0.00%

Color #D4FFDE in popluar number systems.

HEX D4 FF DE
Decimal 212 255 222
Binary 11010100 11111111 11011110
Octal 324 377 336

Shades and tints

Shades of #D4FFDE

#D4FFDE
(212,255,222)
#C1E8CA
(193,232,202)
#AED1B6
(174,209,182)
#9BBAA2
(155,186,162)
#88A38E
(136,163,142)
#758C7A
(117,140,122)
#627566
(98,117,102)
#4F5E52
(79,94,82)
#3C473E
(60,71,62)
#29302A
(41,48,42)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #D4FFDE

#D4FFDE
(212,255,222)
#D7FFE1
(215,255,225)
#DAFFE4
(218,255,228)
#DDFFE7
(221,255,231)
#E0FFEA
(224,255,234)
#E3FFED
(227,255,237)
#E6FFF0
(230,255,240)
#E9FFF3
(233,255,243)
#ECFFF6
(236,255,246)
#EFFFF9
(239,255,249)
#F2FFFC
(242,255,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4FFDE; }

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

This text font color is #D4FFDE.

Background Color

.myBgColor { background-color: #D4FFDE; }

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

This div background color is #D4FFDE.

Border color

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

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

This div border color is #D4FFDE.

Opacity

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

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

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

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

This text has shadow with #D4FFDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4FFDE.

Preview

Color preview on black background

This text has color #D4FFDE on black background.


Color preview on white background

This text has color #D4FFDE on white background.


Black color preview on #D4FFDE background

This text has black color on #D4FFDE background.


White color preview on #D4FFDE background

This text has white color on #D4FFDE background.


Related colors

Complementary color

Complementary color for #hex is #2B0021.


I love getcolorcode.com

Triadic colors

1 #DED4FF and #FFDED4 with #D4FFDE are triadic colors.

2 #DEFFD4 and #FFD4DE with #D4FFDE are triadic colors.