COLOR #D9D5EF

HEX: #D9D5EF
RGB: (217,213,239)

Renk bilgisi

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

RGB renk modeli

#D9D5EF color RGB value is (217,213,239).

  • kırmız ton 217;
  • yeşil ton 213;
  • mavi ton 239.
RGB:
(217,213,239)
(85%,84%,94%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 213 of 255 = 84%
B 239 of 255 = 94%

217
213
239

R + G + B ~ 88%. #D9D5EF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 213 + 239 = 669 (100%)
R 217 of 669 ~ 32.44%
G 213 of 669 ~ 31.84%
B 239 of 669 ~ 35.72%

%32.44
%31.84
%35.72

CMYK RENK MODELİ

#D9D5EF rengi CMYK tonu (9,11,0,6).

  • camgöbeği tonu 9.21%
  • eflatun tonu 10.88%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(9,11,0,6)
C9M11Y0K6 
(9%,11%,0%,6%)
(0.09/0.11/0.00/0.06)	

CMYK yüzdeleri

%9.21
%10.88
%0
%6.27

Codes

Color #D9D5EF in popluar color models

D9D5EF
RGB217213239
HSL249°44.83%88.63%
HSB/HSV249°10.88%93.73%
CMYK9.21%10.88%0.00%
6.27%

Color #D9D5EF in popluar number systems.

HEXD9D5EF
Decimal217213239
Binary110110011101010111101111
Octal331325357

Shades and tints

Shades of #D9D5EF

#D9D5EF
(217,213,239)
#C6C2DA
(198,194,218)
#B3AFC5
(179,175,197)
#A09CB0
(160,156,176)
#8D899B
(141,137,155)
#7A7686
(122,118,134)
#676371
(103,99,113)
#54505C
(84,80,92)
#413D47
(65,61,71)
#2E2A32
(46,42,50)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #D9D5EF

#D9D5EF
(217,213,239)
#DCD8F0
(220,216,240)
#DFDBF1
(223,219,241)
#E2DEF2
(226,222,242)
#E5E1F3
(229,225,243)
#E8E4F4
(232,228,244)
#EBE7F5
(235,231,245)
#EEEAF6
(238,234,246)
#F1EDF7
(241,237,247)
#F4F0F8
(244,240,248)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D5EF color. Also use rgb(217,213,239) instead hex code.

Text Font Color

.myTextColor { color: #D9D5EF; }

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

This text font color is #D9D5EF.


Background Color

.myBgColor { background-color: #D9D5EF; }

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

This div background color is #D9D5EF.


Border color

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

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

This div border color is #D9D5EF.


Opacity

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

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

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

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

This text has shadow with #D9D5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D5EF on black background.


Color preview on white background

This text has color #D9D5EF on white background.



Black color preview on #D9D5EF background

This text has black color on #D9D5EF background.


White color preview on #D9D5EF background

This text has white color on #D9D5EF background.