HEX: #D198EE
RGB: (209,152,238)
#D198EE enthält hauptsächlich rote und blaue Farbe. Für #D198EE ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #D198EE wird in RGB als (209,152,238) definiert.
RGB: (209,152,238) (82%,60%,93%)
R 209 von 255 = 82%
G 152 von 255 = 60%
B 238 von 255 = 93%
R + G + B ~ 78%. #D198EE ziemlich helle Farbe.
R + G + B =
209 + 152 + 238 = 599 (100%)
R 209 von 599 ~ 34.89%
G 152 von 599 ~ 25.38%
B 238 von 599 ~ 39.73%
Die Farbe #D198EE wird in CMYK als (12,36,0,7) definiert.
CMYK: (12,36,0,7) C12M36Y0K7 (12%,36%,0%,7%) (0.12/0.36/0.00/0.07)
D1 | 98 | EE | |
---|---|---|---|
RGB | 209 | 152 | 238 |
HSL | 280° | 71.67% | 76.47% |
HSB/HSV | 280° | 36.13% | 93.33% |
CMYK | 12.18% | 36.13% | 0.00% |
6.67% |
Hexadezimal | D1 | 98 | EE |
Dezimal | 209 | 152 | 238 |
Binär | 11010001 | 10011000 | 11101110 |
Oktal | 321 | 230 | 356 |
Beispiele css- und html für Elemente in der Farbe #D198EE. Bitte benutzen Sie auch rgb(209,152,238) statt hex-Code.
.myTextColor { color: #D198EE; }
<p style="color:#D198EE">This sample text font color is #D198EE.</p>
Die Farbe dieses Textes ist #D198EE.
.myBgColor { background-color: #D198EE; }
<div style="background-color:#D198EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D198EE.
.myBorderColor { border: 1px solid #D198EE; }
<div style="border:3px solid #D198EE">Div</div>
Die Grenzen von diesem div sind in Farbe #D198EE.
.myOpacity80 { color: #D198EE; opacity: 0.8; }
<p style="color:#D198EE;opacity:0.8;">80%</p>
Text in Farbe #D198EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D198EE;}
<p style="text-shadow: 3px 3px 1px #D198EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #D198EE.
.textShadow {text-shadow: 3px 3px 1px #D198EE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D198EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D198EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D198EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D198EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #D198EE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D198EE; -webkit-box-shadow: 1px 1px 3px 2px #D198EE; box-shadow: 1px 1px 3px 2px #D198EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D198EE; -webkit-box-shadow: 1px 1px 3px 2px #D198EE; box-shadow:1px 1px 3px 2px #D198EE;">
Div content here</div>
Dieser Text ist in der Farbe #D198EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D198EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D198EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D198EE.