COLOR #EDD6EB

HEX: #EDD6EB
RGB: (237,214,235)

Renk bilgisi

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

RGB renk modeli

#EDD6EB color RGB value is (237,214,235).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 214 of 255 = 84%
B 235 of 255 = 92%

237
214
235

R + G + B ~ 90%. #EDD6EB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 214 + 235 = 686 (100%)
R 237 of 686 ~ 34.55%
G 214 of 686 ~ 31.2%
B 235 of 686 ~ 34.26%

%34.55
%31.2
%34.26

CMYK RENK MODELİ

#EDD6EB rengi CMYK tonu (0,10,1,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.70%
  • sarı tonu 0.84%
  • ana renk tonu 7.06%
CMYK:
(0,10,1,7)
C0M10Y1K7 
(0%,10%,1%,7%)
(0.00/0.10/0.01/0.07)	

CMYK yüzdeleri

%0
%9.7
%0.84
%7.06

Codes

Color #EDD6EB in popluar color models

EDD6EB
RGB237214235
HSL305°38.98%88.43%
HSB/HSV305°9.70%92.94%
CMYK0.00%9.70%0.84%
7.06%

Color #EDD6EB in popluar number systems.

HEXEDD6EB
Decimal237214235
Binary111011011101011011101011
Octal355326353

Shades and tints

Shades of #EDD6EB

#EDD6EB
(237,214,235)
#D8C3D6
(216,195,214)
#C3B0C1
(195,176,193)
#AE9DAC
(174,157,172)
#998A97
(153,138,151)
#847782
(132,119,130)
#6F646D
(111,100,109)
#5A5158
(90,81,88)
#453E43
(69,62,67)
#302B2E
(48,43,46)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #EDD6EB

#EDD6EB
(237,214,235)
#EED9EC
(238,217,236)
#EFDCED
(239,220,237)
#F0DFEE
(240,223,238)
#F1E2EF
(241,226,239)
#F2E5F0
(242,229,240)
#F3E8F1
(243,232,241)
#F4EBF2
(244,235,242)
#F5EEF3
(245,238,243)
#F6F1F4
(246,241,244)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD6EB; }

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

This text font color is #EDD6EB.


Background Color

.myBgColor { background-color: #EDD6EB; }

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

This div background color is #EDD6EB.


Border color

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

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

This div border color is #EDD6EB.


Opacity

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

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

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

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

This text has shadow with #EDD6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD6EB on black background.


Color preview on white background

This text has color #EDD6EB on white background.



Black color preview on #EDD6EB background

This text has black color on #EDD6EB background.


White color preview on #EDD6EB background

This text has white color on #EDD6EB background.