COLOR #D5D3FB

HEX: #D5D3FB RGB: (213,211,251)

Color info

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

RGB color model

#D5D3FB color RGB value is (213,211,251).

RGB: (213,211,251) (84%, 83%, 98%)

RGB channels and saturation

R 213 of 255 = 84%
G 211 of 255 = 83%
B 251 of 255 = 98%

213
211
251

R + G + B ~ 88%. #D5D3FB is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 211 + 251 = 675 (100%)
R 213 of 675 ~ 31.56%
G 211 of 675 ~ 31.26%
B 251 of 675 ~ 37.19'%

%31.56
%31.26
%37.19

CMYK color model

#D5D3FB color CMYK value is (15,16,0,2).

  • cyan value is 15.14%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (15,16,0,2)
C15M16Y0K2 (15%, 16%, 0%, 2%)
(0.15 / 0.16 / 0.00 / 0.02)

CMYK percentages

%15.14
%15.94
%0
%1.57

Codes

Color #D5D3FB in popluar color models

D5 D3 FB
RGB 213 211 251
HSL 243° 83.33% 90.59%
HSB/HSV 243° 15.94% 98.43%
CMYK 15.14% 15.94% 0.00%
1.57%

Color #D5D3FB in popluar number systems.

HEX D5 D3 FB
Decimal 213 211 251
Binary 11010101 11010011 11111011
Octal 325 323 373

Shades and tints

Shades of #D5D3FB

#D5D3FB
(213,211,251)
#C2C0E5
(194,192,229)
#AFADCF
(175,173,207)
#9C9AB9
(156,154,185)
#8987A3
(137,135,163)
#76748D
(118,116,141)
#636177
(99,97,119)
#504E61
(80,78,97)
#3D3B4B
(61,59,75)
#2A2835
(42,40,53)
#17151F
(23,21,31)
#000000
(0,0,0)

Tints of #D5D3FB

#D5D3FB
(213,211,251)
#D8D7FB
(216,215,251)
#DBDBFB
(219,219,251)
#DEDFFB
(222,223,251)
#E1E3FB
(225,227,251)
#E4E7FB
(228,231,251)
#E7EBFB
(231,235,251)
#EAEFFB
(234,239,251)
#EDF3FB
(237,243,251)
#F0F7FB
(240,247,251)
#F3FBFB
(243,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D3FB color. Also use rgb(213,211,251) instead hex code.

Text Font Color

.myTextColor { color: #D5D3FB; }

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

This text font color is #D5D3FB.

Background Color

.myBgColor { background-color: #D5D3FB; }

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

This div background color is #D5D3FB.

Border color

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

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

This div border color is #D5D3FB.

Opacity

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

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

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

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

This text has shadow with #D5D3FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5D3FB.

Preview

Color preview on black background

This text has color #D5D3FB on black background.


Color preview on white background

This text has color #D5D3FB on white background.


Black color preview on #D5D3FB background

This text has black color on #D5D3FB background.


White color preview on #D5D3FB background

This text has white color on #D5D3FB background.


Related colors

Complementary color

Complementary color for #hex is #2A2C04.


I love getcolorcode.com

Triadic colors

1 #FBD5D3 and #D3FBD5 with #D5D3FB are triadic colors.

2 #FBD3D5 and #D3D5FB with #D5D3FB are triadic colors.