COLOR #D4D0EF

HEX: #D4D0EF
RGB: (212,208,239)

Color info

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

RGB color model

#D4D0EF color RGB value is (212,208,239).

  • red value is 212;
  • green value is 208;
  • blue value is 239.
RGB:
(212,208,239)
(83%,82%,94%)

RGB channels and saturation

R 212 of 255 = 83%
G 208 of 255 = 82%
B 239 of 255 = 94%

212
208
239

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

Portions of RGB colors in percentages

R + G + B =
212 + 208 + 239 = 659 (100%)
R 212 of 659 ~ 32.17%
G 208 of 659 ~ 31.56%
B 239 of 659 ~ 36.27%

%32.17
%31.56
%36.27

CMYK color model

#D4D0EF color CMYK value is (11,13,0,6).

  • cyan value is 11.30%
  • magenta value is 12.97%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(11,13,0,6)
C11M13Y0K6 
(11%,13%,0%,6%)
(0.11/0.13/0.00/0.06)	

CMYK percentages

%11.3
%12.97
%0
%6.27

Codes

Color #D4D0EF in popluar color models

D4D0EF
RGB212208239
HSL248°49.21%87.65%
HSB/HSV248°12.97%93.73%
CMYK11.30%12.97%0.00%
6.27%

Color #D4D0EF in popluar number systems.

HEXD4D0EF
Decimal212208239
Binary110101001101000011101111
Octal324320357

Shades and tints

Shades of #D4D0EF

#D4D0EF
(212,208,239)
#C1BEDA
(193,190,218)
#AEACC5
(174,172,197)
#9B9AB0
(155,154,176)
#88889B
(136,136,155)
#757686
(117,118,134)
#626471
(98,100,113)
#4F525C
(79,82,92)
#3C4047
(60,64,71)
#292E32
(41,46,50)
#161C1D
(22,28,29)
#000000
(0,0,0)

Tints of #D4D0EF

#D4D0EF
(212,208,239)
#D7D4F0
(215,212,240)
#DAD8F1
(218,216,241)
#DDDCF2
(221,220,242)
#E0E0F3
(224,224,243)
#E3E4F4
(227,228,244)
#E6E8F5
(230,232,245)
#E9ECF6
(233,236,246)
#ECF0F7
(236,240,247)
#EFF4F8
(239,244,248)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D0EF color. Also use rgb(212,208,239) instead hex code.

Text Font Color

.myTextColor { color: #D4D0EF; }

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

This text font color is #D4D0EF.


Background Color

.myBgColor { background-color: #D4D0EF; }

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

This div background color is #D4D0EF.


Border color

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

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

This div border color is #D4D0EF.


Opacity

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

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

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

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

This text has shadow with #D4D0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D0EF on black background.


Color preview on white background

This text has color #D4D0EF on white background.



Black color preview on #D4D0EF background

This text has black color on #D4D0EF background.


White color preview on #D4D0EF background

This text has white color on #D4D0EF background.