COLOR #EDD0E2

HEX: #EDD0E2
RGB: (237,208,226)

Renk bilgisi

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

RGB renk modeli

#EDD0E2 color RGB value is (237,208,226).

  • kırmız ton 237;
  • yeşil ton 208;
  • mavi ton 226.
RGB:
(237,208,226)
(93%,82%,89%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 208 of 255 = 82%
B 226 of 255 = 89%

237
208
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 208 + 226 = 671 (100%)
R 237 of 671 ~ 35.32%
G 208 of 671 ~ 31%
B 226 of 671 ~ 33.68%

%35.32
%31
%33.68

CMYK RENK MODELİ

#EDD0E2 rengi CMYK tonu (0,12,5,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.24%
  • sarı tonu 4.64%
  • ana renk tonu 7.06%
CMYK:
(0,12,5,7)
C0M12Y5K7 
(0%,12%,5%,7%)
(0.00/0.12/0.05/0.07)	

CMYK yüzdeleri

%0
%12.24
%4.64
%7.06

Codes

Color #EDD0E2 in popluar color models

EDD0E2
RGB237208226
HSL323°44.62%87.25%
HSB/HSV323°12.24%92.94%
CMYK0.00%12.24%4.64%
7.06%

Color #EDD0E2 in popluar number systems.

HEXEDD0E2
Decimal237208226
Binary111011011101000011100010
Octal355320342

Shades and tints

Shades of #EDD0E2

#EDD0E2
(237,208,226)
#D8BECE
(216,190,206)
#C3ACBA
(195,172,186)
#AE9AA6
(174,154,166)
#998892
(153,136,146)
#84767E
(132,118,126)
#6F646A
(111,100,106)
#5A5256
(90,82,86)
#454042
(69,64,66)
#302E2E
(48,46,46)
#1B1C1A
(27,28,26)
#000000
(0,0,0)

Tints of #EDD0E2

#EDD0E2
(237,208,226)
#EED4E4
(238,212,228)
#EFD8E6
(239,216,230)
#F0DCE8
(240,220,232)
#F1E0EA
(241,224,234)
#F2E4EC
(242,228,236)
#F3E8EE
(243,232,238)
#F4ECF0
(244,236,240)
#F5F0F2
(245,240,242)
#F6F4F4
(246,244,244)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD0E2 color. Also use rgb(237,208,226) instead hex code.

Text Font Color

.myTextColor { color: #EDD0E2; }

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

This text font color is #EDD0E2.


Background Color

.myBgColor { background-color: #EDD0E2; }

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

This div background color is #EDD0E2.


Border color

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

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

This div border color is #EDD0E2.


Opacity

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

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

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

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

This text has shadow with #EDD0E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD0E2 on black background.


Color preview on white background

This text has color #EDD0E2 on white background.



Black color preview on #EDD0E2 background

This text has black color on #EDD0E2 background.


White color preview on #EDD0E2 background

This text has white color on #EDD0E2 background.