COLOR #D4D3EB

HEX: #D4D3EB
RGB: (212,211,235)

Color info

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

RGB color model

#D4D3EB color RGB value is (212,211,235).

  • red value is 212;
  • green value is 211;
  • blue value is 235.
RGB:
(212,211,235)
(83%,83%,92%)

RGB channels and saturation

R 212 of 255 = 83%
G 211 of 255 = 83%
B 235 of 255 = 92%

212
211
235

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

Portions of RGB colors in percentages

R + G + B =
212 + 211 + 235 = 658 (100%)
R 212 of 658 ~ 32.22%
G 211 of 658 ~ 32.07%
B 235 of 658 ~ 35.71%

%32.22
%32.07
%35.71

CMYK color model

#D4D3EB color CMYK value is (10,10,0,8).

  • cyan value is 9.79%
  • magenta value is 10.21%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(10,10,0,8)
C10M10Y0K8 
(10%,10%,0%,8%)
(0.10/0.10/0.00/0.08)	

CMYK percentages

%9.79
%10.21
%0
%7.84

Codes

Color #D4D3EB in popluar color models

D4D3EB
RGB212211235
HSL243°37.50%87.45%
HSB/HSV243°10.21%92.16%
CMYK9.79%10.21%0.00%
7.84%

Color #D4D3EB in popluar number systems.

HEXD4D3EB
Decimal212211235
Binary110101001101001111101011
Octal324323353

Shades and tints

Shades of #D4D3EB

#D4D3EB
(212,211,235)
#C1C0D6
(193,192,214)
#AEADC1
(174,173,193)
#9B9AAC
(155,154,172)
#888797
(136,135,151)
#757482
(117,116,130)
#62616D
(98,97,109)
#4F4E58
(79,78,88)
#3C3B43
(60,59,67)
#29282E
(41,40,46)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #D4D3EB

#D4D3EB
(212,211,235)
#D7D7EC
(215,215,236)
#DADBED
(218,219,237)
#DDDFEE
(221,223,238)
#E0E3EF
(224,227,239)
#E3E7F0
(227,231,240)
#E6EBF1
(230,235,241)
#E9EFF2
(233,239,242)
#ECF3F3
(236,243,243)
#EFF7F4
(239,247,244)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D3EB; }

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

This text font color is #D4D3EB.


Background Color

.myBgColor { background-color: #D4D3EB; }

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

This div background color is #D4D3EB.


Border color

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

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

This div border color is #D4D3EB.


Opacity

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

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

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

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

This text has shadow with #D4D3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D3EB on black background.


Color preview on white background

This text has color #D4D3EB on white background.



Black color preview on #D4D3EB background

This text has black color on #D4D3EB background.


White color preview on #D4D3EB background

This text has white color on #D4D3EB background.