COLOR #D1CDEE

HEX: #D1CDEE
RGB: (209,205,238)

Color info

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

RGB color model

#D1CDEE color RGB value is (209,205,238).

  • red value is 209;
  • green value is 205;
  • blue value is 238.
RGB:
(209,205,238)
(82%,80%,93%)

RGB channels and saturation

R 209 of 255 = 82%
G 205 of 255 = 80%
B 238 of 255 = 93%

209
205
238

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

Portions of RGB colors in percentages

R + G + B =
209 + 205 + 238 = 652 (100%)
R 209 of 652 ~ 32.06%
G 205 of 652 ~ 31.44%
B 238 of 652 ~ 36.5%

%32.06
%31.44
%36.5

CMYK color model

#D1CDEE color CMYK value is (12,14,0,7).

  • cyan value is 12.18%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(12,14,0,7)
C12M14Y0K7 
(12%,14%,0%,7%)
(0.12/0.14/0.00/0.07)	

CMYK percentages

%12.18
%13.87
%0
%6.67

Codes

Color #D1CDEE in popluar color models

D1CDEE
RGB209205238
HSL247°49.25%86.86%
HSB/HSV247°13.87%93.33%
CMYK12.18%13.87%0.00%
6.67%

Color #D1CDEE in popluar number systems.

HEXD1CDEE
Decimal209205238
Binary110100011100110111101110
Octal321315356

Shades and tints

Shades of #D1CDEE

#D1CDEE
(209,205,238)
#BEBBD9
(190,187,217)
#ABA9C4
(171,169,196)
#9897AF
(152,151,175)
#85859A
(133,133,154)
#727385
(114,115,133)
#5F6170
(95,97,112)
#4C4F5B
(76,79,91)
#393D46
(57,61,70)
#262B31
(38,43,49)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #D1CDEE

#D1CDEE
(209,205,238)
#D5D1EF
(213,209,239)
#D9D5F0
(217,213,240)
#DDD9F1
(221,217,241)
#E1DDF2
(225,221,242)
#E5E1F3
(229,225,243)
#E9E5F4
(233,229,244)
#EDE9F5
(237,233,245)
#F1EDF6
(241,237,246)
#F5F1F7
(245,241,247)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1CDEE; }

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

This text font color is #D1CDEE.


Background Color

.myBgColor { background-color: #D1CDEE; }

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

This div background color is #D1CDEE.


Border color

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

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

This div border color is #D1CDEE.


Opacity

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

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

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

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

This text has shadow with #D1CDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1CDEE on black background.


Color preview on white background

This text has color #D1CDEE on white background.



Black color preview on #D1CDEE background

This text has black color on #D1CDEE background.


White color preview on #D1CDEE background

This text has white color on #D1CDEE background.