COLOR #D0DDEA

HEX: #D0DDEA
RGB: (208,221,234)

Color info

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

RGB color model

#D0DDEA color RGB value is (208,221,234).

  • red value is 208;
  • green value is 221;
  • blue value is 234.
RGB:
(208,221,234)
(82%,87%,92%)

RGB channels and saturation

R 208 of 255 = 82%
G 221 of 255 = 87%
B 234 of 255 = 92%

208
221
234

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

Portions of RGB colors in percentages

R + G + B =
208 + 221 + 234 = 663 (100%)
R 208 of 663 ~ 31.37%
G 221 of 663 ~ 33.33%
B 234 of 663 ~ 35.29%

%31.37
%33.33
%35.29

CMYK color model

#D0DDEA color CMYK value is (11,6,0,8).

  • cyan value is 11.11%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(11,6,0,8)
C11M6Y0K8 
(11%,6%,0%,8%)
(0.11/0.06/0.00/0.08)	

CMYK percentages

%11.11
%5.56
%0
%8.24

Codes

Color #D0DDEA in popluar color models

D0DDEA
RGB208221234
HSL210°38.24%86.67%
HSB/HSV210°11.11%91.76%
CMYK11.11%5.56%0.00%
8.24%

Color #D0DDEA in popluar number systems.

HEXD0DDEA
Decimal208221234
Binary110100001101110111101010
Octal320335352

Shades and tints

Shades of #D0DDEA

#D0DDEA
(208,221,234)
#BEC9D5
(190,201,213)
#ACB5C0
(172,181,192)
#9AA1AB
(154,161,171)
#888D96
(136,141,150)
#767981
(118,121,129)
#64656C
(100,101,108)
#525157
(82,81,87)
#403D42
(64,61,66)
#2E292D
(46,41,45)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #D0DDEA

#D0DDEA
(208,221,234)
#D4E0EB
(212,224,235)
#D8E3EC
(216,227,236)
#DCE6ED
(220,230,237)
#E0E9EE
(224,233,238)
#E4ECEF
(228,236,239)
#E8EFF0
(232,239,240)
#ECF2F1
(236,242,241)
#F0F5F2
(240,245,242)
#F4F8F3
(244,248,243)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0DDEA color. Also use rgb(208,221,234) instead hex code.

Text Font Color

.myTextColor { color: #D0DDEA; }

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

This text font color is #D0DDEA.


Background Color

.myBgColor { background-color: #D0DDEA; }

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

This div background color is #D0DDEA.


Border color

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

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

This div border color is #D0DDEA.


Opacity

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

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

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

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

This text has shadow with #D0DDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DDEA on black background.


Color preview on white background

This text has color #D0DDEA on white background.



Black color preview on #D0DDEA background

This text has black color on #D0DDEA background.


White color preview on #D0DDEA background

This text has white color on #D0DDEA background.