COLOR #D9C5E1

HEX: #D9C5E1 RGB: (217,197,225)

Renk bilgisi

#D9C5E1 contains red, green and blue colors in about the same proportion. #D9C5E1 ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#D9C5E1 color RGB value is (217,197,225).

RGB: (217,197,225) (85%, 77%, 88%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 197 of 255 = 77%
B 225 of 255 = 88%

217
197
225

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

Yüzdelerle RGB renk parçaları

R + G + B = 217 + 197 + 225 = 639 (100%)
R 217 of 639 ~ 33.96%
G 197 of 639 ~ 30.83%
B 225 of 639 ~ 35.21'%

%33.96
%30.83
%35.21

CMYK RENK MODELİ

#D9C5E1 rengi CMYK tonu (4,12,0,12).

  • camgöbeği tonu 3.56%
  • eflatun tonu 12.44%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%

CMYK: (4,12,0,12)
C4M12Y0K12 (4%, 12%, 0%, 12%)
(0.04 / 0.12 / 0.00 / 0.12)

CMYK yüzdeleri

%3.56
%12.44
%0
%11.76

Codes

Color #D9C5E1 in popluar color models

D9 C5 E1
RGB 217 197 225
HSL 283° 31.82% 82.75%
HSB/HSV 283° 12.44% 88.24%
CMYK 3.56% 12.44% 0.00%
11.76%

Color #D9C5E1 in popluar number systems.

HEX D9 C5 E1
Decimal 217 197 225
Binary 11011001 11000101 11100001
Octal 331 305 341

Shades and tints

Shades of #D9C5E1

#D9C5E1
(217,197,225)
#C6B4CD
(198,180,205)
#B3A3B9
(179,163,185)
#A092A5
(160,146,165)
#8D8191
(141,129,145)
#7A707D
(122,112,125)
#675F69
(103,95,105)
#544E55
(84,78,85)
#413D41
(65,61,65)
#2E2C2D
(46,44,45)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #D9C5E1

#D9C5E1
(217,197,225)
#DCCAE3
(220,202,227)
#DFCFE5
(223,207,229)
#E2D4E7
(226,212,231)
#E5D9E9
(229,217,233)
#E8DEEB
(232,222,235)
#EBE3ED
(235,227,237)
#EEE8EF
(238,232,239)
#F1EDF1
(241,237,241)
#F4F2F3
(244,242,243)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C5E1 color. Also use rgb(217,197,225) instead hex code.

Text Font Color

.myTextColor { color: #D9C5E1; }

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

This text font color is #D9C5E1.

Background Color

.myBgColor { background-color: #D9C5E1; }

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

This div background color is #D9C5E1.

Border color

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

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

This div border color is #D9C5E1.

Opacity

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

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

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

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

This text has shadow with #D9C5E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C5E1.

Preview

Color preview on black background

This text has color #D9C5E1 on black background.


Color preview on white background

This text has color #D9C5E1 on white background.


Black color preview on #D9C5E1 background

This text has black color on #D9C5E1 background.


White color preview on #D9C5E1 background

This text has white color on #D9C5E1 background.


Related colors

Complementary color

Complementary color for #hex is #263A1E.


I love getcolorcode.com

Triadic colors

1 #E1D9C5 and #C5E1D9 with #D9C5E1 are triadic colors.

2 #E1C5D9 and #C5D9E1 with #D9C5E1 are triadic colors.