COLOR #D0DFF6

HEX: #D0DFF6 RGB: (208,223,246)

Color info

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

RGB color model

#D0DFF6 color RGB value is (208,223,246).

RGB: (208,223,246) (82%, 87%, 96%)

RGB channels and saturation

R 208 of 255 = 82%
G 223 of 255 = 87%
B 246 of 255 = 96%

208
223
246

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

Portions of RGB colors in percentages

R + G + B = 208 + 223 + 246 = 677 (100%)
R 208 of 677 ~ 30.72%
G 223 of 677 ~ 32.94%
B 246 of 677 ~ 36.34'%

%30.72
%32.94
%36.34

CMYK color model

#D0DFF6 color CMYK value is (15,9,0,4).

  • cyan value is 15.45%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (15,9,0,4)
C15M9Y0K4 (15%, 9%, 0%, 4%)
(0.15 / 0.09 / 0.00 / 0.04)

CMYK percentages

%15.45
%9.35
%0
%3.53

Codes

Color #D0DFF6 in popluar color models

D0 DF F6
RGB 208 223 246
HSL 216° 67.86% 89.02%
HSB/HSV 216° 15.45% 96.47%
CMYK 15.45% 9.35% 0.00%
3.53%

Color #D0DFF6 in popluar number systems.

HEX D0 DF F6
Decimal 208 223 246
Binary 11010000 11011111 11110110
Octal 320 337 366

Shades and tints

Shades of #D0DFF6

#D0DFF6
(208,223,246)
#BECBE0
(190,203,224)
#ACB7CA
(172,183,202)
#9AA3B4
(154,163,180)
#888F9E
(136,143,158)
#767B88
(118,123,136)
#646772
(100,103,114)
#52535C
(82,83,92)
#403F46
(64,63,70)
#2E2B30
(46,43,48)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #D0DFF6

#D0DFF6
(208,223,246)
#D4E1F6
(212,225,246)
#D8E3F6
(216,227,246)
#DCE5F6
(220,229,246)
#E0E7F6
(224,231,246)
#E4E9F6
(228,233,246)
#E8EBF6
(232,235,246)
#ECEDF6
(236,237,246)
#F0EFF6
(240,239,246)
#F4F1F6
(244,241,246)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0DFF6 color. Also use rgb(208,223,246) instead hex code.

Text Font Color

.myTextColor { color: #D0DFF6; }

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

This text font color is #D0DFF6.

Background Color

.myBgColor { background-color: #D0DFF6; }

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

This div background color is #D0DFF6.

Border color

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

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

This div border color is #D0DFF6.

Opacity

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

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

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

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

This text has shadow with #D0DFF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0DFF6.

Preview

Color preview on black background

This text has color #D0DFF6 on black background.


Color preview on white background

This text has color #D0DFF6 on white background.


Black color preview on #D0DFF6 background

This text has black color on #D0DFF6 background.


White color preview on #D0DFF6 background

This text has white color on #D0DFF6 background.


Related colors

Complementary color

Complementary color for #hex is #2F2009.


I love getcolorcode.com

Triadic colors

1 #F6D0DF and #DFF6D0 with #D0DFF6 are triadic colors.

2 #F6DFD0 and #DFD0F6 with #D0DFF6 are triadic colors.