COLOR #EDD5EA

HEX: #EDD5EA
RGB: (237,213,234)

Renk bilgisi

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

RGB renk modeli

#EDD5EA color RGB value is (237,213,234).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 213 of 255 = 84%
B 234 of 255 = 92%

237
213
234

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 213 + 234 = 684 (100%)
R 237 of 684 ~ 34.65%
G 213 of 684 ~ 31.14%
B 234 of 684 ~ 34.21%

%34.65
%31.14
%34.21

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.13%
  • sarı tonu 1.27%
  • 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
%10.13
%1.27
%7.06

Codes

Color #EDD5EA in popluar color models

EDD5EA
RGB237213234
HSL308°40.00%88.24%
HSB/HSV308°10.13%92.94%
CMYK0.00%10.13%1.27%
7.06%

Color #EDD5EA in popluar number systems.

HEXEDD5EA
Decimal237213234
Binary111011011101010111101010
Octal355325352

Shades and tints

Shades of #EDD5EA

#EDD5EA
(237,213,234)
#D8C2D5
(216,194,213)
#C3AFC0
(195,175,192)
#AE9CAB
(174,156,171)
#998996
(153,137,150)
#847681
(132,118,129)
#6F636C
(111,99,108)
#5A5057
(90,80,87)
#453D42
(69,61,66)
#302A2D
(48,42,45)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #EDD5EA

#EDD5EA
(237,213,234)
#EED8EB
(238,216,235)
#EFDBEC
(239,219,236)
#F0DEED
(240,222,237)
#F1E1EE
(241,225,238)
#F2E4EF
(242,228,239)
#F3E7F0
(243,231,240)
#F4EAF1
(244,234,241)
#F5EDF2
(245,237,242)
#F6F0F3
(246,240,243)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD5EA color. Also use rgb(237,213,234) instead hex code.

Text Font Color

.myTextColor { color: #EDD5EA; }

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

This text font color is #EDD5EA.


Background Color

.myBgColor { background-color: #EDD5EA; }

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

This div background color is #EDD5EA.


Border color

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

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

This div border color is #EDD5EA.


Opacity

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

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

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

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

This text has shadow with #EDD5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD5EA on black background.


Color preview on white background

This text has color #EDD5EA on white background.



Black color preview on #EDD5EA background

This text has black color on #EDD5EA background.


White color preview on #EDD5EA background

This text has white color on #EDD5EA background.