COLOR #D7CDDD

HEX: #D7CDDD RGB: (215,205,221)

Color info

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

RGB color model

#D7CDDD color RGB value is (215,205,221).

RGB: (215,205,221) (84%, 80%, 87%)

RGB channels and saturation

R 215 of 255 = 84%
G 205 of 255 = 80%
B 221 of 255 = 87%

215
205
221

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

Portions of RGB colors in percentages

R + G + B = 215 + 205 + 221 = 641 (100%)
R 215 of 641 ~ 33.54%
G 205 of 641 ~ 31.98%
B 221 of 641 ~ 34.48'%

%33.54
%31.98
%34.48

CMYK color model

#D7CDDD color CMYK value is (3,7,0,13).

  • cyan value is 2.71%
  • magenta value is 7.24%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (3,7,0,13)
C3M7Y0K13 (3%, 7%, 0%, 13%)
(0.03 / 0.07 / 0.00 / 0.13)

CMYK percentages

%2.71
%7.24
%0
%13.33

Codes

Color #D7CDDD in popluar color models

D7 CD DD
RGB 215 205 221
HSL 278° 19.05% 83.53%
HSB/HSV 278° 7.24% 86.67%
CMYK 2.71% 7.24% 0.00%
13.33%

Color #D7CDDD in popluar number systems.

HEX D7 CD DD
Decimal 215 205 221
Binary 11010111 11001101 11011101
Octal 327 315 335

Shades and tints

Shades of #D7CDDD

#D7CDDD
(215,205,221)
#C4BBC9
(196,187,201)
#B1A9B5
(177,169,181)
#9E97A1
(158,151,161)
#8B858D
(139,133,141)
#787379
(120,115,121)
#656165
(101,97,101)
#524F51
(82,79,81)
#3F3D3D
(63,61,61)
#2C2B29
(44,43,41)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #D7CDDD

#D7CDDD
(215,205,221)
#DAD1E0
(218,209,224)
#DDD5E3
(221,213,227)
#E0D9E6
(224,217,230)
#E3DDE9
(227,221,233)
#E6E1EC
(230,225,236)
#E9E5EF
(233,229,239)
#ECE9F2
(236,233,242)
#EFEDF5
(239,237,245)
#F2F1F8
(242,241,248)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7CDDD color. Also use rgb(215,205,221) instead hex code.

Text Font Color

.myTextColor { color: #D7CDDD; }

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

This text font color is #D7CDDD.

Background Color

.myBgColor { background-color: #D7CDDD; }

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

This div background color is #D7CDDD.

Border color

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

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

This div border color is #D7CDDD.

Opacity

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

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

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

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

This text has shadow with #D7CDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7CDDD.

Preview

Color preview on black background

This text has color #D7CDDD on black background.


Color preview on white background

This text has color #D7CDDD on white background.


Black color preview on #D7CDDD background

This text has black color on #D7CDDD background.


White color preview on #D7CDDD background

This text has white color on #D7CDDD background.


Related colors

Complementary color

Complementary color for #hex is #283222.


I love getcolorcode.com

Triadic colors

1 #DDD7CD and #CDDDD7 with #D7CDDD are triadic colors.

2 #DDCDD7 and #CDD7DD with #D7CDDD are triadic colors.