COLOR #EDE5EE

HEX: #EDE5EE
RGB: (237,229,238)

Renk bilgisi

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

RGB renk modeli

#EDE5EE color RGB value is (237,229,238).

  • kırmız ton 237;
  • yeşil ton 229;
  • mavi ton 238.
RGB:
(237,229,238)
(93%,90%,93%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 229 of 255 = 90%
B 238 of 255 = 93%

237
229
238

R + G + B ~ 92%. #EDE5EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 229 + 238 = 704 (100%)
R 237 of 704 ~ 33.66%
G 229 of 704 ~ 32.53%
B 238 of 704 ~ 33.81%

%33.66
%32.53
%33.81

CMYK RENK MODELİ

#EDE5EE rengi CMYK tonu (0,4,0,7).

  • camgöbeği tonu 0.42%
  • eflatun tonu 3.78%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(0,4,0,7)
C0M4Y0K7 
(0%,4%,0%,7%)
(0.00/0.04/0.00/0.07)	

CMYK yüzdeleri

%0.42
%3.78
%0
%6.67

Codes

Color #EDE5EE in popluar color models

EDE5EE
RGB237229238
HSL293°20.93%91.57%
HSB/HSV293°3.78%93.33%
CMYK0.42%3.78%0.00%
6.67%

Color #EDE5EE in popluar number systems.

HEXEDE5EE
Decimal237229238
Binary111011011110010111101110
Octal355345356

Shades and tints

Shades of #EDE5EE

#EDE5EE
(237,229,238)
#D8D1D9
(216,209,217)
#C3BDC4
(195,189,196)
#AEA9AF
(174,169,175)
#99959A
(153,149,154)
#848185
(132,129,133)
#6F6D70
(111,109,112)
#5A595B
(90,89,91)
#454546
(69,69,70)
#303131
(48,49,49)
#1B1D1C
(27,29,28)
#000000
(0,0,0)

Tints of #EDE5EE

#EDE5EE
(237,229,238)
#EEE7EF
(238,231,239)
#EFE9F0
(239,233,240)
#F0EBF1
(240,235,241)
#F1EDF2
(241,237,242)
#F2EFF3
(242,239,243)
#F3F1F4
(243,241,244)
#F4F3F5
(244,243,245)
#F5F5F6
(245,245,246)
#F6F7F7
(246,247,247)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE5EE color. Also use rgb(237,229,238) instead hex code.

Text Font Color

.myTextColor { color: #EDE5EE; }

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

This text font color is #EDE5EE.


Background Color

.myBgColor { background-color: #EDE5EE; }

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

This div background color is #EDE5EE.


Border color

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

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

This div border color is #EDE5EE.


Opacity

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

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

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

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

This text has shadow with #EDE5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE5EE on black background.


Color preview on white background

This text has color #EDE5EE on white background.



Black color preview on #EDE5EE background

This text has black color on #EDE5EE background.


White color preview on #EDE5EE background

This text has white color on #EDE5EE background.