COLOR #D1C8EE

HEX: #D1C8EE RGB: (209,200,238)

Color info

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

RGB color model

#D1C8EE color RGB value is (209,200,238).

RGB: (209,200,238) (82%, 78%, 93%)

RGB channels and saturation

R 209 of 255 = 82%
G 200 of 255 = 78%
B 238 of 255 = 93%

209
200
238

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

Portions of RGB colors in percentages

R + G + B = 209 + 200 + 238 = 647 (100%)
R 209 of 647 ~ 32.3%
G 200 of 647 ~ 30.91%
B 238 of 647 ~ 36.79'%

%32.3
%30.91
%36.79

CMYK color model

#D1C8EE color CMYK value is (12,16,0,7).

  • cyan value is 12.18%
  • magenta value is 15.97%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (12,16,0,7)
C12M16Y0K7 (12%, 16%, 0%, 7%)
(0.12 / 0.16 / 0.00 / 0.07)

CMYK percentages

%12.18
%15.97
%0
%6.67

Codes

Color #D1C8EE in popluar color models

D1 C8 EE
RGB 209 200 238
HSL 254° 52.78% 85.88%
HSB/HSV 254° 15.97% 93.33%
CMYK 12.18% 15.97% 0.00%
6.67%

Color #D1C8EE in popluar number systems.

HEX D1 C8 EE
Decimal 209 200 238
Binary 11010001 11001000 11101110
Octal 321 310 356

Shades and tints

Shades of #D1C8EE

#D1C8EE
(209,200,238)
#BEB6D9
(190,182,217)
#ABA4C4
(171,164,196)
#9892AF
(152,146,175)
#85809A
(133,128,154)
#726E85
(114,110,133)
#5F5C70
(95,92,112)
#4C4A5B
(76,74,91)
#393846
(57,56,70)
#262631
(38,38,49)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #D1C8EE

#D1C8EE
(209,200,238)
#D5CDEF
(213,205,239)
#D9D2F0
(217,210,240)
#DDD7F1
(221,215,241)
#E1DCF2
(225,220,242)
#E5E1F3
(229,225,243)
#E9E6F4
(233,230,244)
#EDEBF5
(237,235,245)
#F1F0F6
(241,240,246)
#F5F5F7
(245,245,247)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C8EE color. Also use rgb(209,200,238) instead hex code.

Text Font Color

.myTextColor { color: #D1C8EE; }

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

This text font color is #D1C8EE.

Background Color

.myBgColor { background-color: #D1C8EE; }

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

This div background color is #D1C8EE.

Border color

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

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

This div border color is #D1C8EE.

Opacity

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

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

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

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

This text has shadow with #D1C8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1C8EE.

Preview

Color preview on black background

This text has color #D1C8EE on black background.


Color preview on white background

This text has color #D1C8EE on white background.


Black color preview on #D1C8EE background

This text has black color on #D1C8EE background.


White color preview on #D1C8EE background

This text has white color on #D1C8EE background.


Related colors

Complementary color

Complementary color for #hex is #2E3711.


I love getcolorcode.com

Triadic colors

1 #EED1C8 and #C8EED1 with #D1C8EE are triadic colors.

2 #EEC8D1 and #C8D1EE with #D1C8EE are triadic colors.