COLOR #D4DFF1

HEX: #D4DFF1
RGB: (212,223,241)

Color info

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

RGB color model

#D4DFF1 color RGB value is (212,223,241).

  • red value is 212;
  • green value is 223;
  • blue value is 241.
RGB:
(212,223,241)
(83%,87%,95%)

RGB channels and saturation

R 212 of 255 = 83%
G 223 of 255 = 87%
B 241 of 255 = 95%

212
223
241

R + G + B ~ 88%. #D4DFF1 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 223 + 241 = 676 (100%)
R 212 of 676 ~ 31.36%
G 223 of 676 ~ 32.99%
B 241 of 676 ~ 35.65%

%31.36
%32.99
%35.65

CMYK color model

#D4DFF1 color CMYK value is (12,7,0,5).

  • cyan value is 12.03%
  • magenta value is 7.47%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(12,7,0,5)
C12M7Y0K5 
(12%,7%,0%,5%)
(0.12/0.07/0.00/0.05)	

CMYK percentages

%12.03
%7.47
%0
%5.49

Codes

Color #D4DFF1 in popluar color models

D4DFF1
RGB212223241
HSL217°50.88%88.82%
HSB/HSV217°12.03%94.51%
CMYK12.03%7.47%0.00%
5.49%

Color #D4DFF1 in popluar number systems.

HEXD4DFF1
Decimal212223241
Binary110101001101111111110001
Octal324337361

Shades and tints

Shades of #D4DFF1

#D4DFF1
(212,223,241)
#C1CBDC
(193,203,220)
#AEB7C7
(174,183,199)
#9BA3B2
(155,163,178)
#888F9D
(136,143,157)
#757B88
(117,123,136)
#626773
(98,103,115)
#4F535E
(79,83,94)
#3C3F49
(60,63,73)
#292B34
(41,43,52)
#16171F
(22,23,31)
#000000
(0,0,0)

Tints of #D4DFF1

#D4DFF1
(212,223,241)
#D7E1F2
(215,225,242)
#DAE3F3
(218,227,243)
#DDE5F4
(221,229,244)
#E0E7F5
(224,231,245)
#E3E9F6
(227,233,246)
#E6EBF7
(230,235,247)
#E9EDF8
(233,237,248)
#ECEFF9
(236,239,249)
#EFF1FA
(239,241,250)
#F2F3FB
(242,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DFF1 color. Also use rgb(212,223,241) instead hex code.

Text Font Color

.myTextColor { color: #D4DFF1; }

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

This text font color is #D4DFF1.


Background Color

.myBgColor { background-color: #D4DFF1; }

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

This div background color is #D4DFF1.


Border color

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

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

This div border color is #D4DFF1.


Opacity

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

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

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

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

This text has shadow with #D4DFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DFF1 on black background.


Color preview on white background

This text has color #D4DFF1 on white background.



Black color preview on #D4DFF1 background

This text has black color on #D4DFF1 background.


White color preview on #D4DFF1 background

This text has white color on #D4DFF1 background.