COLOR #D4E4FA

HEX: #D4E4FA
RGB: (212,228,250)

Color info

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

RGB color model

#D4E4FA color RGB value is (212,228,250).

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

RGB channels and saturation

R 212 of 255 = 83%
G 228 of 255 = 89%
B 250 of 255 = 98%

212
228
250

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

Portions of RGB colors in percentages

R + G + B =
212 + 228 + 250 = 690 (100%)
R 212 of 690 ~ 30.72%
G 228 of 690 ~ 33.04%
B 250 of 690 ~ 36.23%

%30.72
%33.04
%36.23

CMYK color model

#D4E4FA color CMYK value is (15,9,0,2).

  • cyan value is 15.20%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(15,9,0,2)
C15M9Y0K2 
(15%,9%,0%,2%)
(0.15/0.09/0.00/0.02)	

CMYK percentages

%15.2
%8.8
%0
%1.96

Codes

Color #D4E4FA in popluar color models

D4E4FA
RGB212228250
HSL215°79.17%90.59%
HSB/HSV215°15.20%98.04%
CMYK15.20%8.80%0.00%
1.96%

Color #D4E4FA in popluar number systems.

HEXD4E4FA
Decimal212228250
Binary110101001110010011111010
Octal324344372

Shades and tints

Shades of #D4E4FA

#D4E4FA
(212,228,250)
#C1D0E4
(193,208,228)
#AEBCCE
(174,188,206)
#9BA8B8
(155,168,184)
#8894A2
(136,148,162)
#75808C
(117,128,140)
#626C76
(98,108,118)
#4F5860
(79,88,96)
#3C444A
(60,68,74)
#293034
(41,48,52)
#161C1E
(22,28,30)
#000000
(0,0,0)

Tints of #D4E4FA

#D4E4FA
(212,228,250)
#D7E6FA
(215,230,250)
#DAE8FA
(218,232,250)
#DDEAFA
(221,234,250)
#E0ECFA
(224,236,250)
#E3EEFA
(227,238,250)
#E6F0FA
(230,240,250)
#E9F2FA
(233,242,250)
#ECF4FA
(236,244,250)
#EFF6FA
(239,246,250)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E4FA; }

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

This text font color is #D4E4FA.


Background Color

.myBgColor { background-color: #D4E4FA; }

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

This div background color is #D4E4FA.


Border color

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

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

This div border color is #D4E4FA.


Opacity

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

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

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

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

This text has shadow with #D4E4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E4FA on black background.


Color preview on white background

This text has color #D4E4FA on white background.



Black color preview on #D4E4FA background

This text has black color on #D4E4FA background.


White color preview on #D4E4FA background

This text has white color on #D4E4FA background.