COLOR #D8CCEB

HEX: #D8CCEB
RGB: (216,204,235)

Color info

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

RGB color model

#D8CCEB color RGB value is (216,204,235).

  • red value is 216;
  • green value is 204;
  • blue value is 235.
RGB:
(216,204,235)
(85%,80%,92%)

RGB channels and saturation

R 216 of 255 = 85%
G 204 of 255 = 80%
B 235 of 255 = 92%

216
204
235

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

Portions of RGB colors in percentages

R + G + B =
216 + 204 + 235 = 655 (100%)
R 216 of 655 ~ 32.98%
G 204 of 655 ~ 31.15%
B 235 of 655 ~ 35.88%

%32.98
%31.15
%35.88

CMYK color model

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

  • cyan value is 8.09%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(8,13,0,8)
C8M13Y0K8 
(8%,13%,0%,8%)
(0.08/0.13/0.00/0.08)	

CMYK percentages

%8.09
%13.19
%0
%7.84

Codes

Color #D8CCEB in popluar color models

D8CCEB
RGB216204235
HSL263°43.66%86.08%
HSB/HSV263°13.19%92.16%
CMYK8.09%13.19%0.00%
7.84%

Color #D8CCEB in popluar number systems.

HEXD8CCEB
Decimal216204235
Binary110110001100110011101011
Octal330314353

Shades and tints

Shades of #D8CCEB

#D8CCEB
(216,204,235)
#C5BAD6
(197,186,214)
#B2A8C1
(178,168,193)
#9F96AC
(159,150,172)
#8C8497
(140,132,151)
#797282
(121,114,130)
#66606D
(102,96,109)
#534E58
(83,78,88)
#403C43
(64,60,67)
#2D2A2E
(45,42,46)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #D8CCEB

#D8CCEB
(216,204,235)
#DBD0EC
(219,208,236)
#DED4ED
(222,212,237)
#E1D8EE
(225,216,238)
#E4DCEF
(228,220,239)
#E7E0F0
(231,224,240)
#EAE4F1
(234,228,241)
#EDE8F2
(237,232,242)
#F0ECF3
(240,236,243)
#F3F0F4
(243,240,244)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8CCEB color. Also use rgb(216,204,235) instead hex code.

Text Font Color

.myTextColor { color: #D8CCEB; }

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

This text font color is #D8CCEB.


Background Color

.myBgColor { background-color: #D8CCEB; }

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

This div background color is #D8CCEB.


Border color

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

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

This div border color is #D8CCEB.


Opacity

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

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

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

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

This text has shadow with #D8CCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CCEB on black background.


Color preview on white background

This text has color #D8CCEB on white background.



Black color preview on #D8CCEB background

This text has black color on #D8CCEB background.


White color preview on #D8CCEB background

This text has white color on #D8CCEB background.