COLOR #D6CDEB

HEX: #D6CDEB RGB: (214,205,235)

Color info

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

RGB color model

#D6CDEB color RGB value is (214,205,235).

RGB: (214,205,235) (84%, 80%, 92%)

RGB channels and saturation

R 214 of 255 = 84%
G 205 of 255 = 80%
B 235 of 255 = 92%

214
205
235

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

Portions of RGB colors in percentages

R + G + B = 214 + 205 + 235 = 654 (100%)
R 214 of 654 ~ 32.72%
G 205 of 654 ~ 31.35%
B 235 of 654 ~ 35.93'%

%32.72
%31.35
%35.93

CMYK color model

#D6CDEB color CMYK value is (9,13,0,8).

  • cyan value is 8.94%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (9,13,0,8) C9M13Y0K8 (9%,13%,0%,8%) (0.09/0.13/0.00/0.08) 

CMYK percentages

%8.94
%12.77
%0
%7.84

Codes

Color #D6CDEB in popluar color models

D6 CD EB
RGB 214 205 235
HSL 258° 42.86% 86.27%
HSB/HSV 258° 12.77% 92.16%
CMYK 8.94% 12.77% 0.00%
7.84%

Color #D6CDEB in popluar number systems.

HEX D6 CD EB
Decimal 214 205 235
Binary 11010110 11001101 11101011
Octal 326 315 353

Shades and tints

Shades of #D6CDEB

#D6CDEB
(214,205,235)
#C3BBD6
(195,187,214)
#B0A9C1
(176,169,193)
#9D97AC
(157,151,172)
#8A8597
(138,133,151)
#777382
(119,115,130)
#64616D
(100,97,109)
#514F58
(81,79,88)
#3E3D43
(62,61,67)
#2B2B2E
(43,43,46)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #D6CDEB

#D6CDEB
(214,205,235)
#D9D1EC
(217,209,236)
#DCD5ED
(220,213,237)
#DFD9EE
(223,217,238)
#E2DDEF
(226,221,239)
#E5E1F0
(229,225,240)
#E8E5F1
(232,229,241)
#EBE9F2
(235,233,242)
#EEEDF3
(238,237,243)
#F1F1F4
(241,241,244)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CDEB; }

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

This text font color is #D6CDEB.

Background Color

.myBgColor { background-color: #D6CDEB; }

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

This div background color is #D6CDEB.

Border color

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

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

This div border color is #D6CDEB.

Opacity

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

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

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

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

This text has shadow with #D6CDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CDEB.

Preview

Color preview on black background

This text has color #D6CDEB on black background.


Color preview on white background

This text has color #D6CDEB on white background.


Black color preview on #D6CDEB background

This text has black color on #D6CDEB background.


White color preview on #D6CDEB background

This text has white color on #D6CDEB background.


Related colors

Complementary color

Complementary color for #hex is #293214.


I love getcolorcode.com

Triadic colors

1 #EBD6CD and #CDEBD6 with #D6CDEB are triadic colors.

2 #EBCDD6 and #CDD6EB with #D6CDEB are triadic colors.