COLOR #D5D4EF

HEX: #D5D4EF RGB: (213,212,239)

Color info

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

RGB color model

#D5D4EF color RGB value is (213,212,239).

RGB: (213,212,239) (84%, 83%, 94%)

RGB channels and saturation

R 213 of 255 = 84%
G 212 of 255 = 83%
B 239 of 255 = 94%

213
212
239

R + G + B ~ 87%. #D5D4EF is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 212 + 239 = 664 (100%)
R 213 of 664 ~ 32.08%
G 212 of 664 ~ 31.93%
B 239 of 664 ~ 35.99'%

%32.08
%31.93
%35.99

CMYK color model

#D5D4EF color CMYK value is (11,11,0,6).

  • cyan value is 10.88%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (11,11,0,6)
C11M11Y0K6 (11%, 11%, 0%, 6%)
(0.11 / 0.11 / 0.00 / 0.06)

CMYK percentages

%10.88
%11.3
%0
%6.27

Codes

Color #D5D4EF in popluar color models

D5 D4 EF
RGB 213 212 239
HSL 242° 45.76% 88.43%
HSB/HSV 242° 11.30% 93.73%
CMYK 10.88% 11.30% 0.00%
6.27%

Color #D5D4EF in popluar number systems.

HEX D5 D4 EF
Decimal 213 212 239
Binary 11010101 11010100 11101111
Octal 325 324 357

Shades and tints

Shades of #D5D4EF

#D5D4EF
(213,212,239)
#C2C1DA
(194,193,218)
#AFAEC5
(175,174,197)
#9C9BB0
(156,155,176)
#89889B
(137,136,155)
#767586
(118,117,134)
#636271
(99,98,113)
#504F5C
(80,79,92)
#3D3C47
(61,60,71)
#2A2932
(42,41,50)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #D5D4EF

#D5D4EF
(213,212,239)
#D8D7F0
(216,215,240)
#DBDAF1
(219,218,241)
#DEDDF2
(222,221,242)
#E1E0F3
(225,224,243)
#E4E3F4
(228,227,244)
#E7E6F5
(231,230,245)
#EAE9F6
(234,233,246)
#EDECF7
(237,236,247)
#F0EFF8
(240,239,248)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D4EF color. Also use rgb(213,212,239) instead hex code.

Text Font Color

.myTextColor { color: #D5D4EF; }

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

This text font color is #D5D4EF.

Background Color

.myBgColor { background-color: #D5D4EF; }

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

This div background color is #D5D4EF.

Border color

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

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

This div border color is #D5D4EF.

Opacity

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

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

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

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

This text has shadow with #D5D4EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5D4EF.

Preview

Color preview on black background

This text has color #D5D4EF on black background.


Color preview on white background

This text has color #D5D4EF on white background.


Black color preview on #D5D4EF background

This text has black color on #D5D4EF background.


White color preview on #D5D4EF background

This text has white color on #D5D4EF background.


Related colors

Complementary color

Complementary color for #hex is #2A2B10.


I love getcolorcode.com

Triadic colors

1 #EFD5D4 and #D4EFD5 with #D5D4EF are triadic colors.

2 #EFD4D5 and #D4D5EF with #D5D4EF are triadic colors.