COLOR #D5C6DA

HEX: #D5C6DA RGB: (213,198,218)

Color info

#D5C6DA contains red, green and blue colors in about the same proportion. Web safe color of #D5C6DA is #CCCCCC (or #CCC).

RGB color model

#D5C6DA color RGB value is (213,198,218).

RGB: (213,198,218) (84%, 78%, 85%)

RGB channels and saturation

R 213 of 255 = 84%
G 198 of 255 = 78%
B 218 of 255 = 85%

213
198
218

R + G + B ~ 82%. #D5C6DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 198 + 218 = 629 (100%)
R 213 of 629 ~ 33.86%
G 198 of 629 ~ 31.48%
B 218 of 629 ~ 34.66'%

%33.86
%31.48
%34.66

CMYK color model

#D5C6DA color CMYK value is (2,9,0,15).

  • cyan value is 2.29%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (2,9,0,15)
C2M9Y0K15 (2%, 9%, 0%, 15%)
(0.02 / 0.09 / 0.00 / 0.15)

CMYK percentages

%2.29
%9.17
%0
%14.51

Codes

Color #D5C6DA in popluar color models

D5 C6 DA
RGB 213 198 218
HSL 285° 21.28% 81.57%
HSB/HSV 285° 9.17% 85.49%
CMYK 2.29% 9.17% 0.00%
14.51%

Color #D5C6DA in popluar number systems.

HEX D5 C6 DA
Decimal 213 198 218
Binary 11010101 11000110 11011010
Octal 325 306 332

Shades and tints

Shades of #D5C6DA

#D5C6DA
(213,198,218)
#C2B4C7
(194,180,199)
#AFA2B4
(175,162,180)
#9C90A1
(156,144,161)
#897E8E
(137,126,142)
#766C7B
(118,108,123)
#635A68
(99,90,104)
#504855
(80,72,85)
#3D3642
(61,54,66)
#2A242F
(42,36,47)
#17121C
(23,18,28)
#000000
(0,0,0)

Tints of #D5C6DA

#D5C6DA
(213,198,218)
#D8CBDD
(216,203,221)
#DBD0E0
(219,208,224)
#DED5E3
(222,213,227)
#E1DAE6
(225,218,230)
#E4DFE9
(228,223,233)
#E7E4EC
(231,228,236)
#EAE9EF
(234,233,239)
#EDEEF2
(237,238,242)
#F0F3F5
(240,243,245)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C6DA color. Also use rgb(213,198,218) instead hex code.

Text Font Color

.myTextColor { color: #D5C6DA; }

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

This text font color is #D5C6DA.

Background Color

.myBgColor { background-color: #D5C6DA; }

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

This div background color is #D5C6DA.

Border color

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

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

This div border color is #D5C6DA.

Opacity

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

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

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

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

This text has shadow with #D5C6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C6DA.

Preview

Color preview on black background

This text has color #D5C6DA on black background.


Color preview on white background

This text has color #D5C6DA on white background.


Black color preview on #D5C6DA background

This text has black color on #D5C6DA background.


White color preview on #D5C6DA background

This text has white color on #D5C6DA background.


Related colors

Complementary color

Complementary color for #hex is #2A3925.


I love getcolorcode.com

Triadic colors

1 #DAD5C6 and #C6DAD5 with #D5C6DA are triadic colors.

2 #DAC6D5 and #C6D5DA with #D5C6DA are triadic colors.