COLOR #D5DDFA

HEX: #D5DDFA
RGB: (213,221,250)

Color info

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

RGB color model

#D5DDFA color RGB value is (213,221,250).

  • red value is 213;
  • green value is 221;
  • blue value is 250.
RGB:
(213,221,250)
(84%,87%,98%)

RGB channels and saturation

R 213 of 255 = 84%
G 221 of 255 = 87%
B 250 of 255 = 98%

213
221
250

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

Portions of RGB colors in percentages

R + G + B =
213 + 221 + 250 = 684 (100%)
R 213 of 684 ~ 31.14%
G 221 of 684 ~ 32.31%
B 250 of 684 ~ 36.55%

%31.14
%32.31
%36.55

CMYK color model

#D5DDFA color CMYK value is (15,12,0,2).

  • cyan value is 14.80%
  • magenta value is 11.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(15,12,0,2)
C15M12Y0K2 
(15%,12%,0%,2%)
(0.15/0.12/0.00/0.02)	

CMYK percentages

%14.8
%11.6
%0
%1.96

Codes

Color #D5DDFA in popluar color models

D5DDFA
RGB213221250
HSL227°78.72%90.78%
HSB/HSV227°14.80%98.04%
CMYK14.80%11.60%0.00%
1.96%

Color #D5DDFA in popluar number systems.

HEXD5DDFA
Decimal213221250
Binary110101011101110111111010
Octal325335372

Shades and tints

Shades of #D5DDFA

#D5DDFA
(213,221,250)
#C2C9E4
(194,201,228)
#AFB5CE
(175,181,206)
#9CA1B8
(156,161,184)
#898DA2
(137,141,162)
#76798C
(118,121,140)
#636576
(99,101,118)
#505160
(80,81,96)
#3D3D4A
(61,61,74)
#2A2934
(42,41,52)
#17151E
(23,21,30)
#000000
(0,0,0)

Tints of #D5DDFA

#D5DDFA
(213,221,250)
#D8E0FA
(216,224,250)
#DBE3FA
(219,227,250)
#DEE6FA
(222,230,250)
#E1E9FA
(225,233,250)
#E4ECFA
(228,236,250)
#E7EFFA
(231,239,250)
#EAF2FA
(234,242,250)
#EDF5FA
(237,245,250)
#F0F8FA
(240,248,250)
#F3FBFA
(243,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DDFA; }

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

This text font color is #D5DDFA.


Background Color

.myBgColor { background-color: #D5DDFA; }

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

This div background color is #D5DDFA.


Border color

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

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

This div border color is #D5DDFA.


Opacity

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

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

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

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

This text has shadow with #D5DDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DDFA on black background.


Color preview on white background

This text has color #D5DDFA on white background.



Black color preview on #D5DDFA background

This text has black color on #D5DDFA background.


White color preview on #D5DDFA background

This text has white color on #D5DDFA background.