COLOR #D4D0EC

HEX: #D4D0EC
RGB: (212,208,236)

Color info

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

RGB color model

#D4D0EC color RGB value is (212,208,236).

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

RGB channels and saturation

R 212 of 255 = 83%
G 208 of 255 = 82%
B 236 of 255 = 93%

212
208
236

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

Portions of RGB colors in percentages

R + G + B =
212 + 208 + 236 = 656 (100%)
R 212 of 656 ~ 32.32%
G 208 of 656 ~ 31.71%
B 236 of 656 ~ 35.98%

%32.32
%31.71
%35.98

CMYK color model

#D4D0EC color CMYK value is (10,12,0,7).

  • cyan value is 10.17%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(10,12,0,7)
C10M12Y0K7 
(10%,12%,0%,7%)
(0.10/0.12/0.00/0.07)	

CMYK percentages

%10.17
%11.86
%0
%7.45

Codes

Color #D4D0EC in popluar color models

D4D0EC
RGB212208236
HSL249°42.42%87.06%
HSB/HSV249°11.86%92.55%
CMYK10.17%11.86%0.00%
7.45%

Color #D4D0EC in popluar number systems.

HEXD4D0EC
Decimal212208236
Binary110101001101000011101100
Octal324320354

Shades and tints

Shades of #D4D0EC

#D4D0EC
(212,208,236)
#C1BED7
(193,190,215)
#AEACC2
(174,172,194)
#9B9AAD
(155,154,173)
#888898
(136,136,152)
#757683
(117,118,131)
#62646E
(98,100,110)
#4F5259
(79,82,89)
#3C4044
(60,64,68)
#292E2F
(41,46,47)
#161C1A
(22,28,26)
#000000
(0,0,0)

Tints of #D4D0EC

#D4D0EC
(212,208,236)
#D7D4ED
(215,212,237)
#DAD8EE
(218,216,238)
#DDDCEF
(221,220,239)
#E0E0F0
(224,224,240)
#E3E4F1
(227,228,241)
#E6E8F2
(230,232,242)
#E9ECF3
(233,236,243)
#ECF0F4
(236,240,244)
#EFF4F5
(239,244,245)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D0EC; }

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

This text font color is #D4D0EC.


Background Color

.myBgColor { background-color: #D4D0EC; }

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

This div background color is #D4D0EC.


Border color

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

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

This div border color is #D4D0EC.


Opacity

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

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

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

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

This text has shadow with #D4D0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D0EC on black background.


Color preview on white background

This text has color #D4D0EC on white background.



Black color preview on #D4D0EC background

This text has black color on #D4D0EC background.


White color preview on #D4D0EC background

This text has white color on #D4D0EC background.