COLOR #D4E1FE

HEX: #D4E1FE RGB: (212,225,254)

Color info

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

RGB color model

#D4E1FE color RGB value is (212,225,254).

RGB: (212,225,254) (83%, 88%, 100%)

RGB channels and saturation

R 212 of 255 = 83%
G 225 of 255 = 88%
B 254 of 255 = 100%

212
225
254

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

Portions of RGB colors in percentages

R + G + B = 212 + 225 + 254 = 691 (100%)
R 212 of 691 ~ 30.68%
G 225 of 691 ~ 32.56%
B 254 of 691 ~ 36.76'%

%30.68
%32.56
%36.76

CMYK color model

#D4E1FE color CMYK value is (17,11,0,0).

  • cyan value is 16.54%
  • magenta value is 11.42%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (17,11,0,0)
C17M11Y0K0 (17%, 11%, 0%, 0%)
(0.17 / 0.11 / 0.00 / 0.00)

CMYK percentages

%16.54
%11.42
%0
%0.39

Codes

Color #D4E1FE in popluar color models

D4 E1 FE
RGB 212 225 254
HSL 221° 95.45% 91.37%
HSB/HSV 221° 16.54% 99.61%
CMYK 16.54% 11.42% 0.00%
0.39%

Color #D4E1FE in popluar number systems.

HEX D4 E1 FE
Decimal 212 225 254
Binary 11010100 11100001 11111110
Octal 324 341 376

Shades and tints

Shades of #D4E1FE

#D4E1FE
(212,225,254)
#C1CDE7
(193,205,231)
#AEB9D0
(174,185,208)
#9BA5B9
(155,165,185)
#8891A2
(136,145,162)
#757D8B
(117,125,139)
#626974
(98,105,116)
#4F555D
(79,85,93)
#3C4146
(60,65,70)
#292D2F
(41,45,47)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #D4E1FE

#D4E1FE
(212,225,254)
#D7E3FE
(215,227,254)
#DAE5FE
(218,229,254)
#DDE7FE
(221,231,254)
#E0E9FE
(224,233,254)
#E3EBFE
(227,235,254)
#E6EDFE
(230,237,254)
#E9EFFE
(233,239,254)
#ECF1FE
(236,241,254)
#EFF3FE
(239,243,254)
#F2F5FE
(242,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E1FE color. Also use rgb(212,225,254) instead hex code.

Text Font Color

.myTextColor { color: #D4E1FE; }

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

This text font color is #D4E1FE.

Background Color

.myBgColor { background-color: #D4E1FE; }

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

This div background color is #D4E1FE.

Border color

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

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

This div border color is #D4E1FE.

Opacity

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

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

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

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

This text has shadow with #D4E1FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E1FE.

Preview

Color preview on black background

This text has color #D4E1FE on black background.


Color preview on white background

This text has color #D4E1FE on white background.


Black color preview on #D4E1FE background

This text has black color on #D4E1FE background.


White color preview on #D4E1FE background

This text has white color on #D4E1FE background.


Related colors

Complementary color

Complementary color for #hex is #2B1E01.


I love getcolorcode.com

Triadic colors

1 #FED4E1 and #E1FED4 with #D4E1FE are triadic colors.

2 #FEE1D4 and #E1D4FE with #D4E1FE are triadic colors.