COLOR #D5DDFC

HEX: #D5DDFC RGB: (213,221,252)

Color info

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

RGB color model

#D5DDFC color RGB value is (213,221,252).

RGB: (213,221,252) (84%, 87%, 99%)

RGB channels and saturation

R 213 of 255 = 84%
G 221 of 255 = 87%
B 252 of 255 = 99%

213
221
252

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

Portions of RGB colors in percentages

R + G + B = 213 + 221 + 252 = 686 (100%)
R 213 of 686 ~ 31.05%
G 221 of 686 ~ 32.22%
B 252 of 686 ~ 36.73'%

%31.05
%32.22
%36.73

CMYK color model

#D5DDFC color CMYK value is (15,12,0,1).

  • cyan value is 15.48%
  • magenta value is 12.30%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (15,12,0,1)
C15M12Y0K1 (15%, 12%, 0%, 1%)
(0.15 / 0.12 / 0.00 / 0.01)

CMYK percentages

%15.48
%12.3
%0
%1.18

Codes

Color #D5DDFC in popluar color models

D5 DD FC
RGB 213 221 252
HSL 228° 86.67% 91.18%
HSB/HSV 228° 15.48% 98.82%
CMYK 15.48% 12.30% 0.00%
1.18%

Color #D5DDFC in popluar number systems.

HEX D5 DD FC
Decimal 213 221 252
Binary 11010101 11011101 11111100
Octal 325 335 374

Shades and tints

Shades of #D5DDFC

#D5DDFC
(213,221,252)
#C2C9E6
(194,201,230)
#AFB5D0
(175,181,208)
#9CA1BA
(156,161,186)
#898DA4
(137,141,164)
#76798E
(118,121,142)
#636578
(99,101,120)
#505162
(80,81,98)
#3D3D4C
(61,61,76)
#2A2936
(42,41,54)
#171520
(23,21,32)
#000000
(0,0,0)

Tints of #D5DDFC

#D5DDFC
(213,221,252)
#D8E0FC
(216,224,252)
#DBE3FC
(219,227,252)
#DEE6FC
(222,230,252)
#E1E9FC
(225,233,252)
#E4ECFC
(228,236,252)
#E7EFFC
(231,239,252)
#EAF2FC
(234,242,252)
#EDF5FC
(237,245,252)
#F0F8FC
(240,248,252)
#F3FBFC
(243,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DDFC color. Also use rgb(213,221,252) instead hex code.

Text Font Color

.myTextColor { color: #D5DDFC; }

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

This text font color is #D5DDFC.

Background Color

.myBgColor { background-color: #D5DDFC; }

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

This div background color is #D5DDFC.

Border color

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

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

This div border color is #D5DDFC.

Opacity

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

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

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

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

This text has shadow with #D5DDFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DDFC.

Preview

Color preview on black background

This text has color #D5DDFC on black background.


Color preview on white background

This text has color #D5DDFC on white background.


Black color preview on #D5DDFC background

This text has black color on #D5DDFC background.


White color preview on #D5DDFC background

This text has white color on #D5DDFC background.


Related colors

Complementary color

Complementary color for #hex is #2A2203.


I love getcolorcode.com

Triadic colors

1 #FCD5DD and #DDFCD5 with #D5DDFC are triadic colors.

2 #FCDDD5 and #DDD5FC with #D5DDFC are triadic colors.