COLOR #D4C3DF

HEX: #D4C3DF RGB: (212,195,223)

Color info

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

RGB color model

#D4C3DF color RGB value is (212,195,223).

RGB: (212,195,223) (83%, 76%, 87%)

RGB channels and saturation

R 212 of 255 = 83%
G 195 of 255 = 76%
B 223 of 255 = 87%

212
195
223

R + G + B ~ 82%. #D4C3DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 195 + 223 = 630 (100%)
R 212 of 630 ~ 33.65%
G 195 of 630 ~ 30.95%
B 223 of 630 ~ 35.4'%

%33.65
%30.95
%35.4

CMYK color model

#D4C3DF color CMYK value is (5,13,0,13).

  • cyan value is 4.93%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (5,13,0,13)
C5M13Y0K13 (5%, 13%, 0%, 13%)
(0.05 / 0.13 / 0.00 / 0.13)

CMYK percentages

%4.93
%12.56
%0
%12.55

Codes

Color #D4C3DF in popluar color models

D4 C3 DF
RGB 212 195 223
HSL 276° 30.43% 81.96%
HSB/HSV 276° 12.56% 87.45%
CMYK 4.93% 12.56% 0.00%
12.55%

Color #D4C3DF in popluar number systems.

HEX D4 C3 DF
Decimal 212 195 223
Binary 11010100 11000011 11011111
Octal 324 303 337

Shades and tints

Shades of #D4C3DF

#D4C3DF
(212,195,223)
#C1B2CB
(193,178,203)
#AEA1B7
(174,161,183)
#9B90A3
(155,144,163)
#887F8F
(136,127,143)
#756E7B
(117,110,123)
#625D67
(98,93,103)
#4F4C53
(79,76,83)
#3C3B3F
(60,59,63)
#292A2B
(41,42,43)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #D4C3DF

#D4C3DF
(212,195,223)
#D7C8E1
(215,200,225)
#DACDE3
(218,205,227)
#DDD2E5
(221,210,229)
#E0D7E7
(224,215,231)
#E3DCE9
(227,220,233)
#E6E1EB
(230,225,235)
#E9E6ED
(233,230,237)
#ECEBEF
(236,235,239)
#EFF0F1
(239,240,241)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C3DF color. Also use rgb(212,195,223) instead hex code.

Text Font Color

.myTextColor { color: #D4C3DF; }

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

This text font color is #D4C3DF.

Background Color

.myBgColor { background-color: #D4C3DF; }

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

This div background color is #D4C3DF.

Border color

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

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

This div border color is #D4C3DF.

Opacity

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

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

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

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

This text has shadow with #D4C3DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4C3DF.

Preview

Color preview on black background

This text has color #D4C3DF on black background.


Color preview on white background

This text has color #D4C3DF on white background.


Black color preview on #D4C3DF background

This text has black color on #D4C3DF background.


White color preview on #D4C3DF background

This text has white color on #D4C3DF background.


Related colors

Complementary color

Complementary color for #hex is #2B3C20.


I love getcolorcode.com

Triadic colors

1 #DFD4C3 and #C3DFD4 with #D4C3DF are triadic colors.

2 #DFC3D4 and #C3D4DF with #D4C3DF are triadic colors.