COLOR #DD8EEB

HEX: #DD8EEB
RGB: (221,142,235)

Color info

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

RGB color model

#DD8EEB color RGB value is (221,142,235).

  • red value is 221;
  • green value is 142;
  • blue value is 235.
RGB:
(221,142,235)
(87%,56%,92%)

RGB channels and saturation

R 221 of 255 = 87%
G 142 of 255 = 56%
B 235 of 255 = 92%

221
142
235

R + G + B ~ 78%. #DD8EEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 142 + 235 = 598 (100%)
R 221 of 598 ~ 36.96%
G 142 of 598 ~ 23.75%
B 235 of 598 ~ 39.3%

%36.96
%23.75
%39.3

CMYK color model

#DD8EEB color CMYK value is (6,40,0,8).

  • cyan value is 5.96%
  • magenta value is 39.57%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,40,0,8)
C6M40Y0K8 
(6%,40%,0%,8%)
(0.06/0.40/0.00/0.08)	

CMYK percentages

%5.96
%39.57
%0
%7.84

Codes

Color #DD8EEB in popluar color models

DD8EEB
RGB221142235
HSL291°69.92%73.92%
HSB/HSV291°39.57%92.16%
CMYK5.96%39.57%0.00%
7.84%

Color #DD8EEB in popluar number systems.

HEXDD8EEB
Decimal221142235
Binary110111011000111011101011
Octal335216353

Shades and tints

Shades of #DD8EEB

#DD8EEB
(221,142,235)
#C982D6
(201,130,214)
#B576C1
(181,118,193)
#A16AAC
(161,106,172)
#8D5E97
(141,94,151)
#795282
(121,82,130)
#65466D
(101,70,109)
#513A58
(81,58,88)
#3D2E43
(61,46,67)
#29222E
(41,34,46)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #DD8EEB

#DD8EEB
(221,142,235)
#E098EC
(224,152,236)
#E3A2ED
(227,162,237)
#E6ACEE
(230,172,238)
#E9B6EF
(233,182,239)
#ECC0F0
(236,192,240)
#EFCAF1
(239,202,241)
#F2D4F2
(242,212,242)
#F5DEF3
(245,222,243)
#F8E8F4
(248,232,244)
#FBF2F5
(251,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8EEB color. Also use rgb(221,142,235) instead hex code.

Text Font Color

.myTextColor { color: #DD8EEB; }

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

This text font color is #DD8EEB.


Background Color

.myBgColor { background-color: #DD8EEB; }

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

This div background color is #DD8EEB.


Border color

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

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

This div border color is #DD8EEB.


Opacity

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

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

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

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

This text has shadow with #DD8EEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8EEB on black background.


Color preview on white background

This text has color #DD8EEB on white background.



Black color preview on #DD8EEB background

This text has black color on #DD8EEB background.


White color preview on #DD8EEB background

This text has white color on #DD8EEB background.