COLOR #D4D1EB

HEX: #D4D1EB
RGB: (212,209,235)

Color info

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

RGB color model

#D4D1EB color RGB value is (212,209,235).

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

RGB channels and saturation

R 212 of 255 = 83%
G 209 of 255 = 82%
B 235 of 255 = 92%

212
209
235

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

Portions of RGB colors in percentages

R + G + B =
212 + 209 + 235 = 656 (100%)
R 212 of 656 ~ 32.32%
G 209 of 656 ~ 31.86%
B 235 of 656 ~ 35.82%

%32.32
%31.86
%35.82

CMYK color model

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

  • cyan value is 9.79%
  • magenta value is 11.06%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(10,11,0,8)
C10M11Y0K8 
(10%,11%,0%,8%)
(0.10/0.11/0.00/0.08)	

CMYK percentages

%9.79
%11.06
%0
%7.84

Codes

Color #D4D1EB in popluar color models

D4D1EB
RGB212209235
HSL247°39.39%87.06%
HSB/HSV247°11.06%92.16%
CMYK9.79%11.06%0.00%
7.84%

Color #D4D1EB in popluar number systems.

HEXD4D1EB
Decimal212209235
Binary110101001101000111101011
Octal324321353

Shades and tints

Shades of #D4D1EB

#D4D1EB
(212,209,235)
#C1BED6
(193,190,214)
#AEABC1
(174,171,193)
#9B98AC
(155,152,172)
#888597
(136,133,151)
#757282
(117,114,130)
#625F6D
(98,95,109)
#4F4C58
(79,76,88)
#3C3943
(60,57,67)
#29262E
(41,38,46)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #D4D1EB

#D4D1EB
(212,209,235)
#D7D5EC
(215,213,236)
#DAD9ED
(218,217,237)
#DDDDEE
(221,221,238)
#E0E1EF
(224,225,239)
#E3E5F0
(227,229,240)
#E6E9F1
(230,233,241)
#E9EDF2
(233,237,242)
#ECF1F3
(236,241,243)
#EFF5F4
(239,245,244)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D1EB; }

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

This text font color is #D4D1EB.


Background Color

.myBgColor { background-color: #D4D1EB; }

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

This div background color is #D4D1EB.


Border color

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

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

This div border color is #D4D1EB.


Opacity

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

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

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

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

This text has shadow with #D4D1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D1EB on black background.


Color preview on white background

This text has color #D4D1EB on white background.



Black color preview on #D4D1EB background

This text has black color on #D4D1EB background.


White color preview on #D4D1EB background

This text has white color on #D4D1EB background.