COLOR #EDE0DD

HEX: #EDE0DD
RGB: (237,224,221)

Renk bilgisi

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

RGB renk modeli

#EDE0DD color RGB value is (237,224,221).

  • kırmız ton 237;
  • yeşil ton 224;
  • mavi ton 221.
RGB:
(237,224,221)
(93%,88%,87%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 224 of 255 = 88%
B 221 of 255 = 87%

237
224
221

R + G + B ~ 89%. #EDE0DD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 224 + 221 = 682 (100%)
R 237 of 682 ~ 34.75%
G 224 of 682 ~ 32.84%
B 221 of 682 ~ 32.4%

%34.75
%32.84
%32.4

CMYK RENK MODELİ

#EDE0DD rengi CMYK tonu (0,5,7,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.49%
  • sarı tonu 6.75%
  • ana renk tonu 7.06%
CMYK:
(0,5,7,7)
C0M5Y7K7 
(0%,5%,7%,7%)
(0.00/0.05/0.07/0.07)	

CMYK yüzdeleri

%0
%5.49
%6.75
%7.06

Codes

Color #EDE0DD in popluar color models

EDE0DD
RGB237224221
HSL11°30.77%89.80%
HSB/HSV11°6.75%92.94%
CMYK0.00%5.49%6.75%
7.06%

Color #EDE0DD in popluar number systems.

HEXEDE0DD
Decimal237224221
Binary111011011110000011011101
Octal355340335

Shades and tints

Shades of #EDE0DD

#EDE0DD
(237,224,221)
#D8CCC9
(216,204,201)
#C3B8B5
(195,184,181)
#AEA4A1
(174,164,161)
#99908D
(153,144,141)
#847C79
(132,124,121)
#6F6865
(111,104,101)
#5A5451
(90,84,81)
#45403D
(69,64,61)
#302C29
(48,44,41)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #EDE0DD

#EDE0DD
(237,224,221)
#EEE2E0
(238,226,224)
#EFE4E3
(239,228,227)
#F0E6E6
(240,230,230)
#F1E8E9
(241,232,233)
#F2EAEC
(242,234,236)
#F3ECEF
(243,236,239)
#F4EEF2
(244,238,242)
#F5F0F5
(245,240,245)
#F6F2F8
(246,242,248)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE0DD color. Also use rgb(237,224,221) instead hex code.

Text Font Color

.myTextColor { color: #EDE0DD; }

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

This text font color is #EDE0DD.


Background Color

.myBgColor { background-color: #EDE0DD; }

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

This div background color is #EDE0DD.


Border color

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

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

This div border color is #EDE0DD.


Opacity

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

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

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

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

This text has shadow with #EDE0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE0DD on black background.


Color preview on white background

This text has color #EDE0DD on white background.



Black color preview on #EDE0DD background

This text has black color on #EDE0DD background.


White color preview on #EDE0DD background

This text has white color on #EDE0DD background.