COLOR #D2DDED

HEX: #D2DDED
RGB: (210,221,237)

Color info

#D2DDED contains red, green and blue colors in about the same proportion. Web safe color of #D2DDED is #CCCCFF (or #CCF).

RGB color model

#D2DDED color RGB value is (210,221,237).

  • red value is 210;
  • green value is 221;
  • blue value is 237.
RGB:
(210,221,237)
(82%,87%,93%)

RGB channels and saturation

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

210
221
237

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

Portions of RGB colors in percentages

R + G + B =
210 + 221 + 237 = 668 (100%)
R 210 of 668 ~ 31.44%
G 221 of 668 ~ 33.08%
B 237 of 668 ~ 35.48%

%31.44
%33.08
%35.48

CMYK color model

#D2DDED color CMYK value is (11,7,0,7).

  • cyan value is 11.39%
  • magenta value is 6.75%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(11,7,0,7)
C11M7Y0K7 
(11%,7%,0%,7%)
(0.11/0.07/0.00/0.07)	

CMYK percentages

%11.39
%6.75
%0
%7.06

Codes

Color #D2DDED in popluar color models

D2DDED
RGB210221237
HSL216°42.86%87.65%
HSB/HSV216°11.39%92.94%
CMYK11.39%6.75%0.00%
7.06%

Color #D2DDED in popluar number systems.

HEXD2DDED
Decimal210221237
Binary110100101101110111101101
Octal322335355

Shades and tints

Shades of #D2DDED

#D2DDED
(210,221,237)
#BFC9D8
(191,201,216)
#ACB5C3
(172,181,195)
#99A1AE
(153,161,174)
#868D99
(134,141,153)
#737984
(115,121,132)
#60656F
(96,101,111)
#4D515A
(77,81,90)
#3A3D45
(58,61,69)
#272930
(39,41,48)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #D2DDED

#D2DDED
(210,221,237)
#D6E0EE
(214,224,238)
#DAE3EF
(218,227,239)
#DEE6F0
(222,230,240)
#E2E9F1
(226,233,241)
#E6ECF2
(230,236,242)
#EAEFF3
(234,239,243)
#EEF2F4
(238,242,244)
#F2F5F5
(242,245,245)
#F6F8F6
(246,248,246)
#FAFBF7
(250,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DDED; }

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

This text font color is #D2DDED.


Background Color

.myBgColor { background-color: #D2DDED; }

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

This div background color is #D2DDED.


Border color

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

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

This div border color is #D2DDED.


Opacity

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

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

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

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

This text has shadow with #D2DDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DDED on black background.


Color preview on white background

This text has color #D2DDED on white background.



Black color preview on #D2DDED background

This text has black color on #D2DDED background.


White color preview on #D2DDED background

This text has white color on #D2DDED background.