COLOR #D5CDDB

HEX: #D5CDDB RGB: (213,205,219)

Color info

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

RGB color model

#D5CDDB color RGB value is (213,205,219).

RGB: (213,205,219) (84%, 80%, 86%)

RGB channels and saturation

R 213 of 255 = 84%
G 205 of 255 = 80%
B 219 of 255 = 86%

213
205
219

R + G + B ~ 83%. #D5CDDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 205 + 219 = 637 (100%)
R 213 of 637 ~ 33.44%
G 205 of 637 ~ 32.18%
B 219 of 637 ~ 34.38'%

%33.44
%32.18
%34.38

CMYK color model

#D5CDDB color CMYK value is (3,6,0,14).

  • cyan value is 2.74%
  • magenta value is 6.39%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (3,6,0,14)
C3M6Y0K14 (3%, 6%, 0%, 14%)
(0.03 / 0.06 / 0.00 / 0.14)

CMYK percentages

%2.74
%6.39
%0
%14.12

Codes

Color #D5CDDB in popluar color models

D5 CD DB
RGB 213 205 219
HSL 274° 16.28% 83.14%
HSB/HSV 274° 6.39% 85.88%
CMYK 2.74% 6.39% 0.00%
14.12%

Color #D5CDDB in popluar number systems.

HEX D5 CD DB
Decimal 213 205 219
Binary 11010101 11001101 11011011
Octal 325 315 333

Shades and tints

Shades of #D5CDDB

#D5CDDB
(213,205,219)
#C2BBC8
(194,187,200)
#AFA9B5
(175,169,181)
#9C97A2
(156,151,162)
#89858F
(137,133,143)
#76737C
(118,115,124)
#636169
(99,97,105)
#504F56
(80,79,86)
#3D3D43
(61,61,67)
#2A2B30
(42,43,48)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #D5CDDB

#D5CDDB
(213,205,219)
#D8D1DE
(216,209,222)
#DBD5E1
(219,213,225)
#DED9E4
(222,217,228)
#E1DDE7
(225,221,231)
#E4E1EA
(228,225,234)
#E7E5ED
(231,229,237)
#EAE9F0
(234,233,240)
#EDEDF3
(237,237,243)
#F0F1F6
(240,241,246)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CDDB color. Also use rgb(213,205,219) instead hex code.

Text Font Color

.myTextColor { color: #D5CDDB; }

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

This text font color is #D5CDDB.

Background Color

.myBgColor { background-color: #D5CDDB; }

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

This div background color is #D5CDDB.

Border color

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

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

This div border color is #D5CDDB.

Opacity

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

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

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

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

This text has shadow with #D5CDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5CDDB.

Preview

Color preview on black background

This text has color #D5CDDB on black background.


Color preview on white background

This text has color #D5CDDB on white background.


Black color preview on #D5CDDB background

This text has black color on #D5CDDB background.


White color preview on #D5CDDB background

This text has white color on #D5CDDB background.


Related colors

Complementary color

Complementary color for #hex is #2A3224.


I love getcolorcode.com

Triadic colors

1 #DBD5CD and #CDDBD5 with #D5CDDB are triadic colors.

2 #DBCDD5 and #CDD5DB with #D5CDDB are triadic colors.