HEX: #EBC2DB
RGB: (235,194,219)
#EBC2DB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EBC2DB ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #EBC2DB wird in RGB als (235,194,219) definiert.
RGB: (235,194,219)
(92%, 76%, 86%)
R 235 von 255 = 92%
G 194 von 255 = 76%
B 219 von 255 = 86%
R + G + B ~ 85%. #EBC2DB ziemlich helle Farbe.
R + G + B = 235 + 194 + 219 = 648 (100%)
R 235 von 648 ~ 36.27%
G 194 von 648 ~ 29.94%
B 219 von 648 ~ 33.8'%
Die Farbe #EBC2DB wird in CMYK als (0,17,7,8) definiert.
CMYK: (0,17,7,8)
C0M17Y7K8 (0%, 17%, 7%, 8%)
(0.00 / 0.17 / 0.07 / 0.08)
Farbe #EBC2DB in den populären Farbmodellen.
EB | C2 | DB | |
---|---|---|---|
RGB | 235 | 194 | 219 |
HSL | 323° | 50.62% | 84.12% |
HSB/HSV | 323° | 17.45% | 92.16% |
CMYK | 0.00% | 17.45% | 6.81% |
7.84% |
Die Farbe #EBC2DB in den populären Zahlensystemen.
Hexadezimal | EB | C2 | DB |
Dezimal | 235 | 194 | 219 |
Binär | 11101011 | 11000010 | 11011011 |
Oktal | 353 | 302 | 333 |
Dunkle Töne der Farbe #EBC2DB
Helle Töne der Farbe #EBC2DB
Beispiele css- und html für Elemente in der Farbe #EBC2DB. Bitte benutzen Sie auch rgb(235,194,219) statt hex-Code.
.myTextColor { color: #EBC2DB; }
<p style="color:#EBC2DB">This sample text font color is #EBC2DB.</p>
Die Farbe dieses Textes ist #EBC2DB.
.myBgColor { background-color: #EBC2DB; }
<div style="background-color:#EBC2DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EBC2DB.
.myBorderColor { border: 1px solid #EBC2DB; }
<div style="border:3px solid #EBC2DB">Div</div>
Die Grenzen von diesem div sind in Farbe #EBC2DB.
.myOpacity80 { color: #EBC2DB; opacity: 0.8; }
<p style="color:#EBC2DB;opacity:0.8;">80%</p>
Text in Farbe #EBC2DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBC2DB;}
<p style="text-shadow: 3px 3px 1px #EBC2DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #EBC2DB.
.textShadow {text-shadow: 3px 3px 1px #EBC2DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBC2DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EBC2DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBC2DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBC2DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBC2DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBC2DB;
-webkit-box-shadow: 1px 1px 3px 2px #EBC2DB;
box-shadow: 1px 1px 3px 2px #EBC2DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBC2DB; -webkit-box-shadow: 1px 1px 3px 2px #EBC2DB; box-shadow:1px 1px 3px 2px #EBC2DB;">
Div content here
</div>
Dieser Text ist in der Farbe #EBC2DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EBC2DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EBC2DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EBC2DB.
Kontrastfarbe für #EBC2DB ist #143D24.