HEX: #D5BEEB
RGB: (213,190,235)
#D5BEEB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D5BEEB ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #D5BEEB wird in RGB als (213,190,235) definiert.
RGB: (213,190,235)
(84%, 75%, 92%)
R 213 von 255 = 84%
G 190 von 255 = 75%
B 235 von 255 = 92%
R + G + B ~ 84%. #D5BEEB ziemlich helle Farbe.
R + G + B = 213 + 190 + 235 = 638 (100%)
R 213 von 638 ~ 33.39%
G 190 von 638 ~ 29.78%
B 235 von 638 ~ 36.83'%
Die Farbe #D5BEEB wird in CMYK als (9,19,0,8) definiert.
CMYK: (9,19,0,8) C9M19Y0K8 (9%,19%,0%,8%) (0.09/0.19/0.00/0.08)
Farbe #D5BEEB in den populären Farbmodellen.
D5 | BE | EB | |
---|---|---|---|
RGB | 213 | 190 | 235 |
HSL | 271° | 52.94% | 83.33% |
HSB/HSV | 271° | 19.15% | 92.16% |
CMYK | 9.36% | 19.15% | 0.00% |
7.84% |
Die Farbe #D5BEEB in den populären Zahlensystemen.
Hexadezimal | D5 | BE | EB |
Dezimal | 213 | 190 | 235 |
Binär | 11010101 | 10111110 | 11101011 |
Oktal | 325 | 276 | 353 |
Dunkle Töne der Farbe #D5BEEB
Helle Töne der Farbe #D5BEEB
Beispiele css- und html für Elemente in der Farbe #D5BEEB. Bitte benutzen Sie auch rgb(213,190,235) statt hex-Code.
.myTextColor { color: #D5BEEB; }
<p style="color:#D5BEEB">This sample text font color is #D5BEEB.</p>
Die Farbe dieses Textes ist #D5BEEB.
.myBgColor { background-color: #D5BEEB; }
<div style="background-color:#D5BEEB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D5BEEB.
.myBorderColor { border: 1px solid #D5BEEB; }
<div style="border:3px solid #D5BEEB">Div</div>
Die Grenzen von diesem div sind in Farbe #D5BEEB.
.myOpacity80 { color: #D5BEEB; opacity: 0.8; }
<p style="color:#D5BEEB;opacity:0.8;">80%</p>
Text in Farbe #D5BEEB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D5BEEB;}
<p style="text-shadow: 3px 3px 1px #D5BEEB">Text here.</p>
Dieser Text hat den Schatten in Farbe #D5BEEB.
.textShadow {text-shadow: 3px 3px 1px #D5BEEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D5BEEB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D5BEEB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5BEEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D5BEEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D5BEEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D5BEEB;
-webkit-box-shadow: 1px 1px 3px 2px #D5BEEB;
box-shadow: 1px 1px 3px 2px #D5BEEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5BEEB; -webkit-box-shadow: 1px 1px 3px 2px #D5BEEB; box-shadow:1px 1px 3px 2px #D5BEEB;">
Div content here
</div>
Dieser Text ist in der Farbe #D5BEEB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D5BEEB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D5BEEB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D5BEEB.
Kontrastfarbe für #hex ist #2A4114.