COLOR #D5C6ED

HEX: #D5C6ED RGB: (213,198,237)

Color info

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

RGB color model

#D5C6ED color RGB value is (213,198,237).

RGB: (213,198,237) (84%, 78%, 93%)

RGB channels and saturation

R 213 of 255 = 84%
G 198 of 255 = 78%
B 237 of 255 = 93%

213
198
237

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

Portions of RGB colors in percentages

R + G + B = 213 + 198 + 237 = 648 (100%)
R 213 of 648 ~ 32.87%
G 198 of 648 ~ 30.56%
B 237 of 648 ~ 36.57'%

%32.87
%30.56
%36.57

CMYK color model

#D5C6ED color CMYK value is (10,16,0,7).

  • cyan value is 10.13%
  • magenta value is 16.46%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (10,16,0,7)
C10M16Y0K7 (10%, 16%, 0%, 7%)
(0.10 / 0.16 / 0.00 / 0.07)

CMYK percentages

%10.13
%16.46
%0
%7.06

Codes

Color #D5C6ED in popluar color models

D5 C6 ED
RGB 213 198 237
HSL 263° 52.00% 85.29%
HSB/HSV 263° 16.46% 92.94%
CMYK 10.13% 16.46% 0.00%
7.06%

Color #D5C6ED in popluar number systems.

HEX D5 C6 ED
Decimal 213 198 237
Binary 11010101 11000110 11101101
Octal 325 306 355

Shades and tints

Shades of #D5C6ED

#D5C6ED
(213,198,237)
#C2B4D8
(194,180,216)
#AFA2C3
(175,162,195)
#9C90AE
(156,144,174)
#897E99
(137,126,153)
#766C84
(118,108,132)
#635A6F
(99,90,111)
#50485A
(80,72,90)
#3D3645
(61,54,69)
#2A2430
(42,36,48)
#17121B
(23,18,27)
#000000
(0,0,0)

Tints of #D5C6ED

#D5C6ED
(213,198,237)
#D8CBEE
(216,203,238)
#DBD0EF
(219,208,239)
#DED5F0
(222,213,240)
#E1DAF1
(225,218,241)
#E4DFF2
(228,223,242)
#E7E4F3
(231,228,243)
#EAE9F4
(234,233,244)
#EDEEF5
(237,238,245)
#F0F3F6
(240,243,246)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C6ED; }

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

This text font color is #D5C6ED.

Background Color

.myBgColor { background-color: #D5C6ED; }

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

This div background color is #D5C6ED.

Border color

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

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

This div border color is #D5C6ED.

Opacity

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

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

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

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

This text has shadow with #D5C6ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C6ED.

Preview

Color preview on black background

This text has color #D5C6ED on black background.


Color preview on white background

This text has color #D5C6ED on white background.


Black color preview on #D5C6ED background

This text has black color on #D5C6ED background.


White color preview on #D5C6ED background

This text has white color on #D5C6ED background.


Related colors

Complementary color

Complementary color for #hex is #2A3912.


I love getcolorcode.com

Triadic colors

1 #EDD5C6 and #C6EDD5 with #D5C6ED are triadic colors.

2 #EDC6D5 and #C6D5ED with #D5C6ED are triadic colors.