COLOR #D4CDE8

HEX: #D4CDE8
RGB: (212,205,232)

Color info

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

RGB color model

#D4CDE8 color RGB value is (212,205,232).

  • red value is 212;
  • green value is 205;
  • blue value is 232.
RGB:
(212,205,232)
(83%,80%,91%)

RGB channels and saturation

R 212 of 255 = 83%
G 205 of 255 = 80%
B 232 of 255 = 91%

212
205
232

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

Portions of RGB colors in percentages

R + G + B =
212 + 205 + 232 = 649 (100%)
R 212 of 649 ~ 32.67%
G 205 of 649 ~ 31.59%
B 232 of 649 ~ 35.75%

%32.67
%31.59
%35.75

CMYK color model

#D4CDE8 color CMYK value is (9,12,0,9).

  • cyan value is 8.62%
  • magenta value is 11.64%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(9,12,0,9)
C9M12Y0K9 
(9%,12%,0%,9%)
(0.09/0.12/0.00/0.09)	

CMYK percentages

%8.62
%11.64
%0
%9.02

Codes

Color #D4CDE8 in popluar color models

D4CDE8
RGB212205232
HSL256°36.99%85.69%
HSB/HSV256°11.64%90.98%
CMYK8.62%11.64%0.00%
9.02%

Color #D4CDE8 in popluar number systems.

HEXD4CDE8
Decimal212205232
Binary110101001100110111101000
Octal324315350

Shades and tints

Shades of #D4CDE8

#D4CDE8
(212,205,232)
#C1BBD3
(193,187,211)
#AEA9BE
(174,169,190)
#9B97A9
(155,151,169)
#888594
(136,133,148)
#75737F
(117,115,127)
#62616A
(98,97,106)
#4F4F55
(79,79,85)
#3C3D40
(60,61,64)
#292B2B
(41,43,43)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #D4CDE8

#D4CDE8
(212,205,232)
#D7D1EA
(215,209,234)
#DAD5EC
(218,213,236)
#DDD9EE
(221,217,238)
#E0DDF0
(224,221,240)
#E3E1F2
(227,225,242)
#E6E5F4
(230,229,244)
#E9E9F6
(233,233,246)
#ECEDF8
(236,237,248)
#EFF1FA
(239,241,250)
#F2F5FC
(242,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CDE8 color. Also use rgb(212,205,232) instead hex code.

Text Font Color

.myTextColor { color: #D4CDE8; }

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

This text font color is #D4CDE8.


Background Color

.myBgColor { background-color: #D4CDE8; }

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

This div background color is #D4CDE8.


Border color

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

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

This div border color is #D4CDE8.


Opacity

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

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

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

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

This text has shadow with #D4CDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CDE8 on black background.


Color preview on white background

This text has color #D4CDE8 on white background.



Black color preview on #D4CDE8 background

This text has black color on #D4CDE8 background.


White color preview on #D4CDE8 background

This text has white color on #D4CDE8 background.