COLOR #D9C2EB

HEX: #D9C2EB
RGB: (217,194,235)

Color info

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

RGB color model

#D9C2EB color RGB value is (217,194,235).

  • red value is 217;
  • green value is 194;
  • blue value is 235.
RGB:
(217,194,235)
(85%,76%,92%)

RGB channels and saturation

R 217 of 255 = 85%
G 194 of 255 = 76%
B 235 of 255 = 92%

217
194
235

R + G + B ~ 84%. #D9C2EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 194 + 235 = 646 (100%)
R 217 of 646 ~ 33.59%
G 194 of 646 ~ 30.03%
B 235 of 646 ~ 36.38%

%33.59
%30.03
%36.38

CMYK color model

#D9C2EB color CMYK value is (8,17,0,8).

  • cyan value is 7.66%
  • magenta value is 17.45%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(8,17,0,8)
C8M17Y0K8 
(8%,17%,0%,8%)
(0.08/0.17/0.00/0.08)	

CMYK percentages

%7.66
%17.45
%0
%7.84

Codes

Color #D9C2EB in popluar color models

D9C2EB
RGB217194235
HSL274°50.62%84.12%
HSB/HSV274°17.45%92.16%
CMYK7.66%17.45%0.00%
7.84%

Color #D9C2EB in popluar number systems.

HEXD9C2EB
Decimal217194235
Binary110110011100001011101011
Octal331302353

Shades and tints

Shades of #D9C2EB

#D9C2EB
(217,194,235)
#C6B1D6
(198,177,214)
#B3A0C1
(179,160,193)
#A08FAC
(160,143,172)
#8D7E97
(141,126,151)
#7A6D82
(122,109,130)
#675C6D
(103,92,109)
#544B58
(84,75,88)
#413A43
(65,58,67)
#2E292E
(46,41,46)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #D9C2EB

#D9C2EB
(217,194,235)
#DCC7EC
(220,199,236)
#DFCCED
(223,204,237)
#E2D1EE
(226,209,238)
#E5D6EF
(229,214,239)
#E8DBF0
(232,219,240)
#EBE0F1
(235,224,241)
#EEE5F2
(238,229,242)
#F1EAF3
(241,234,243)
#F4EFF4
(244,239,244)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C2EB color. Also use rgb(217,194,235) instead hex code.

Text Font Color

.myTextColor { color: #D9C2EB; }

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

This text font color is #D9C2EB.


Background Color

.myBgColor { background-color: #D9C2EB; }

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

This div background color is #D9C2EB.


Border color

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

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

This div border color is #D9C2EB.


Opacity

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

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

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

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

This text has shadow with #D9C2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C2EB on black background.


Color preview on white background

This text has color #D9C2EB on white background.



Black color preview on #D9C2EB background

This text has black color on #D9C2EB background.


White color preview on #D9C2EB background

This text has white color on #D9C2EB background.