COLOR #EDD2E5

HEX: #EDD2E5
RGB: (237,210,229)

Renk bilgisi

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

RGB renk modeli

#EDD2E5 color RGB value is (237,210,229).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 210 of 255 = 82%
B 229 of 255 = 90%

237
210
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 210 + 229 = 676 (100%)
R 237 of 676 ~ 35.06%
G 210 of 676 ~ 31.07%
B 229 of 676 ~ 33.88%

%35.06
%31.07
%33.88

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.39%
  • 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
%11.39
%3.38
%7.06

Codes

Color #EDD2E5 in popluar color models

EDD2E5
RGB237210229
HSL318°42.86%87.65%
HSB/HSV318°11.39%92.94%
CMYK0.00%11.39%3.38%
7.06%

Color #EDD2E5 in popluar number systems.

HEXEDD2E5
Decimal237210229
Binary111011011101001011100101
Octal355322345

Shades and tints

Shades of #EDD2E5

#EDD2E5
(237,210,229)
#D8BFD1
(216,191,209)
#C3ACBD
(195,172,189)
#AE99A9
(174,153,169)
#998695
(153,134,149)
#847381
(132,115,129)
#6F606D
(111,96,109)
#5A4D59
(90,77,89)
#453A45
(69,58,69)
#302731
(48,39,49)
#1B141D
(27,20,29)
#000000
(0,0,0)

Tints of #EDD2E5

#EDD2E5
(237,210,229)
#EED6E7
(238,214,231)
#EFDAE9
(239,218,233)
#F0DEEB
(240,222,235)
#F1E2ED
(241,226,237)
#F2E6EF
(242,230,239)
#F3EAF1
(243,234,241)
#F4EEF3
(244,238,243)
#F5F2F5
(245,242,245)
#F6F6F7
(246,246,247)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD2E5; }

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

This text font color is #EDD2E5.


Background Color

.myBgColor { background-color: #EDD2E5; }

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

This div background color is #EDD2E5.


Border color

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

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

This div border color is #EDD2E5.


Opacity

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

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

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

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

This text has shadow with #EDD2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD2E5 on black background.


Color preview on white background

This text has color #EDD2E5 on white background.



Black color preview on #EDD2E5 background

This text has black color on #EDD2E5 background.


White color preview on #EDD2E5 background

This text has white color on #EDD2E5 background.