COLOR #EDDCEE

HEX: #EDDCEE
RGB: (237,220,238)

Renk bilgisi

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

RGB renk modeli

#EDDCEE color RGB value is (237,220,238).

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

RGB bağlantıları ve doygunluk

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

237
220
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 220 + 238 = 695 (100%)
R 237 of 695 ~ 34.1%
G 220 of 695 ~ 31.65%
B 238 of 695 ~ 34.24%

%34.1
%31.65
%34.24

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.42%
  • eflatun tonu 7.56%
  • 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.56
%0
%6.67

Codes

Color #EDDCEE in popluar color models

EDDCEE
RGB237220238
HSL297°34.62%89.80%
HSB/HSV297°7.56%93.33%
CMYK0.42%7.56%0.00%
6.67%

Color #EDDCEE in popluar number systems.

HEXEDDCEE
Decimal237220238
Binary111011011101110011101110
Octal355334356

Shades and tints

Shades of #EDDCEE

#EDDCEE
(237,220,238)
#D8C8D9
(216,200,217)
#C3B4C4
(195,180,196)
#AEA0AF
(174,160,175)
#998C9A
(153,140,154)
#847885
(132,120,133)
#6F6470
(111,100,112)
#5A505B
(90,80,91)
#453C46
(69,60,70)
#302831
(48,40,49)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #EDDCEE

#EDDCEE
(237,220,238)
#EEDFEF
(238,223,239)
#EFE2F0
(239,226,240)
#F0E5F1
(240,229,241)
#F1E8F2
(241,232,242)
#F2EBF3
(242,235,243)
#F3EEF4
(243,238,244)
#F4F1F5
(244,241,245)
#F5F4F6
(245,244,246)
#F6F7F7
(246,247,247)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDCEE; }

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

This text font color is #EDDCEE.


Background Color

.myBgColor { background-color: #EDDCEE; }

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

This div background color is #EDDCEE.


Border color

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

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

This div border color is #EDDCEE.


Opacity

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

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

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

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

This text has shadow with #EDDCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDCEE on black background.


Color preview on white background

This text has color #EDDCEE on white background.



Black color preview on #EDDCEE background

This text has black color on #EDDCEE background.


White color preview on #EDDCEE background

This text has white color on #EDDCEE background.