COLOR #D4DDEB

HEX: #D4DDEB
RGB: (212,221,235)

Color info

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

RGB color model

#D4DDEB color RGB value is (212,221,235).

  • red value is 212;
  • green value is 221;
  • blue value is 235.
RGB:
(212,221,235)
(83%,87%,92%)

RGB channels and saturation

R 212 of 255 = 83%
G 221 of 255 = 87%
B 235 of 255 = 92%

212
221
235

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

Portions of RGB colors in percentages

R + G + B =
212 + 221 + 235 = 668 (100%)
R 212 of 668 ~ 31.74%
G 221 of 668 ~ 33.08%
B 235 of 668 ~ 35.18%

%31.74
%33.08
%35.18

CMYK color model

#D4DDEB color CMYK value is (10,6,0,8).

  • cyan value is 9.79%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(10,6,0,8)
C10M6Y0K8 
(10%,6%,0%,8%)
(0.10/0.06/0.00/0.08)	

CMYK percentages

%9.79
%5.96
%0
%7.84

Codes

Color #D4DDEB in popluar color models

D4DDEB
RGB212221235
HSL217°36.51%87.65%
HSB/HSV217°9.79%92.16%
CMYK9.79%5.96%0.00%
7.84%

Color #D4DDEB in popluar number systems.

HEXD4DDEB
Decimal212221235
Binary110101001101110111101011
Octal324335353

Shades and tints

Shades of #D4DDEB

#D4DDEB
(212,221,235)
#C1C9D6
(193,201,214)
#AEB5C1
(174,181,193)
#9BA1AC
(155,161,172)
#888D97
(136,141,151)
#757982
(117,121,130)
#62656D
(98,101,109)
#4F5158
(79,81,88)
#3C3D43
(60,61,67)
#29292E
(41,41,46)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #D4DDEB

#D4DDEB
(212,221,235)
#D7E0EC
(215,224,236)
#DAE3ED
(218,227,237)
#DDE6EE
(221,230,238)
#E0E9EF
(224,233,239)
#E3ECF0
(227,236,240)
#E6EFF1
(230,239,241)
#E9F2F2
(233,242,242)
#ECF5F3
(236,245,243)
#EFF8F4
(239,248,244)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DDEB color. Also use rgb(212,221,235) instead hex code.

Text Font Color

.myTextColor { color: #D4DDEB; }

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

This text font color is #D4DDEB.


Background Color

.myBgColor { background-color: #D4DDEB; }

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

This div background color is #D4DDEB.


Border color

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

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

This div border color is #D4DDEB.


Opacity

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

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

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

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

This text has shadow with #D4DDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DDEB on black background.


Color preview on white background

This text has color #D4DDEB on white background.



Black color preview on #D4DDEB background

This text has black color on #D4DDEB background.


White color preview on #D4DDEB background

This text has white color on #D4DDEB background.