COLOR #D5C3ED

HEX: #D5C3ED RGB: (213,195,237)

Color info

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

RGB color model

#D5C3ED color RGB value is (213,195,237).

RGB: (213,195,237) (84%, 76%, 93%)

RGB channels and saturation

R 213 of 255 = 84%
G 195 of 255 = 76%
B 237 of 255 = 93%

213
195
237

R + G + B ~ 84%. #D5C3ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 195 + 237 = 645 (100%)
R 213 of 645 ~ 33.02%
G 195 of 645 ~ 30.23%
B 237 of 645 ~ 36.74'%

%33.02
%30.23
%36.74

CMYK color model

#D5C3ED color CMYK value is (10,18,0,7).

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

CMYK: (10,18,0,7)
C10M18Y0K7 (10%, 18%, 0%, 7%)
(0.10 / 0.18 / 0.00 / 0.07)

CMYK percentages

%10.13
%17.72
%0
%7.06

Codes

Color #D5C3ED in popluar color models

D5 C3 ED
RGB 213 195 237
HSL 266° 53.85% 84.71%
HSB/HSV 266° 17.72% 92.94%
CMYK 10.13% 17.72% 0.00%
7.06%

Color #D5C3ED in popluar number systems.

HEX D5 C3 ED
Decimal 213 195 237
Binary 11010101 11000011 11101101
Octal 325 303 355

Shades and tints

Shades of #D5C3ED

#D5C3ED
(213,195,237)
#C2B2D8
(194,178,216)
#AFA1C3
(175,161,195)
#9C90AE
(156,144,174)
#897F99
(137,127,153)
#766E84
(118,110,132)
#635D6F
(99,93,111)
#504C5A
(80,76,90)
#3D3B45
(61,59,69)
#2A2A30
(42,42,48)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #D5C3ED

#D5C3ED
(213,195,237)
#D8C8EE
(216,200,238)
#DBCDEF
(219,205,239)
#DED2F0
(222,210,240)
#E1D7F1
(225,215,241)
#E4DCF2
(228,220,242)
#E7E1F3
(231,225,243)
#EAE6F4
(234,230,244)
#EDEBF5
(237,235,245)
#F0F0F6
(240,240,246)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C3ED; }

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

This text font color is #D5C3ED.

Background Color

.myBgColor { background-color: #D5C3ED; }

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

This div background color is #D5C3ED.

Border color

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

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

This div border color is #D5C3ED.

Opacity

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

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

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

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

This text has shadow with #D5C3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C3ED.

Preview

Color preview on black background

This text has color #D5C3ED on black background.


Color preview on white background

This text has color #D5C3ED on white background.


Black color preview on #D5C3ED background

This text has black color on #D5C3ED background.


White color preview on #D5C3ED background

This text has white color on #D5C3ED background.


Related colors

Complementary color

Complementary color for #hex is #2A3C12.


I love getcolorcode.com

Triadic colors

1 #EDD5C3 and #C3EDD5 with #D5C3ED are triadic colors.

2 #EDC3D5 and #C3D5ED with #D5C3ED are triadic colors.