COLOR #D4E0FF

HEX: #D4E0FF RGB: (212,224,255)

Color info

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

RGB color model

#D4E0FF color RGB value is (212,224,255).

RGB: (212,224,255) (83%, 88%, 100%)

RGB channels and saturation

R 212 of 255 = 83%
G 224 of 255 = 88%
B 255 of 255 = 100%

212
224
255

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

Portions of RGB colors in percentages

R + G + B = 212 + 224 + 255 = 691 (100%)
R 212 of 691 ~ 30.68%
G 224 of 691 ~ 32.42%
B 255 of 691 ~ 36.9'%

%30.68
%32.42
%36.9

CMYK color model

#D4E0FF color CMYK value is (17,12,0,0).

  • cyan value is 16.86%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (17,12,0,0)
C17M12Y0K0 (17%, 12%, 0%, 0%)
(0.17 / 0.12 / 0.00 / 0.00)

CMYK percentages

%16.86
%12.16
%0
%0

Codes

Color #D4E0FF in popluar color models

D4 E0 FF
RGB 212 224 255
HSL 223° 100.00% 91.57%
HSB/HSV 223° 16.86% 100.00%
CMYK 16.86% 12.16% 0.00%
0.00%

Color #D4E0FF in popluar number systems.

HEX D4 E0 FF
Decimal 212 224 255
Binary 11010100 11100000 11111111
Octal 324 340 377

Shades and tints

Shades of #D4E0FF

#D4E0FF
(212,224,255)
#C1CCE8
(193,204,232)
#AEB8D1
(174,184,209)
#9BA4BA
(155,164,186)
#8890A3
(136,144,163)
#757C8C
(117,124,140)
#626875
(98,104,117)
#4F545E
(79,84,94)
#3C4047
(60,64,71)
#292C30
(41,44,48)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #D4E0FF

#D4E0FF
(212,224,255)
#D7E2FF
(215,226,255)
#DAE4FF
(218,228,255)
#DDE6FF
(221,230,255)
#E0E8FF
(224,232,255)
#E3EAFF
(227,234,255)
#E6ECFF
(230,236,255)
#E9EEFF
(233,238,255)
#ECF0FF
(236,240,255)
#EFF2FF
(239,242,255)
#F2F4FF
(242,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E0FF color. Also use rgb(212,224,255) instead hex code.

Text Font Color

.myTextColor { color: #D4E0FF; }

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

This text font color is #D4E0FF.

Background Color

.myBgColor { background-color: #D4E0FF; }

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

This div background color is #D4E0FF.

Border color

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

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

This div border color is #D4E0FF.

Opacity

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

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

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

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

This text has shadow with #D4E0FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E0FF.

Preview

Color preview on black background

This text has color #D4E0FF on black background.


Color preview on white background

This text has color #D4E0FF on white background.


Black color preview on #D4E0FF background

This text has black color on #D4E0FF background.


White color preview on #D4E0FF background

This text has white color on #D4E0FF background.


Related colors

Complementary color

Complementary color for #hex is #2B1F00.


I love getcolorcode.com

Triadic colors

1 #FFD4E0 and #E0FFD4 with #D4E0FF are triadic colors.

2 #FFE0D4 and #E0D4FF with #D4E0FF are triadic colors.