COLOR #D2D2ED

HEX: #D2D2ED
RGB: (210,210,237)

Color info

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

RGB color model

#D2D2ED color RGB value is (210,210,237).

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

RGB channels and saturation

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

210
210
237

R + G + B ~ 86%. #D2D2ED is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 210 + 237 = 657 (100%)
R 210 of 657 ~ 31.96%
G 210 of 657 ~ 31.96%
B 237 of 657 ~ 36.07%

%31.96
%31.96
%36.07

CMYK color model

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

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

CMYK percentages

%11.39
%11.39
%0
%7.06

Codes

Color #D2D2ED in popluar color models

D2D2ED
RGB210210237
HSL240°42.86%87.65%
HSB/HSV240°11.39%92.94%
CMYK11.39%11.39%0.00%
7.06%

Color #D2D2ED in popluar number systems.

HEXD2D2ED
Decimal210210237
Binary110100101101001011101101
Octal322322355

Shades and tints

Shades of #D2D2ED

#D2D2ED
(210,210,237)
#BFBFD8
(191,191,216)
#ACACC3
(172,172,195)
#9999AE
(153,153,174)
#868699
(134,134,153)
#737384
(115,115,132)
#60606F
(96,96,111)
#4D4D5A
(77,77,90)
#3A3A45
(58,58,69)
#272730
(39,39,48)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #D2D2ED

#D2D2ED
(210,210,237)
#D6D6EE
(214,214,238)
#DADAEF
(218,218,239)
#DEDEF0
(222,222,240)
#E2E2F1
(226,226,241)
#E6E6F2
(230,230,242)
#EAEAF3
(234,234,243)
#EEEEF4
(238,238,244)
#F2F2F5
(242,242,245)
#F6F6F6
(246,246,246)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D2ED; }

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

This text font color is #D2D2ED.


Background Color

.myBgColor { background-color: #D2D2ED; }

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

This div background color is #D2D2ED.


Border color

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

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

This div border color is #D2D2ED.


Opacity

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

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

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

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

This text has shadow with #D2D2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D2ED on black background.


Color preview on white background

This text has color #D2D2ED on white background.



Black color preview on #D2D2ED background

This text has black color on #D2D2ED background.


White color preview on #D2D2ED background

This text has white color on #D2D2ED background.