COLOR #D2DBEE

HEX: #D2DBEE RGB: (210,219,238)

Color info

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

RGB color model

#D2DBEE color RGB value is (210,219,238).

RGB: (210,219,238) (82%, 86%, 93%)

RGB channels and saturation

R 210 of 255 = 82%
G 219 of 255 = 86%
B 238 of 255 = 93%

210
219
238

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

Portions of RGB colors in percentages

R + G + B = 210 + 219 + 238 = 667 (100%)
R 210 of 667 ~ 31.48%
G 219 of 667 ~ 32.83%
B 238 of 667 ~ 35.68'%

%31.48
%32.83
%35.68

CMYK color model

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

  • cyan value is 11.76%
  • magenta value is 7.98%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (12,8,0,7)
C12M8Y0K7 (12%, 8%, 0%, 7%)
(0.12 / 0.08 / 0.00 / 0.07)

CMYK percentages

%11.76
%7.98
%0
%6.67

Codes

Color #D2DBEE in popluar color models

D2 DB EE
RGB 210 219 238
HSL 221° 45.16% 87.84%
HSB/HSV 221° 11.76% 93.33%
CMYK 11.76% 7.98% 0.00%
6.67%

Color #D2DBEE in popluar number systems.

HEX D2 DB EE
Decimal 210 219 238
Binary 11010010 11011011 11101110
Octal 322 333 356

Shades and tints

Shades of #D2DBEE

#D2DBEE
(210,219,238)
#BFC8D9
(191,200,217)
#ACB5C4
(172,181,196)
#99A2AF
(153,162,175)
#868F9A
(134,143,154)
#737C85
(115,124,133)
#606970
(96,105,112)
#4D565B
(77,86,91)
#3A4346
(58,67,70)
#273031
(39,48,49)
#141D1C
(20,29,28)
#000000
(0,0,0)

Tints of #D2DBEE

#D2DBEE
(210,219,238)
#D6DEEF
(214,222,239)
#DAE1F0
(218,225,240)
#DEE4F1
(222,228,241)
#E2E7F2
(226,231,242)
#E6EAF3
(230,234,243)
#EAEDF4
(234,237,244)
#EEF0F5
(238,240,245)
#F2F3F6
(242,243,246)
#F6F6F7
(246,246,247)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DBEE; }

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

This text font color is #D2DBEE.

Background Color

.myBgColor { background-color: #D2DBEE; }

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

This div background color is #D2DBEE.

Border color

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

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

This div border color is #D2DBEE.

Opacity

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

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

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

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

This text has shadow with #D2DBEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2DBEE.

Preview

Color preview on black background

This text has color #D2DBEE on black background.


Color preview on white background

This text has color #D2DBEE on white background.


Black color preview on #D2DBEE background

This text has black color on #D2DBEE background.


White color preview on #D2DBEE background

This text has white color on #D2DBEE background.


Related colors

Complementary color

Complementary color for #hex is #2D2411.


I love getcolorcode.com

Triadic colors

1 #EED2DB and #DBEED2 with #D2DBEE are triadic colors.

2 #EEDBD2 and #DBD2EE with #D2DBEE are triadic colors.