COLOR #D2EEDD

HEX: #D2EEDD RGB: (210,238,221)

Color info

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

RGB color model

#D2EEDD color RGB value is (210,238,221).

RGB: (210,238,221) (82%, 93%, 87%)

RGB channels and saturation

R 210 of 255 = 82%
G 238 of 255 = 93%
B 221 of 255 = 87%

210
238
221

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

Portions of RGB colors in percentages

R + G + B = 210 + 238 + 221 = 669 (100%)
R 210 of 669 ~ 31.39%
G 238 of 669 ~ 35.58%
B 221 of 669 ~ 33.03'%

%31.39
%35.58
%33.03

CMYK color model

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

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • 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

%11.76
%0
%7.14
%6.67

Codes

Color #D2EEDD in popluar color models

D2 EE DD
RGB 210 238 221
HSL 144° 45.16% 87.84%
HSB/HSV 144° 11.76% 93.33%
CMYK 11.76% 0.00% 7.14%
6.67%

Color #D2EEDD in popluar number systems.

HEX D2 EE DD
Decimal 210 238 221
Binary 11010010 11101110 11011101
Octal 322 356 335

Shades and tints

Shades of #D2EEDD

#D2EEDD
(210,238,221)
#BFD9C9
(191,217,201)
#ACC4B5
(172,196,181)
#99AFA1
(153,175,161)
#869A8D
(134,154,141)
#738579
(115,133,121)
#607065
(96,112,101)
#4D5B51
(77,91,81)
#3A463D
(58,70,61)
#273129
(39,49,41)
#141C15
(20,28,21)
#000000
(0,0,0)

Tints of #D2EEDD

#D2EEDD
(210,238,221)
#D6EFE0
(214,239,224)
#DAF0E3
(218,240,227)
#DEF1E6
(222,241,230)
#E2F2E9
(226,242,233)
#E6F3EC
(230,243,236)
#EAF4EF
(234,244,239)
#EEF5F2
(238,245,242)
#F2F6F5
(242,246,245)
#F6F7F8
(246,247,248)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2EEDD color. Also use rgb(210,238,221) instead hex code.

Text Font Color

.myTextColor { color: #D2EEDD; }

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

This text font color is #D2EEDD.

Background Color

.myBgColor { background-color: #D2EEDD; }

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

This div background color is #D2EEDD.

Border color

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

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

This div border color is #D2EEDD.

Opacity

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

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

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

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

This text has shadow with #D2EEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2EEDD.

Preview

Color preview on black background

This text has color #D2EEDD on black background.


Color preview on white background

This text has color #D2EEDD on white background.


Black color preview on #D2EEDD background

This text has black color on #D2EEDD background.


White color preview on #D2EEDD background

This text has white color on #D2EEDD background.


Related colors

Complementary color

Complementary color for #hex is #2D1122.


I love getcolorcode.com

Triadic colors

1 #DDD2EE and #EEDDD2 with #D2EEDD are triadic colors.

2 #DDEED2 and #EED2DD with #D2EEDD are triadic colors.