COLOR #D9E4FF

HEX: #D9E4FF RGB: (217,228,255)

Color info

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

RGB color model

#D9E4FF color RGB value is (217,228,255).

RGB: (217,228,255) (85%, 89%, 100%)

RGB channels and saturation

R 217 of 255 = 85%
G 228 of 255 = 89%
B 255 of 255 = 100%

217
228
255

R + G + B ~ 91%. #D9E4FF is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 228 + 255 = 700 (100%)
R 217 of 700 ~ 31%
G 228 of 700 ~ 32.57%
B 255 of 700 ~ 36.43'%

%31
%32.57
%36.43

CMYK color model

#D9E4FF color CMYK value is (15,11,0,0).

  • cyan value is 14.90%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (15,11,0,0)
C15M11Y0K0 (15%, 11%, 0%, 0%)
(0.15 / 0.11 / 0.00 / 0.00)

CMYK percentages

%14.9
%10.59
%0
%0

Codes

Color #D9E4FF in popluar color models

D9 E4 FF
RGB 217 228 255
HSL 223° 100.00% 92.55%
HSB/HSV 223° 14.90% 100.00%
CMYK 14.90% 10.59% 0.00%
0.00%

Color #D9E4FF in popluar number systems.

HEX D9 E4 FF
Decimal 217 228 255
Binary 11011001 11100100 11111111
Octal 331 344 377

Shades and tints

Shades of #D9E4FF

#D9E4FF
(217,228,255)
#C6D0E8
(198,208,232)
#B3BCD1
(179,188,209)
#A0A8BA
(160,168,186)
#8D94A3
(141,148,163)
#7A808C
(122,128,140)
#676C75
(103,108,117)
#54585E
(84,88,94)
#414447
(65,68,71)
#2E3030
(46,48,48)
#1B1C19
(27,28,25)
#000000
(0,0,0)

Tints of #D9E4FF

#D9E4FF
(217,228,255)
#DCE6FF
(220,230,255)
#DFE8FF
(223,232,255)
#E2EAFF
(226,234,255)
#E5ECFF
(229,236,255)
#E8EEFF
(232,238,255)
#EBF0FF
(235,240,255)
#EEF2FF
(238,242,255)
#F1F4FF
(241,244,255)
#F4F6FF
(244,246,255)
#F7F8FF
(247,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E4FF color. Also use rgb(217,228,255) instead hex code.

Text Font Color

.myTextColor { color: #D9E4FF; }

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

This text font color is #D9E4FF.

Background Color

.myBgColor { background-color: #D9E4FF; }

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

This div background color is #D9E4FF.

Border color

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

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

This div border color is #D9E4FF.

Opacity

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

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

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

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

This text has shadow with #D9E4FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9E4FF.

Preview

Color preview on black background

This text has color #D9E4FF on black background.


Color preview on white background

This text has color #D9E4FF on white background.


Black color preview on #D9E4FF background

This text has black color on #D9E4FF background.


White color preview on #D9E4FF background

This text has white color on #D9E4FF background.


Related colors

Complementary color

Complementary color for #hex is #261B00.


I love getcolorcode.com

Triadic colors

1 #FFD9E4 and #E4FFD9 with #D9E4FF are triadic colors.

2 #FFE4D9 and #E4D9FF with #D9E4FF are triadic colors.