COLOR #D1EEDE

HEX: #D1EEDE RGB: (209,238,222)

Color info

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

RGB color model

#D1EEDE color RGB value is (209,238,222).

RGB: (209,238,222) (82%, 93%, 87%)

RGB channels and saturation

R 209 of 255 = 82%
G 238 of 255 = 93%
B 222 of 255 = 87%

209
238
222

R + G + B ~ 87%. #D1EEDE is light color.

Portions of RGB colors in percentages

R + G + B = 209 + 238 + 222 = 669 (100%)
R 209 of 669 ~ 31.24%
G 238 of 669 ~ 35.58%
B 222 of 669 ~ 33.18'%

%31.24
%35.58
%33.18

CMYK color model

#D1EEDE color CMYK value is (12,0,7,7).

  • cyan value is 12.18%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 6.67%

CMYK: (12,0,7,7)
C12M0Y7K7 (12%, 0%, 7%, 7%)
(0.12 / 0.00 / 0.07 / 0.07)

CMYK percentages

%12.18
%0
%6.72
%6.67

Codes

Color #D1EEDE in popluar color models

D1 EE DE
RGB 209 238 222
HSL 147° 46.03% 87.65%
HSB/HSV 147° 12.18% 93.33%
CMYK 12.18% 0.00% 6.72%
6.67%

Color #D1EEDE in popluar number systems.

HEX D1 EE DE
Decimal 209 238 222
Binary 11010001 11101110 11011110
Octal 321 356 336

Shades and tints

Shades of #D1EEDE

#D1EEDE
(209,238,222)
#BED9CA
(190,217,202)
#ABC4B6
(171,196,182)
#98AFA2
(152,175,162)
#859A8E
(133,154,142)
#72857A
(114,133,122)
#5F7066
(95,112,102)
#4C5B52
(76,91,82)
#39463E
(57,70,62)
#26312A
(38,49,42)
#131C16
(19,28,22)
#000000
(0,0,0)

Tints of #D1EEDE

#D1EEDE
(209,238,222)
#D5EFE1
(213,239,225)
#D9F0E4
(217,240,228)
#DDF1E7
(221,241,231)
#E1F2EA
(225,242,234)
#E5F3ED
(229,243,237)
#E9F4F0
(233,244,240)
#EDF5F3
(237,245,243)
#F1F6F6
(241,246,246)
#F5F7F9
(245,247,249)
#F9F8FC
(249,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1EEDE color. Also use rgb(209,238,222) instead hex code.

Text Font Color

.myTextColor { color: #D1EEDE; }

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

This text font color is #D1EEDE.

Background Color

.myBgColor { background-color: #D1EEDE; }

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

This div background color is #D1EEDE.

Border color

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

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

This div border color is #D1EEDE.

Opacity

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

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

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

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

This text has shadow with #D1EEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1EEDE.

Preview

Color preview on black background

This text has color #D1EEDE on black background.


Color preview on white background

This text has color #D1EEDE on white background.


Black color preview on #D1EEDE background

This text has black color on #D1EEDE background.


White color preview on #D1EEDE background

This text has white color on #D1EEDE background.


Related colors

Complementary color

Complementary color for #hex is #2E1121.


I love getcolorcode.com

Triadic colors

1 #DED1EE and #EEDED1 with #D1EEDE are triadic colors.

2 #DEEED1 and #EED1DE with #D1EEDE are triadic colors.