COLOR #D2DEF6

HEX: #D2DEF6
RGB: (210,222,246)

Color info

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

RGB color model

#D2DEF6 color RGB value is (210,222,246).

  • red value is 210;
  • green value is 222;
  • blue value is 246.
RGB:
(210,222,246)
(82%,87%,96%)

RGB channels and saturation

R 210 of 255 = 82%
G 222 of 255 = 87%
B 246 of 255 = 96%

210
222
246

R + G + B ~ 88%. #D2DEF6 is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 222 + 246 = 678 (100%)
R 210 of 678 ~ 30.97%
G 222 of 678 ~ 32.74%
B 246 of 678 ~ 36.28%

%30.97
%32.74
%36.28

CMYK color model

#D2DEF6 color CMYK value is (15,10,0,4).

  • cyan value is 14.63%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(15,10,0,4)
C15M10Y0K4 
(15%,10%,0%,4%)
(0.15/0.10/0.00/0.04)	

CMYK percentages

%14.63
%9.76
%0
%3.53

Codes

Color #D2DEF6 in popluar color models

D2DEF6
RGB210222246
HSL220°66.67%89.41%
HSB/HSV220°14.63%96.47%
CMYK14.63%9.76%0.00%
3.53%

Color #D2DEF6 in popluar number systems.

HEXD2DEF6
Decimal210222246
Binary110100101101111011110110
Octal322336366

Shades and tints

Shades of #D2DEF6

#D2DEF6
(210,222,246)
#BFCAE0
(191,202,224)
#ACB6CA
(172,182,202)
#99A2B4
(153,162,180)
#868E9E
(134,142,158)
#737A88
(115,122,136)
#606672
(96,102,114)
#4D525C
(77,82,92)
#3A3E46
(58,62,70)
#272A30
(39,42,48)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #D2DEF6

#D2DEF6
(210,222,246)
#D6E1F6
(214,225,246)
#DAE4F6
(218,228,246)
#DEE7F6
(222,231,246)
#E2EAF6
(226,234,246)
#E6EDF6
(230,237,246)
#EAF0F6
(234,240,246)
#EEF3F6
(238,243,246)
#F2F6F6
(242,246,246)
#F6F9F6
(246,249,246)
#FAFCF6
(250,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DEF6; }

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

This text font color is #D2DEF6.


Background Color

.myBgColor { background-color: #D2DEF6; }

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

This div background color is #D2DEF6.


Border color

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

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

This div border color is #D2DEF6.


Opacity

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

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

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

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

This text has shadow with #D2DEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DEF6 on black background.


Color preview on white background

This text has color #D2DEF6 on white background.



Black color preview on #D2DEF6 background

This text has black color on #D2DEF6 background.


White color preview on #D2DEF6 background

This text has white color on #D2DEF6 background.