COLOR #D9C4ED

HEX: #D9C4ED RGB: (217,196,237)

Color info

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

RGB color model

#D9C4ED color RGB value is (217,196,237).

RGB: (217,196,237) (85%, 77%, 93%)

RGB channels and saturation

R 217 of 255 = 85%
G 196 of 255 = 77%
B 237 of 255 = 93%

217
196
237

R + G + B ~ 85%. #D9C4ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 196 + 237 = 650 (100%)
R 217 of 650 ~ 33.38%
G 196 of 650 ~ 30.15%
B 237 of 650 ~ 36.46'%

%33.38
%30.15
%36.46

CMYK color model

#D9C4ED color CMYK value is (8,17,0,7).

  • cyan value is 8.44%
  • magenta value is 17.30%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (8,17,0,7)
C8M17Y0K7 (8%, 17%, 0%, 7%)
(0.08 / 0.17 / 0.00 / 0.07)

CMYK percentages

%8.44
%17.3
%0
%7.06

Codes

Color #D9C4ED in popluar color models

D9 C4 ED
RGB 217 196 237
HSL 271° 53.25% 84.90%
HSB/HSV 271° 17.30% 92.94%
CMYK 8.44% 17.30% 0.00%
7.06%

Color #D9C4ED in popluar number systems.

HEX D9 C4 ED
Decimal 217 196 237
Binary 11011001 11000100 11101101
Octal 331 304 355

Shades and tints

Shades of #D9C4ED

#D9C4ED
(217,196,237)
#C6B3D8
(198,179,216)
#B3A2C3
(179,162,195)
#A091AE
(160,145,174)
#8D8099
(141,128,153)
#7A6F84
(122,111,132)
#675E6F
(103,94,111)
#544D5A
(84,77,90)
#413C45
(65,60,69)
#2E2B30
(46,43,48)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #D9C4ED

#D9C4ED
(217,196,237)
#DCC9EE
(220,201,238)
#DFCEEF
(223,206,239)
#E2D3F0
(226,211,240)
#E5D8F1
(229,216,241)
#E8DDF2
(232,221,242)
#EBE2F3
(235,226,243)
#EEE7F4
(238,231,244)
#F1ECF5
(241,236,245)
#F4F1F6
(244,241,246)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C4ED color. Also use rgb(217,196,237) instead hex code.

Text Font Color

.myTextColor { color: #D9C4ED; }

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

This text font color is #D9C4ED.

Background Color

.myBgColor { background-color: #D9C4ED; }

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

This div background color is #D9C4ED.

Border color

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

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

This div border color is #D9C4ED.

Opacity

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

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

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

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

This text has shadow with #D9C4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C4ED.

Preview

Color preview on black background

This text has color #D9C4ED on black background.


Color preview on white background

This text has color #D9C4ED on white background.


Black color preview on #D9C4ED background

This text has black color on #D9C4ED background.


White color preview on #D9C4ED background

This text has white color on #D9C4ED background.


Related colors

Complementary color

Complementary color for #hex is #263B12.


I love getcolorcode.com

Triadic colors

1 #EDD9C4 and #C4EDD9 with #D9C4ED are triadic colors.

2 #EDC4D9 and #C4D9ED with #D9C4ED are triadic colors.