COLOR #EDD8E7

HEX: #EDD8E7
RGB: (237,216,231)

Renk bilgisi

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

RGB renk modeli

#EDD8E7 color RGB value is (237,216,231).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 216 of 255 = 85%
B 231 of 255 = 91%

237
216
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 216 + 231 = 684 (100%)
R 237 of 684 ~ 34.65%
G 216 of 684 ~ 31.58%
B 231 of 684 ~ 33.77%

%34.65
%31.58
%33.77

CMYK RENK MODELİ

#EDD8E7 rengi CMYK tonu (0,9,3,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.86%
  • sarı tonu 2.53%
  • ana renk tonu 7.06%
CMYK:
(0,9,3,7)
C0M9Y3K7 
(0%,9%,3%,7%)
(0.00/0.09/0.03/0.07)	

CMYK yüzdeleri

%0
%8.86
%2.53
%7.06

Codes

Color #EDD8E7 in popluar color models

EDD8E7
RGB237216231
HSL317°36.84%88.82%
HSB/HSV317°8.86%92.94%
CMYK0.00%8.86%2.53%
7.06%

Color #EDD8E7 in popluar number systems.

HEXEDD8E7
Decimal237216231
Binary111011011101100011100111
Octal355330347

Shades and tints

Shades of #EDD8E7

#EDD8E7
(237,216,231)
#D8C5D2
(216,197,210)
#C3B2BD
(195,178,189)
#AE9FA8
(174,159,168)
#998C93
(153,140,147)
#84797E
(132,121,126)
#6F6669
(111,102,105)
#5A5354
(90,83,84)
#45403F
(69,64,63)
#302D2A
(48,45,42)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #EDD8E7

#EDD8E7
(237,216,231)
#EEDBE9
(238,219,233)
#EFDEEB
(239,222,235)
#F0E1ED
(240,225,237)
#F1E4EF
(241,228,239)
#F2E7F1
(242,231,241)
#F3EAF3
(243,234,243)
#F4EDF5
(244,237,245)
#F5F0F7
(245,240,247)
#F6F3F9
(246,243,249)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD8E7; }

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

This text font color is #EDD8E7.


Background Color

.myBgColor { background-color: #EDD8E7; }

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

This div background color is #EDD8E7.


Border color

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

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

This div border color is #EDD8E7.


Opacity

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

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

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

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

This text has shadow with #EDD8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD8E7 on black background.


Color preview on white background

This text has color #EDD8E7 on white background.



Black color preview on #EDD8E7 background

This text has black color on #EDD8E7 background.


White color preview on #EDD8E7 background

This text has white color on #EDD8E7 background.