COLOR #D4DDF5

HEX: #D4DDF5
RGB: (212,221,245)

Color info

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

RGB color model

#D4DDF5 color RGB value is (212,221,245).

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

RGB channels and saturation

R 212 of 255 = 83%
G 221 of 255 = 87%
B 245 of 255 = 96%

212
221
245

R + G + B ~ 89%. #D4DDF5 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 221 + 245 = 678 (100%)
R 212 of 678 ~ 31.27%
G 221 of 678 ~ 32.6%
B 245 of 678 ~ 36.14%

%31.27
%32.6
%36.14

CMYK color model

#D4DDF5 color CMYK value is (13,10,0,4).

  • cyan value is 13.47%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(13,10,0,4)
C13M10Y0K4 
(13%,10%,0%,4%)
(0.13/0.10/0.00/0.04)	

CMYK percentages

%13.47
%9.8
%0
%3.92

Codes

Color #D4DDF5 in popluar color models

D4DDF5
RGB212221245
HSL224°62.26%89.61%
HSB/HSV224°13.47%96.08%
CMYK13.47%9.80%0.00%
3.92%

Color #D4DDF5 in popluar number systems.

HEXD4DDF5
Decimal212221245
Binary110101001101110111110101
Octal324335365

Shades and tints

Shades of #D4DDF5

#D4DDF5
(212,221,245)
#C1C9DF
(193,201,223)
#AEB5C9
(174,181,201)
#9BA1B3
(155,161,179)
#888D9D
(136,141,157)
#757987
(117,121,135)
#626571
(98,101,113)
#4F515B
(79,81,91)
#3C3D45
(60,61,69)
#29292F
(41,41,47)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #D4DDF5

#D4DDF5
(212,221,245)
#D7E0F5
(215,224,245)
#DAE3F5
(218,227,245)
#DDE6F5
(221,230,245)
#E0E9F5
(224,233,245)
#E3ECF5
(227,236,245)
#E6EFF5
(230,239,245)
#E9F2F5
(233,242,245)
#ECF5F5
(236,245,245)
#EFF8F5
(239,248,245)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DDF5; }

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

This text font color is #D4DDF5.


Background Color

.myBgColor { background-color: #D4DDF5; }

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

This div background color is #D4DDF5.


Border color

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

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

This div border color is #D4DDF5.


Opacity

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

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

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

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

This text has shadow with #D4DDF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DDF5 on black background.


Color preview on white background

This text has color #D4DDF5 on white background.



Black color preview on #D4DDF5 background

This text has black color on #D4DDF5 background.


White color preview on #D4DDF5 background

This text has white color on #D4DDF5 background.