COLOR #EDD8EA

HEX: #EDD8EA
RGB: (237,216,234)

Renk bilgisi

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

RGB renk modeli

#EDD8EA color RGB value is (237,216,234).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 216 of 255 = 85%
B 234 of 255 = 92%

237
216
234

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 216 + 234 = 687 (100%)
R 237 of 687 ~ 34.5%
G 216 of 687 ~ 31.44%
B 234 of 687 ~ 34.06%

%34.5
%31.44
%34.06

CMYK RENK MODELİ

#EDD8EA rengi CMYK tonu (0,9,1,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.86%
  • sarı tonu 1.27%
  • ana renk tonu 7.06%
CMYK:
(0,9,1,7)
C0M9Y1K7 
(0%,9%,1%,7%)
(0.00/0.09/0.01/0.07)	

CMYK yüzdeleri

%0
%8.86
%1.27
%7.06

Codes

Color #EDD8EA in popluar color models

EDD8EA
RGB237216234
HSL309°36.84%88.82%
HSB/HSV309°8.86%92.94%
CMYK0.00%8.86%1.27%
7.06%

Color #EDD8EA in popluar number systems.

HEXEDD8EA
Decimal237216234
Binary111011011101100011101010
Octal355330352

Shades and tints

Shades of #EDD8EA

#EDD8EA
(237,216,234)
#D8C5D5
(216,197,213)
#C3B2C0
(195,178,192)
#AE9FAB
(174,159,171)
#998C96
(153,140,150)
#847981
(132,121,129)
#6F666C
(111,102,108)
#5A5357
(90,83,87)
#454042
(69,64,66)
#302D2D
(48,45,45)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #EDD8EA

#EDD8EA
(237,216,234)
#EEDBEB
(238,219,235)
#EFDEEC
(239,222,236)
#F0E1ED
(240,225,237)
#F1E4EE
(241,228,238)
#F2E7EF
(242,231,239)
#F3EAF0
(243,234,240)
#F4EDF1
(244,237,241)
#F5F0F2
(245,240,242)
#F6F3F3
(246,243,243)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD8EA; }

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

This text font color is #EDD8EA.


Background Color

.myBgColor { background-color: #EDD8EA; }

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

This div background color is #EDD8EA.


Border color

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

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

This div border color is #EDD8EA.


Opacity

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

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

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

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

This text has shadow with #EDD8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD8EA on black background.


Color preview on white background

This text has color #EDD8EA on white background.



Black color preview on #EDD8EA background

This text has black color on #EDD8EA background.


White color preview on #EDD8EA background

This text has white color on #EDD8EA background.