COLOR #D5DFFA

HEX: #D5DFFA
RGB: (213,223,250)

Color info

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

RGB color model

#D5DFFA color RGB value is (213,223,250).

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

RGB channels and saturation

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

213
223
250

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

Portions of RGB colors in percentages

R + G + B =
213 + 223 + 250 = 686 (100%)
R 213 of 686 ~ 31.05%
G 223 of 686 ~ 32.51%
B 250 of 686 ~ 36.44%

%31.05
%32.51
%36.44

CMYK color model

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

  • cyan value is 14.80%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(15,11,0,2)
C15M11Y0K2 
(15%,11%,0%,2%)
(0.15/0.11/0.00/0.02)	

CMYK percentages

%14.8
%10.8
%0
%1.96

Codes

Color #D5DFFA in popluar color models

D5DFFA
RGB213223250
HSL224°78.72%90.78%
HSB/HSV224°14.80%98.04%
CMYK14.80%10.80%0.00%
1.96%

Color #D5DFFA in popluar number systems.

HEXD5DFFA
Decimal213223250
Binary110101011101111111111010
Octal325337372

Shades and tints

Shades of #D5DFFA

#D5DFFA
(213,223,250)
#C2CBE4
(194,203,228)
#AFB7CE
(175,183,206)
#9CA3B8
(156,163,184)
#898FA2
(137,143,162)
#767B8C
(118,123,140)
#636776
(99,103,118)
#505360
(80,83,96)
#3D3F4A
(61,63,74)
#2A2B34
(42,43,52)
#17171E
(23,23,30)
#000000
(0,0,0)

Tints of #D5DFFA

#D5DFFA
(213,223,250)
#D8E1FA
(216,225,250)
#DBE3FA
(219,227,250)
#DEE5FA
(222,229,250)
#E1E7FA
(225,231,250)
#E4E9FA
(228,233,250)
#E7EBFA
(231,235,250)
#EAEDFA
(234,237,250)
#EDEFFA
(237,239,250)
#F0F1FA
(240,241,250)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DFFA; }

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

This text font color is #D5DFFA.


Background Color

.myBgColor { background-color: #D5DFFA; }

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

This div background color is #D5DFFA.


Border color

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

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

This div border color is #D5DFFA.


Opacity

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

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

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

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

This text has shadow with #D5DFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DFFA on black background.


Color preview on white background

This text has color #D5DFFA on white background.



Black color preview on #D5DFFA background

This text has black color on #D5DFFA background.


White color preview on #D5DFFA background

This text has white color on #D5DFFA background.