COLOR #D6D4FA

HEX: #D6D4FA
RGB: (214,212,250)

Renk bilgisi

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

RGB renk modeli

#D6D4FA color RGB value is (214,212,250).

  • kırmız ton 214;
  • yeşil ton 212;
  • mavi ton 250.
RGB:
(214,212,250)
(84%,83%,98%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 212 of 255 = 83%
B 250 of 255 = 98%

214
212
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 212 + 250 = 676 (100%)
R 214 of 676 ~ 31.66%
G 212 of 676 ~ 31.36%
B 250 of 676 ~ 36.98%

%31.66
%31.36
%36.98

CMYK RENK MODELİ

#D6D4FA rengi CMYK tonu (14,15,0,2).

  • camgöbeği tonu 14.40%
  • eflatun tonu 15.20%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(14,15,0,2)
C14M15Y0K2 
(14%,15%,0%,2%)
(0.14/0.15/0.00/0.02)	

CMYK yüzdeleri

%14.4
%15.2
%0
%1.96

Codes

Color #D6D4FA in popluar color models

D6D4FA
RGB214212250
HSL243°79.17%90.59%
HSB/HSV243°15.20%98.04%
CMYK14.40%15.20%0.00%
1.96%

Color #D6D4FA in popluar number systems.

HEXD6D4FA
Decimal214212250
Binary110101101101010011111010
Octal326324372

Shades and tints

Shades of #D6D4FA

#D6D4FA
(214,212,250)
#C3C1E4
(195,193,228)
#B0AECE
(176,174,206)
#9D9BB8
(157,155,184)
#8A88A2
(138,136,162)
#77758C
(119,117,140)
#646276
(100,98,118)
#514F60
(81,79,96)
#3E3C4A
(62,60,74)
#2B2934
(43,41,52)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #D6D4FA

#D6D4FA
(214,212,250)
#D9D7FA
(217,215,250)
#DCDAFA
(220,218,250)
#DFDDFA
(223,221,250)
#E2E0FA
(226,224,250)
#E5E3FA
(229,227,250)
#E8E6FA
(232,230,250)
#EBE9FA
(235,233,250)
#EEECFA
(238,236,250)
#F1EFFA
(241,239,250)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D4FA color. Also use rgb(214,212,250) instead hex code.

Text Font Color

.myTextColor { color: #D6D4FA; }

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

This text font color is #D6D4FA.


Background Color

.myBgColor { background-color: #D6D4FA; }

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

This div background color is #D6D4FA.


Border color

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

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

This div border color is #D6D4FA.


Opacity

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

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

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

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

This text has shadow with #D6D4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D4FA on black background.


Color preview on white background

This text has color #D6D4FA on white background.



Black color preview on #D6D4FA background

This text has black color on #D6D4FA background.


White color preview on #D6D4FA background

This text has white color on #D6D4FA background.