COLOR #D6CDEA

HEX: #D6CDEA RGB: (214,205,234)

Color info

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

RGB color model

#D6CDEA color RGB value is (214,205,234).

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

RGB channels and saturation

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

214
205
234

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

Portions of RGB colors in percentages

R + G + B = 214 + 205 + 234 = 653 (100%)
R 214 of 653 ~ 32.77%
G 205 of 653 ~ 31.39%
B 234 of 653 ~ 35.83'%

%32.77
%31.39
%35.83

CMYK color model

#D6CDEA color CMYK value is (9,12,0,8).

  • cyan value is 8.55%
  • magenta value is 12.39%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (9,12,0,8)
C9M12Y0K8 (9%, 12%, 0%, 8%)
(0.09 / 0.12 / 0.00 / 0.08)

CMYK percentages

%8.55
%12.39
%0
%8.24

Codes

Color #D6CDEA in popluar color models

D6 CD EA
RGB 214 205 234
HSL 259° 40.85% 86.08%
HSB/HSV 259° 12.39% 91.76%
CMYK 8.55% 12.39% 0.00%
8.24%

Color #D6CDEA in popluar number systems.

HEX D6 CD EA
Decimal 214 205 234
Binary 11010110 11001101 11101010
Octal 326 315 352

Shades and tints

Shades of #D6CDEA

#D6CDEA
(214,205,234)
#C3BBD5
(195,187,213)
#B0A9C0
(176,169,192)
#9D97AB
(157,151,171)
#8A8596
(138,133,150)
#777381
(119,115,129)
#64616C
(100,97,108)
#514F57
(81,79,87)
#3E3D42
(62,61,66)
#2B2B2D
(43,43,45)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #D6CDEA

#D6CDEA
(214,205,234)
#D9D1EB
(217,209,235)
#DCD5EC
(220,213,236)
#DFD9ED
(223,217,237)
#E2DDEE
(226,221,238)
#E5E1EF
(229,225,239)
#E8E5F0
(232,229,240)
#EBE9F1
(235,233,241)
#EEEDF2
(238,237,242)
#F1F1F3
(241,241,243)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CDEA; }

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

This text font color is #D6CDEA.

Background Color

.myBgColor { background-color: #D6CDEA; }

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

This div background color is #D6CDEA.

Border color

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

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

This div border color is #D6CDEA.

Opacity

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

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

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

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

This text has shadow with #D6CDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CDEA.

Preview

Color preview on black background

This text has color #D6CDEA on black background.


Color preview on white background

This text has color #D6CDEA on white background.


Black color preview on #D6CDEA background

This text has black color on #D6CDEA background.


White color preview on #D6CDEA background

This text has white color on #D6CDEA background.


Related colors

Complementary color

Complementary color for #hex is #293215.


I love getcolorcode.com

Triadic colors

1 #EAD6CD and #CDEAD6 with #D6CDEA are triadic colors.

2 #EACDD6 and #CDD6EA with #D6CDEA are triadic colors.