COLOR #D898EE

HEX: #D898EE
RGB: (216,152,238)

Color info

#D898EE contains mainly red and blue colors. Web safe color of #D898EE is #CC99FF (or #C9F).

RGB color model

#D898EE color RGB value is (216,152,238).

  • red value is 216;
  • green value is 152;
  • blue value is 238.
RGB:
(216,152,238)
(85%,60%,93%)

RGB channels and saturation

R 216 of 255 = 85%
G 152 of 255 = 60%
B 238 of 255 = 93%

216
152
238

R + G + B ~ 79%. #D898EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 152 + 238 = 606 (100%)
R 216 of 606 ~ 35.64%
G 152 of 606 ~ 25.08%
B 238 of 606 ~ 39.27%

%35.64
%25.08
%39.27

CMYK color model

#D898EE color CMYK value is (9,36,0,7).

  • cyan value is 9.24%
  • magenta value is 36.13%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(9,36,0,7)
C9M36Y0K7 
(9%,36%,0%,7%)
(0.09/0.36/0.00/0.07)	

CMYK percentages

%9.24
%36.13
%0
%6.67

Codes

Color #D898EE in popluar color models

D898EE
RGB216152238
HSL285°71.67%76.47%
HSB/HSV285°36.13%93.33%
CMYK9.24%36.13%0.00%
6.67%

Color #D898EE in popluar number systems.

HEXD898EE
Decimal216152238
Binary110110001001100011101110
Octal330230356

Shades and tints

Shades of #D898EE

#D898EE
(216,152,238)
#C58BD9
(197,139,217)
#B27EC4
(178,126,196)
#9F71AF
(159,113,175)
#8C649A
(140,100,154)
#795785
(121,87,133)
#664A70
(102,74,112)
#533D5B
(83,61,91)
#403046
(64,48,70)
#2D2331
(45,35,49)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #D898EE

#D898EE
(216,152,238)
#DBA1EF
(219,161,239)
#DEAAF0
(222,170,240)
#E1B3F1
(225,179,241)
#E4BCF2
(228,188,242)
#E7C5F3
(231,197,243)
#EACEF4
(234,206,244)
#EDD7F5
(237,215,245)
#F0E0F6
(240,224,246)
#F3E9F7
(243,233,247)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D898EE color. Also use rgb(216,152,238) instead hex code.

Text Font Color

.myTextColor { color: #D898EE; }

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

This text font color is #D898EE.


Background Color

.myBgColor { background-color: #D898EE; }

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

This div background color is #D898EE.


Border color

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

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

This div border color is #D898EE.


Opacity

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

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

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

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

This text has shadow with #D898EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D898EE on black background.


Color preview on white background

This text has color #D898EE on white background.



Black color preview on #D898EE background

This text has black color on #D898EE background.


White color preview on #D898EE background

This text has white color on #D898EE background.