COLOR #D4E4FD

HEX: #D4E4FD
RGB: (212,228,253)

Color info

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

RGB color model

#D4E4FD color RGB value is (212,228,253).

  • red value is 212;
  • green value is 228;
  • blue value is 253.
RGB:
(212,228,253)
(83%,89%,99%)

RGB channels and saturation

R 212 of 255 = 83%
G 228 of 255 = 89%
B 253 of 255 = 99%

212
228
253

R + G + B ~ 90%. #D4E4FD is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 228 + 253 = 693 (100%)
R 212 of 693 ~ 30.59%
G 228 of 693 ~ 32.9%
B 253 of 693 ~ 36.51%

%30.59
%32.9
%36.51

CMYK color model

#D4E4FD color CMYK value is (16,10,0,1).

  • cyan value is 16.21%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(16,10,0,1)
C16M10Y0K1 
(16%,10%,0%,1%)
(0.16/0.10/0.00/0.01)	

CMYK percentages

%16.21
%9.88
%0
%0.78

Codes

Color #D4E4FD in popluar color models

D4E4FD
RGB212228253
HSL217°91.11%91.18%
HSB/HSV217°16.21%99.22%
CMYK16.21%9.88%0.00%
0.78%

Color #D4E4FD in popluar number systems.

HEXD4E4FD
Decimal212228253
Binary110101001110010011111101
Octal324344375

Shades and tints

Shades of #D4E4FD

#D4E4FD
(212,228,253)
#C1D0E6
(193,208,230)
#AEBCCF
(174,188,207)
#9BA8B8
(155,168,184)
#8894A1
(136,148,161)
#75808A
(117,128,138)
#626C73
(98,108,115)
#4F585C
(79,88,92)
#3C4445
(60,68,69)
#29302E
(41,48,46)
#161C17
(22,28,23)
#000000
(0,0,0)

Tints of #D4E4FD

#D4E4FD
(212,228,253)
#D7E6FD
(215,230,253)
#DAE8FD
(218,232,253)
#DDEAFD
(221,234,253)
#E0ECFD
(224,236,253)
#E3EEFD
(227,238,253)
#E6F0FD
(230,240,253)
#E9F2FD
(233,242,253)
#ECF4FD
(236,244,253)
#EFF6FD
(239,246,253)
#F2F8FD
(242,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E4FD color. Also use rgb(212,228,253) instead hex code.

Text Font Color

.myTextColor { color: #D4E4FD; }

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

This text font color is #D4E4FD.


Background Color

.myBgColor { background-color: #D4E4FD; }

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

This div background color is #D4E4FD.


Border color

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

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

This div border color is #D4E4FD.


Opacity

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

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

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

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

This text has shadow with #D4E4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E4FD on black background.


Color preview on white background

This text has color #D4E4FD on white background.



Black color preview on #D4E4FD background

This text has black color on #D4E4FD background.


White color preview on #D4E4FD background

This text has white color on #D4E4FD background.