COLOR #D4CBDD

HEX: #D4CBDD RGB: (212,203,221)

Color info

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

RGB color model

#D4CBDD color RGB value is (212,203,221).

RGB: (212,203,221) (83%, 80%, 87%)

RGB channels and saturation

R 212 of 255 = 83%
G 203 of 255 = 80%
B 221 of 255 = 87%

212
203
221

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

Portions of RGB colors in percentages

R + G + B = 212 + 203 + 221 = 636 (100%)
R 212 of 636 ~ 33.33%
G 203 of 636 ~ 31.92%
B 221 of 636 ~ 34.75'%

%33.33
%31.92
%34.75

CMYK color model

#D4CBDD color CMYK value is (4,8,0,13).

  • cyan value is 4.07%
  • magenta value is 8.14%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (4,8,0,13)
C4M8Y0K13 (4%, 8%, 0%, 13%)
(0.04 / 0.08 / 0.00 / 0.13)

CMYK percentages

%4.07
%8.14
%0
%13.33

Codes

Color #D4CBDD in popluar color models

D4 CB DD
RGB 212 203 221
HSL 270° 20.93% 83.14%
HSB/HSV 270° 8.14% 86.67%
CMYK 4.07% 8.14% 0.00%
13.33%

Color #D4CBDD in popluar number systems.

HEX D4 CB DD
Decimal 212 203 221
Binary 11010100 11001011 11011101
Octal 324 313 335

Shades and tints

Shades of #D4CBDD

#D4CBDD
(212,203,221)
#C1B9C9
(193,185,201)
#AEA7B5
(174,167,181)
#9B95A1
(155,149,161)
#88838D
(136,131,141)
#757179
(117,113,121)
#625F65
(98,95,101)
#4F4D51
(79,77,81)
#3C3B3D
(60,59,61)
#292929
(41,41,41)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #D4CBDD

#D4CBDD
(212,203,221)
#D7CFE0
(215,207,224)
#DAD3E3
(218,211,227)
#DDD7E6
(221,215,230)
#E0DBE9
(224,219,233)
#E3DFEC
(227,223,236)
#E6E3EF
(230,227,239)
#E9E7F2
(233,231,242)
#ECEBF5
(236,235,245)
#EFEFF8
(239,239,248)
#F2F3FB
(242,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CBDD color. Also use rgb(212,203,221) instead hex code.

Text Font Color

.myTextColor { color: #D4CBDD; }

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

This text font color is #D4CBDD.

Background Color

.myBgColor { background-color: #D4CBDD; }

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

This div background color is #D4CBDD.

Border color

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

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

This div border color is #D4CBDD.

Opacity

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

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

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

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

This text has shadow with #D4CBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CBDD.

Preview

Color preview on black background

This text has color #D4CBDD on black background.


Color preview on white background

This text has color #D4CBDD on white background.


Black color preview on #D4CBDD background

This text has black color on #D4CBDD background.


White color preview on #D4CBDD background

This text has white color on #D4CBDD background.


Related colors

Complementary color

Complementary color for #hex is #2B3422.


I love getcolorcode.com

Triadic colors

1 #DDD4CB and #CBDDD4 with #D4CBDD are triadic colors.

2 #DDCBD4 and #CBD4DD with #D4CBDD are triadic colors.