COLOR #EDD3E5

HEX: #EDD3E5
RGB: (237,211,229)

Renk bilgisi

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

RGB renk modeli

#EDD3E5 color RGB value is (237,211,229).

  • kırmız ton 237;
  • yeşil ton 211;
  • mavi ton 229.
RGB:
(237,211,229)
(93%,83%,90%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 211 of 255 = 83%
B 229 of 255 = 90%

237
211
229

R + G + B ~ 89%. #EDD3E5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 211 + 229 = 677 (100%)
R 237 of 677 ~ 35.01%
G 211 of 677 ~ 31.17%
B 229 of 677 ~ 33.83%

%35.01
%31.17
%33.83

CMYK RENK MODELİ

#EDD3E5 rengi CMYK tonu (0,11,3,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.97%
  • sarı tonu 3.38%
  • ana renk tonu 7.06%
CMYK:
(0,11,3,7)
C0M11Y3K7 
(0%,11%,3%,7%)
(0.00/0.11/0.03/0.07)	

CMYK yüzdeleri

%0
%10.97
%3.38
%7.06

Codes

Color #EDD3E5 in popluar color models

EDD3E5
RGB237211229
HSL318°41.94%87.84%
HSB/HSV318°10.97%92.94%
CMYK0.00%10.97%3.38%
7.06%

Color #EDD3E5 in popluar number systems.

HEXEDD3E5
Decimal237211229
Binary111011011101001111100101
Octal355323345

Shades and tints

Shades of #EDD3E5

#EDD3E5
(237,211,229)
#D8C0D1
(216,192,209)
#C3ADBD
(195,173,189)
#AE9AA9
(174,154,169)
#998795
(153,135,149)
#847481
(132,116,129)
#6F616D
(111,97,109)
#5A4E59
(90,78,89)
#453B45
(69,59,69)
#302831
(48,40,49)
#1B151D
(27,21,29)
#000000
(0,0,0)

Tints of #EDD3E5

#EDD3E5
(237,211,229)
#EED7E7
(238,215,231)
#EFDBE9
(239,219,233)
#F0DFEB
(240,223,235)
#F1E3ED
(241,227,237)
#F2E7EF
(242,231,239)
#F3EBF1
(243,235,241)
#F4EFF3
(244,239,243)
#F5F3F5
(245,243,245)
#F6F7F7
(246,247,247)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD3E5 color. Also use rgb(237,211,229) instead hex code.

Text Font Color

.myTextColor { color: #EDD3E5; }

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

This text font color is #EDD3E5.


Background Color

.myBgColor { background-color: #EDD3E5; }

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

This div background color is #EDD3E5.


Border color

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

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

This div border color is #EDD3E5.


Opacity

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

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

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

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

This text has shadow with #EDD3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD3E5 on black background.


Color preview on white background

This text has color #EDD3E5 on white background.



Black color preview on #EDD3E5 background

This text has black color on #EDD3E5 background.


White color preview on #EDD3E5 background

This text has white color on #EDD3E5 background.