COLOR #EDC0E4

HEX: #EDC0E4
RGB: (237,192,228)

Renk bilgisi

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

RGB renk modeli

#EDC0E4 color RGB value is (237,192,228).

  • kırmız ton 237;
  • yeşil ton 192;
  • mavi ton 228.
RGB:
(237,192,228)
(93%,75%,89%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 192 of 255 = 75%
B 228 of 255 = 89%

237
192
228

R + G + B ~ 86%. #EDC0E4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 192 + 228 = 657 (100%)
R 237 of 657 ~ 36.07%
G 192 of 657 ~ 29.22%
B 228 of 657 ~ 34.7%

%36.07
%29.22
%34.7

CMYK RENK MODELİ

#EDC0E4 rengi CMYK tonu (0,19,4,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.99%
  • sarı tonu 3.80%
  • ana renk tonu 7.06%
CMYK:
(0,19,4,7)
C0M19Y4K7 
(0%,19%,4%,7%)
(0.00/0.19/0.04/0.07)	

CMYK yüzdeleri

%0
%18.99
%3.8
%7.06

Codes

Color #EDC0E4 in popluar color models

EDC0E4
RGB237192228
HSL312°55.56%84.12%
HSB/HSV312°18.99%92.94%
CMYK0.00%18.99%3.80%
7.06%

Color #EDC0E4 in popluar number systems.

HEXEDC0E4
Decimal237192228
Binary111011011100000011100100
Octal355300344

Shades and tints

Shades of #EDC0E4

#EDC0E4
(237,192,228)
#D8AFD0
(216,175,208)
#C39EBC
(195,158,188)
#AE8DA8
(174,141,168)
#997C94
(153,124,148)
#846B80
(132,107,128)
#6F5A6C
(111,90,108)
#5A4958
(90,73,88)
#453844
(69,56,68)
#302730
(48,39,48)
#1B161C
(27,22,28)
#000000
(0,0,0)

Tints of #EDC0E4

#EDC0E4
(237,192,228)
#EEC5E6
(238,197,230)
#EFCAE8
(239,202,232)
#F0CFEA
(240,207,234)
#F1D4EC
(241,212,236)
#F2D9EE
(242,217,238)
#F3DEF0
(243,222,240)
#F4E3F2
(244,227,242)
#F5E8F4
(245,232,244)
#F6EDF6
(246,237,246)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC0E4 color. Also use rgb(237,192,228) instead hex code.

Text Font Color

.myTextColor { color: #EDC0E4; }

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

This text font color is #EDC0E4.


Background Color

.myBgColor { background-color: #EDC0E4; }

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

This div background color is #EDC0E4.


Border color

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

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

This div border color is #EDC0E4.


Opacity

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

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

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

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

This text has shadow with #EDC0E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC0E4 on black background.


Color preview on white background

This text has color #EDC0E4 on white background.



Black color preview on #EDC0E4 background

This text has black color on #EDC0E4 background.


White color preview on #EDC0E4 background

This text has white color on #EDC0E4 background.