COLOR #EDD6FB

HEX: #EDD6FB
RGB: (237,214,251)

Renk bilgisi

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

RGB renk modeli

#EDD6FB color RGB value is (237,214,251).

  • kırmız ton 237;
  • yeşil ton 214;
  • mavi ton 251.
RGB:
(237,214,251)
(93%,84%,98%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 214 of 255 = 84%
B 251 of 255 = 98%

237
214
251

R + G + B ~ 92%. #EDD6FB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 214 + 251 = 702 (100%)
R 237 of 702 ~ 33.76%
G 214 of 702 ~ 30.48%
B 251 of 702 ~ 35.75%

%33.76
%30.48
%35.75

CMYK RENK MODELİ

#EDD6FB rengi CMYK tonu (6,15,0,2).

  • camgöbeği tonu 5.58%
  • eflatun tonu 14.74%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(6,15,0,2)
C6M15Y0K2 
(6%,15%,0%,2%)
(0.06/0.15/0.00/0.02)	

CMYK yüzdeleri

%5.58
%14.74
%0
%1.57

Codes

Color #EDD6FB in popluar color models

EDD6FB
RGB237214251
HSL277°82.22%91.18%
HSB/HSV277°14.74%98.43%
CMYK5.58%14.74%0.00%
1.57%

Color #EDD6FB in popluar number systems.

HEXEDD6FB
Decimal237214251
Binary111011011101011011111011
Octal355326373

Shades and tints

Shades of #EDD6FB

#EDD6FB
(237,214,251)
#D8C3E5
(216,195,229)
#C3B0CF
(195,176,207)
#AE9DB9
(174,157,185)
#998AA3
(153,138,163)
#84778D
(132,119,141)
#6F6477
(111,100,119)
#5A5161
(90,81,97)
#453E4B
(69,62,75)
#302B35
(48,43,53)
#1B181F
(27,24,31)
#000000
(0,0,0)

Tints of #EDD6FB

#EDD6FB
(237,214,251)
#EED9FB
(238,217,251)
#EFDCFB
(239,220,251)
#F0DFFB
(240,223,251)
#F1E2FB
(241,226,251)
#F2E5FB
(242,229,251)
#F3E8FB
(243,232,251)
#F4EBFB
(244,235,251)
#F5EEFB
(245,238,251)
#F6F1FB
(246,241,251)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD6FB color. Also use rgb(237,214,251) instead hex code.

Text Font Color

.myTextColor { color: #EDD6FB; }

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

This text font color is #EDD6FB.


Background Color

.myBgColor { background-color: #EDD6FB; }

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

This div background color is #EDD6FB.


Border color

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

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

This div border color is #EDD6FB.


Opacity

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

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

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

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

This text has shadow with #EDD6FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD6FB on black background.


Color preview on white background

This text has color #EDD6FB on white background.



Black color preview on #EDD6FB background

This text has black color on #EDD6FB background.


White color preview on #EDD6FB background

This text has white color on #EDD6FB background.