COLOR #D4D0E6

HEX: #D4D0E6 RGB: (212,208,230)

Color info

#D4D0E6 contains red, green and blue colors in about the same proportion. Web safe color of #D4D0E6 is #CCCCCC (or #CCC).

RGB color model

#D4D0E6 color RGB value is (212,208,230).

RGB: (212,208,230) (83%, 82%, 90%)

RGB channels and saturation

R 212 of 255 = 83%
G 208 of 255 = 82%
B 230 of 255 = 90%

212
208
230

R + G + B ~ 85%. #D4D0E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 208 + 230 = 650 (100%)
R 212 of 650 ~ 32.62%
G 208 of 650 ~ 32%
B 230 of 650 ~ 35.38'%

%32.62
%32
%35.38

CMYK color model

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

  • cyan value is 7.83%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (8,10,0,10) C8M10Y0K10 (8%,10%,0%,10%) (0.08/0.10/0.00/0.10) 

CMYK percentages

%7.83
%9.57
%0
%9.8

Codes

Color #D4D0E6 in popluar color models

D4 D0 E6
RGB 212 208 230
HSL 251° 30.56% 85.88%
HSB/HSV 251° 9.57% 90.20%
CMYK 7.83% 9.57% 0.00%
9.80%

Color #D4D0E6 in popluar number systems.

HEX D4 D0 E6
Decimal 212 208 230
Binary 11010100 11010000 11100110
Octal 324 320 346

Shades and tints

Shades of #D4D0E6

#D4D0E6
(212,208,230)
#C1BED2
(193,190,210)
#AEACBE
(174,172,190)
#9B9AAA
(155,154,170)
#888896
(136,136,150)
#757682
(117,118,130)
#62646E
(98,100,110)
#4F525A
(79,82,90)
#3C4046
(60,64,70)
#292E32
(41,46,50)
#161C1E
(22,28,30)
#000000
(0,0,0)

Tints of #D4D0E6

#D4D0E6
(212,208,230)
#D7D4E8
(215,212,232)
#DAD8EA
(218,216,234)
#DDDCEC
(221,220,236)
#E0E0EE
(224,224,238)
#E3E4F0
(227,228,240)
#E6E8F2
(230,232,242)
#E9ECF4
(233,236,244)
#ECF0F6
(236,240,246)
#EFF4F8
(239,244,248)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D0E6 color. Also use rgb(212,208,230) instead hex code.

Text Font Color

.myTextColor { color: #D4D0E6; }

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

This text font color is #D4D0E6.

Background Color

.myBgColor { background-color: #D4D0E6; }

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

This div background color is #D4D0E6.

Border color

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

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

This div border color is #D4D0E6.

Opacity

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

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

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

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

This text has shadow with #D4D0E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D0E6.

Preview

Color preview on black background

This text has color #D4D0E6 on black background.


Color preview on white background

This text has color #D4D0E6 on white background.


Black color preview on #D4D0E6 background

This text has black color on #D4D0E6 background.


White color preview on #D4D0E6 background

This text has white color on #D4D0E6 background.


Related colors

Complementary color

Complementary color for #hex is #2B2F19.


I love getcolorcode.com

Triadic colors

1 #E6D4D0 and #D0E6D4 with #D4D0E6 are triadic colors.

2 #E6D0D4 and #D0D4E6 with #D4D0E6 are triadic colors.