COLOR #D6CAE8

HEX: #D6CAE8
RGB: (214,202,232)

Color info

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

RGB color model

#D6CAE8 color RGB value is (214,202,232).

  • red value is 214;
  • green value is 202;
  • blue value is 232.
RGB: (214,202,232) (84%,79%,91%)

RGB channels and saturation

R 214 of 255 = 84%
G 202 of 255 = 79%
B 232 of 255 = 91%

214
202
232

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

Portions of RGB colors in percentages

R + G + B =
214 + 202 + 232 = 648 (100%)
R 214 of 648 ~ 33.02%
G 202 of 648 ~ 31.17%
B 232 of 648 ~ 35.8%

%33.02
%31.17
%35.8

CMYK color model

#D6CAE8 color CMYK value is (8,13,0,9).

  • cyan value is 7.76%
  • magenta value is 12.93%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK: (8,13,0,9) C8M13Y0K9 (8%,13%,0%,9%) (0.08/0.13/0.00/0.09)

CMYK percentages

%7.76
%12.93
%0
%9.02

Codes

Color #D6CAE8 in popluar color models

D6CAE8
RGB214202232
HSL264°39.47%85.10%
HSB/HSV264°12.93%90.98%
CMYK7.76%12.93%0.00%
9.02%

Color #D6CAE8 in popluar number systems.

HEXD6CAE8
Decimal214202232
Binary110101101100101011101000
Octal326312350

Shades and tints

Shades of #D6CAE8

#D6CAE8
(214,202,232)
#C3B8D3
(195,184,211)
#B0A6BE
(176,166,190)
#9D94A9
(157,148,169)
#8A8294
(138,130,148)
#77707F
(119,112,127)
#645E6A
(100,94,106)
#514C55
(81,76,85)
#3E3A40
(62,58,64)
#2B282B
(43,40,43)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #D6CAE8

#D6CAE8
(214,202,232)
#D9CEEA
(217,206,234)
#DCD2EC
(220,210,236)
#DFD6EE
(223,214,238)
#E2DAF0
(226,218,240)
#E5DEF2
(229,222,242)
#E8E2F4
(232,226,244)
#EBE6F6
(235,230,246)
#EEEAF8
(238,234,248)
#F1EEFA
(241,238,250)
#F4F2FC
(244,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CAE8 color. Also use rgb(214,202,232) instead hex code.

Text Font Color

.myTextColor { color: #D6CAE8; }

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

This text font color is #D6CAE8.


Background Color

.myBgColor { background-color: #D6CAE8; }

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

This div background color is #D6CAE8.


Border color

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

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

This div border color is #D6CAE8.


Opacity

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

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

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

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

This text has shadow with #D6CAE8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D6CAE8 on black background.


Color preview on white background

This text has color #D6CAE8 on white background.



Black color preview on #D6CAE8 background

This text has black color on #D6CAE8 background.


White color preview on #D6CAE8 background

This text has white color on #D6CAE8 background.