COLOR #D0D1EE

HEX: #D0D1EE
RGB: (208,209,238)

Color info

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

RGB color model

#D0D1EE color RGB value is (208,209,238).

  • red value is 208;
  • green value is 209;
  • blue value is 238.
RGB:
(208,209,238)
(82%,82%,93%)

RGB channels and saturation

R 208 of 255 = 82%
G 209 of 255 = 82%
B 238 of 255 = 93%

208
209
238

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

Portions of RGB colors in percentages

R + G + B =
208 + 209 + 238 = 655 (100%)
R 208 of 655 ~ 31.76%
G 209 of 655 ~ 31.91%
B 238 of 655 ~ 36.34%

%31.76
%31.91
%36.34

CMYK color model

#D0D1EE color CMYK value is (13,12,0,7).

  • cyan value is 12.61%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(13,12,0,7)
C13M12Y0K7 
(13%,12%,0%,7%)
(0.13/0.12/0.00/0.07)	

CMYK percentages

%12.61
%12.18
%0
%6.67

Codes

Color #D0D1EE in popluar color models

D0D1EE
RGB208209238
HSL238°46.88%87.45%
HSB/HSV238°12.61%93.33%
CMYK12.61%12.18%0.00%
6.67%

Color #D0D1EE in popluar number systems.

HEXD0D1EE
Decimal208209238
Binary110100001101000111101110
Octal320321356

Shades and tints

Shades of #D0D1EE

#D0D1EE
(208,209,238)
#BEBED9
(190,190,217)
#ACABC4
(172,171,196)
#9A98AF
(154,152,175)
#88859A
(136,133,154)
#767285
(118,114,133)
#645F70
(100,95,112)
#524C5B
(82,76,91)
#403946
(64,57,70)
#2E2631
(46,38,49)
#1C131C
(28,19,28)
#000000
(0,0,0)

Tints of #D0D1EE

#D0D1EE
(208,209,238)
#D4D5EF
(212,213,239)
#D8D9F0
(216,217,240)
#DCDDF1
(220,221,241)
#E0E1F2
(224,225,242)
#E4E5F3
(228,229,243)
#E8E9F4
(232,233,244)
#ECEDF5
(236,237,245)
#F0F1F6
(240,241,246)
#F4F5F7
(244,245,247)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0D1EE color. Also use rgb(208,209,238) instead hex code.

Text Font Color

.myTextColor { color: #D0D1EE; }

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

This text font color is #D0D1EE.


Background Color

.myBgColor { background-color: #D0D1EE; }

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

This div background color is #D0D1EE.


Border color

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

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

This div border color is #D0D1EE.


Opacity

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

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

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

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

This text has shadow with #D0D1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D1EE on black background.


Color preview on white background

This text has color #D0D1EE on white background.



Black color preview on #D0D1EE background

This text has black color on #D0D1EE background.


White color preview on #D0D1EE background

This text has white color on #D0D1EE background.