COLOR #D6CDEE

HEX: #D6CDEE
RGB: (214,205,238)

Color info

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

RGB color model

#D6CDEE color RGB value is (214,205,238).

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

RGB channels and saturation

R 214 of 255 = 84%
G 205 of 255 = 80%
B 238 of 255 = 93%

214
205
238

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

Portions of RGB colors in percentages

R + G + B =
214 + 205 + 238 = 657 (100%)
R 214 of 657 ~ 32.57%
G 205 of 657 ~ 31.2%
B 238 of 657 ~ 36.23%

%32.57
%31.2
%36.23

CMYK color model

#D6CDEE color CMYK value is (10,14,0,7).

  • cyan value is 10.08%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(10,14,0,7)
C10M14Y0K7 
(10%,14%,0%,7%)
(0.10/0.14/0.00/0.07)	

CMYK percentages

%10.08
%13.87
%0
%6.67

Codes

Color #D6CDEE in popluar color models

D6CDEE
RGB214205238
HSL256°49.25%86.86%
HSB/HSV256°13.87%93.33%
CMYK10.08%13.87%0.00%
6.67%

Color #D6CDEE in popluar number systems.

HEXD6CDEE
Decimal214205238
Binary110101101100110111101110
Octal326315356

Shades and tints

Shades of #D6CDEE

#D6CDEE
(214,205,238)
#C3BBD9
(195,187,217)
#B0A9C4
(176,169,196)
#9D97AF
(157,151,175)
#8A859A
(138,133,154)
#777385
(119,115,133)
#646170
(100,97,112)
#514F5B
(81,79,91)
#3E3D46
(62,61,70)
#2B2B31
(43,43,49)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #D6CDEE

#D6CDEE
(214,205,238)
#D9D1EF
(217,209,239)
#DCD5F0
(220,213,240)
#DFD9F1
(223,217,241)
#E2DDF2
(226,221,242)
#E5E1F3
(229,225,243)
#E8E5F4
(232,229,244)
#EBE9F5
(235,233,245)
#EEEDF6
(238,237,246)
#F1F1F7
(241,241,247)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CDEE; }

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

This text font color is #D6CDEE.


Background Color

.myBgColor { background-color: #D6CDEE; }

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

This div background color is #D6CDEE.


Border color

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

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

This div border color is #D6CDEE.


Opacity

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

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

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

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

This text has shadow with #D6CDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CDEE on black background.


Color preview on white background

This text has color #D6CDEE on white background.



Black color preview on #D6CDEE background

This text has black color on #D6CDEE background.


White color preview on #D6CDEE background

This text has white color on #D6CDEE background.