COLOR #EDDBEE

HEX: #EDDBEE
RGB: (237,219,238)

Renk bilgisi

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

RGB renk modeli

#EDDBEE color RGB value is (237,219,238).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 219 of 255 = 86%
B 238 of 255 = 93%

237
219
238

R + G + B ~ 91%. #EDDBEE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 219 + 238 = 694 (100%)
R 237 of 694 ~ 34.15%
G 219 of 694 ~ 31.56%
B 238 of 694 ~ 34.29%

%34.15
%31.56
%34.29

CMYK RENK MODELİ

#EDDBEE rengi CMYK tonu (0,8,0,7).

  • camgöbeği tonu 0.42%
  • eflatun tonu 7.98%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(0,8,0,7)
C0M8Y0K7 
(0%,8%,0%,7%)
(0.00/0.08/0.00/0.07)	

CMYK yüzdeleri

%0.42
%7.98
%0
%6.67

Codes

Color #EDDBEE in popluar color models

EDDBEE
RGB237219238
HSL297°35.85%89.61%
HSB/HSV297°7.98%93.33%
CMYK0.42%7.98%0.00%
6.67%

Color #EDDBEE in popluar number systems.

HEXEDDBEE
Decimal237219238
Binary111011011101101111101110
Octal355333356

Shades and tints

Shades of #EDDBEE

#EDDBEE
(237,219,238)
#D8C8D9
(216,200,217)
#C3B5C4
(195,181,196)
#AEA2AF
(174,162,175)
#998F9A
(153,143,154)
#847C85
(132,124,133)
#6F6970
(111,105,112)
#5A565B
(90,86,91)
#454346
(69,67,70)
#303031
(48,48,49)
#1B1D1C
(27,29,28)
#000000
(0,0,0)

Tints of #EDDBEE

#EDDBEE
(237,219,238)
#EEDEEF
(238,222,239)
#EFE1F0
(239,225,240)
#F0E4F1
(240,228,241)
#F1E7F2
(241,231,242)
#F2EAF3
(242,234,243)
#F3EDF4
(243,237,244)
#F4F0F5
(244,240,245)
#F5F3F6
(245,243,246)
#F6F6F7
(246,246,247)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDBEE; }

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

This text font color is #EDDBEE.


Background Color

.myBgColor { background-color: #EDDBEE; }

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

This div background color is #EDDBEE.


Border color

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

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

This div border color is #EDDBEE.


Opacity

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

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

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

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

This text has shadow with #EDDBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDBEE on black background.


Color preview on white background

This text has color #EDDBEE on white background.



Black color preview on #EDDBEE background

This text has black color on #EDDBEE background.


White color preview on #EDDBEE background

This text has white color on #EDDBEE background.