COLOR #D1C1EF

HEX: #D1C1EF
RGB: (209,193,239)

Color info

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

RGB color model

#D1C1EF color RGB value is (209,193,239).

  • red value is 209;
  • green value is 193;
  • blue value is 239.
RGB:
(209,193,239)
(82%,76%,94%)

RGB channels and saturation

R 209 of 255 = 82%
G 193 of 255 = 76%
B 239 of 255 = 94%

209
193
239

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

Portions of RGB colors in percentages

R + G + B =
209 + 193 + 239 = 641 (100%)
R 209 of 641 ~ 32.61%
G 193 of 641 ~ 30.11%
B 239 of 641 ~ 37.29%

%32.61
%30.11
%37.29

CMYK color model

#D1C1EF color CMYK value is (13,19,0,6).

  • cyan value is 12.55%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(13,19,0,6)
C13M19Y0K6 
(13%,19%,0%,6%)
(0.13/0.19/0.00/0.06)	

CMYK percentages

%12.55
%19.25
%0
%6.27

Codes

Color #D1C1EF in popluar color models

D1C1EF
RGB209193239
HSL261°58.97%84.71%
HSB/HSV261°19.25%93.73%
CMYK12.55%19.25%0.00%
6.27%

Color #D1C1EF in popluar number systems.

HEXD1C1EF
Decimal209193239
Binary110100011100000111101111
Octal321301357

Shades and tints

Shades of #D1C1EF

#D1C1EF
(209,193,239)
#BEB0DA
(190,176,218)
#AB9FC5
(171,159,197)
#988EB0
(152,142,176)
#857D9B
(133,125,155)
#726C86
(114,108,134)
#5F5B71
(95,91,113)
#4C4A5C
(76,74,92)
#393947
(57,57,71)
#262832
(38,40,50)
#13171D
(19,23,29)
#000000
(0,0,0)

Tints of #D1C1EF

#D1C1EF
(209,193,239)
#D5C6F0
(213,198,240)
#D9CBF1
(217,203,241)
#DDD0F2
(221,208,242)
#E1D5F3
(225,213,243)
#E5DAF4
(229,218,244)
#E9DFF5
(233,223,245)
#EDE4F6
(237,228,246)
#F1E9F7
(241,233,247)
#F5EEF8
(245,238,248)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C1EF color. Also use rgb(209,193,239) instead hex code.

Text Font Color

.myTextColor { color: #D1C1EF; }

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

This text font color is #D1C1EF.


Background Color

.myBgColor { background-color: #D1C1EF; }

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

This div background color is #D1C1EF.


Border color

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

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

This div border color is #D1C1EF.


Opacity

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

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

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

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

This text has shadow with #D1C1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C1EF on black background.


Color preview on white background

This text has color #D1C1EF on white background.



Black color preview on #D1C1EF background

This text has black color on #D1C1EF background.


White color preview on #D1C1EF background

This text has white color on #D1C1EF background.