COLOR #D6CEE4

HEX: #D6CEE4
RGB: (214,206,228)

Color info

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

RGB color model

#D6CEE4 color RGB value is (214,206,228).

  • red value is 214;
  • green value is 206;
  • blue value is 228.
RGB:
(214,206,228)
(84%,81%,89%)

RGB channels and saturation

R 214 of 255 = 84%
G 206 of 255 = 81%
B 228 of 255 = 89%

214
206
228

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

Portions of RGB colors in percentages

R + G + B =
214 + 206 + 228 = 648 (100%)
R 214 of 648 ~ 33.02%
G 206 of 648 ~ 31.79%
B 228 of 648 ~ 35.19%

%33.02
%31.79
%35.19

CMYK color model

#D6CEE4 color CMYK value is (6,10,0,11).

  • cyan value is 6.14%
  • magenta value is 9.65%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(6,10,0,11)
C6M10Y0K11 
(6%,10%,0%,11%)
(0.06/0.10/0.00/0.11)	

CMYK percentages

%6.14
%9.65
%0
%10.59

Codes

Color #D6CEE4 in popluar color models

D6CEE4
RGB214206228
HSL262°28.95%85.10%
HSB/HSV262°9.65%89.41%
CMYK6.14%9.65%0.00%
10.59%

Color #D6CEE4 in popluar number systems.

HEXD6CEE4
Decimal214206228
Binary110101101100111011100100
Octal326316344

Shades and tints

Shades of #D6CEE4

#D6CEE4
(214,206,228)
#C3BCD0
(195,188,208)
#B0AABC
(176,170,188)
#9D98A8
(157,152,168)
#8A8694
(138,134,148)
#777480
(119,116,128)
#64626C
(100,98,108)
#515058
(81,80,88)
#3E3E44
(62,62,68)
#2B2C30
(43,44,48)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #D6CEE4

#D6CEE4
(214,206,228)
#D9D2E6
(217,210,230)
#DCD6E8
(220,214,232)
#DFDAEA
(223,218,234)
#E2DEEC
(226,222,236)
#E5E2EE
(229,226,238)
#E8E6F0
(232,230,240)
#EBEAF2
(235,234,242)
#EEEEF4
(238,238,244)
#F1F2F6
(241,242,246)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CEE4 color. Also use rgb(214,206,228) instead hex code.

Text Font Color

.myTextColor { color: #D6CEE4; }

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

This text font color is #D6CEE4.


Background Color

.myBgColor { background-color: #D6CEE4; }

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

This div background color is #D6CEE4.


Border color

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

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

This div border color is #D6CEE4.


Opacity

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

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

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

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

This text has shadow with #D6CEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CEE4 on black background.


Color preview on white background

This text has color #D6CEE4 on white background.



Black color preview on #D6CEE4 background

This text has black color on #D6CEE4 background.


White color preview on #D6CEE4 background

This text has white color on #D6CEE4 background.