COLOR #D5C4EA

HEX: #D5C4EA RGB: (213,196,234)

Color info

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

RGB color model

#D5C4EA color RGB value is (213,196,234).

RGB: (213,196,234) (84%, 77%, 92%)

RGB channels and saturation

R 213 of 255 = 84%
G 196 of 255 = 77%
B 234 of 255 = 92%

213
196
234

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

Portions of RGB colors in percentages

R + G + B = 213 + 196 + 234 = 643 (100%)
R 213 of 643 ~ 33.13%
G 196 of 643 ~ 30.48%
B 234 of 643 ~ 36.39'%

%33.13
%30.48
%36.39

CMYK color model

#D5C4EA color CMYK value is (9,16,0,8).

  • cyan value is 8.97%
  • magenta value is 16.24%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (9,16,0,8)
C9M16Y0K8 (9%, 16%, 0%, 8%)
(0.09 / 0.16 / 0.00 / 0.08)

CMYK percentages

%8.97
%16.24
%0
%8.24

Codes

Color #D5C4EA in popluar color models

D5 C4 EA
RGB 213 196 234
HSL 267° 47.50% 84.31%
HSB/HSV 267° 16.24% 91.76%
CMYK 8.97% 16.24% 0.00%
8.24%

Color #D5C4EA in popluar number systems.

HEX D5 C4 EA
Decimal 213 196 234
Binary 11010101 11000100 11101010
Octal 325 304 352

Shades and tints

Shades of #D5C4EA

#D5C4EA
(213,196,234)
#C2B3D5
(194,179,213)
#AFA2C0
(175,162,192)
#9C91AB
(156,145,171)
#898096
(137,128,150)
#766F81
(118,111,129)
#635E6C
(99,94,108)
#504D57
(80,77,87)
#3D3C42
(61,60,66)
#2A2B2D
(42,43,45)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #D5C4EA

#D5C4EA
(213,196,234)
#D8C9EB
(216,201,235)
#DBCEEC
(219,206,236)
#DED3ED
(222,211,237)
#E1D8EE
(225,216,238)
#E4DDEF
(228,221,239)
#E7E2F0
(231,226,240)
#EAE7F1
(234,231,241)
#EDECF2
(237,236,242)
#F0F1F3
(240,241,243)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C4EA color. Also use rgb(213,196,234) instead hex code.

Text Font Color

.myTextColor { color: #D5C4EA; }

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

This text font color is #D5C4EA.

Background Color

.myBgColor { background-color: #D5C4EA; }

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

This div background color is #D5C4EA.

Border color

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

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

This div border color is #D5C4EA.

Opacity

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

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

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

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

This text has shadow with #D5C4EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C4EA.

Preview

Color preview on black background

This text has color #D5C4EA on black background.


Color preview on white background

This text has color #D5C4EA on white background.


Black color preview on #D5C4EA background

This text has black color on #D5C4EA background.


White color preview on #D5C4EA background

This text has white color on #D5C4EA background.


Related colors

Complementary color

Complementary color for #hex is #2A3B15.


I love getcolorcode.com

Triadic colors

1 #EAD5C4 and #C4EAD5 with #D5C4EA are triadic colors.

2 #EAC4D5 and #C4D5EA with #D5C4EA are triadic colors.