COLOR #D4D3EC

HEX: #D4D3EC RGB: (212,211,236)

Color info

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

RGB color model

#D4D3EC color RGB value is (212,211,236).

RGB: (212,211,236) (83%, 83%, 93%)

RGB channels and saturation

R 212 of 255 = 83%
G 211 of 255 = 83%
B 236 of 255 = 93%

212
211
236

R + G + B ~ 86%. #D4D3EC is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 211 + 236 = 659 (100%)
R 212 of 659 ~ 32.17%
G 211 of 659 ~ 32.02%
B 236 of 659 ~ 35.81'%

%32.17
%32.02
%35.81

CMYK color model

#D4D3EC color CMYK value is (10,11,0,7).

  • cyan value is 10.17%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (10,11,0,7)
C10M11Y0K7 (10%, 11%, 0%, 7%)
(0.10 / 0.11 / 0.00 / 0.07)

CMYK percentages

%10.17
%10.59
%0
%7.45

Codes

Color #D4D3EC in popluar color models

D4 D3 EC
RGB 212 211 236
HSL 242° 39.68% 87.65%
HSB/HSV 242° 10.59% 92.55%
CMYK 10.17% 10.59% 0.00%
7.45%

Color #D4D3EC in popluar number systems.

HEX D4 D3 EC
Decimal 212 211 236
Binary 11010100 11010011 11101100
Octal 324 323 354

Shades and tints

Shades of #D4D3EC

#D4D3EC
(212,211,236)
#C1C0D7
(193,192,215)
#AEADC2
(174,173,194)
#9B9AAD
(155,154,173)
#888798
(136,135,152)
#757483
(117,116,131)
#62616E
(98,97,110)
#4F4E59
(79,78,89)
#3C3B44
(60,59,68)
#29282F
(41,40,47)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #D4D3EC

#D4D3EC
(212,211,236)
#D7D7ED
(215,215,237)
#DADBEE
(218,219,238)
#DDDFEF
(221,223,239)
#E0E3F0
(224,227,240)
#E3E7F1
(227,231,241)
#E6EBF2
(230,235,242)
#E9EFF3
(233,239,243)
#ECF3F4
(236,243,244)
#EFF7F5
(239,247,245)
#F2FBF6
(242,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D3EC color. Also use rgb(212,211,236) instead hex code.

Text Font Color

.myTextColor { color: #D4D3EC; }

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

This text font color is #D4D3EC.

Background Color

.myBgColor { background-color: #D4D3EC; }

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

This div background color is #D4D3EC.

Border color

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

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

This div border color is #D4D3EC.

Opacity

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

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

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

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

This text has shadow with #D4D3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D3EC.

Preview

Color preview on black background

This text has color #D4D3EC on black background.


Color preview on white background

This text has color #D4D3EC on white background.


Black color preview on #D4D3EC background

This text has black color on #D4D3EC background.


White color preview on #D4D3EC background

This text has white color on #D4D3EC background.


Related colors

Complementary color

Complementary color for #hex is #2B2C13.


I love getcolorcode.com

Triadic colors

1 #ECD4D3 and #D3ECD4 with #D4D3EC are triadic colors.

2 #ECD3D4 and #D3D4EC with #D4D3EC are triadic colors.