COLOR #DD8EEC

HEX: #DD8EEC
RGB: (221,142,236)

Color info

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

RGB color model

#DD8EEC color RGB value is (221,142,236).

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

RGB channels and saturation

R 221 of 255 = 87%
G 142 of 255 = 56%
B 236 of 255 = 93%

221
142
236

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

Portions of RGB colors in percentages

R + G + B =
221 + 142 + 236 = 599 (100%)
R 221 of 599 ~ 36.89%
G 142 of 599 ~ 23.71%
B 236 of 599 ~ 39.4%

%36.89
%23.71
%39.4

CMYK color model

#DD8EEC color CMYK value is (6,40,0,7).

  • cyan value is 6.36%
  • magenta value is 39.83%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(6,40,0,7)
C6M40Y0K7 
(6%,40%,0%,7%)
(0.06/0.40/0.00/0.07)	

CMYK percentages

%6.36
%39.83
%0
%7.45

Codes

Color #DD8EEC in popluar color models

DD8EEC
RGB221142236
HSL290°71.21%74.12%
HSB/HSV290°39.83%92.55%
CMYK6.36%39.83%0.00%
7.45%

Color #DD8EEC in popluar number systems.

HEXDD8EEC
Decimal221142236
Binary110111011000111011101100
Octal335216354

Shades and tints

Shades of #DD8EEC

#DD8EEC
(221,142,236)
#C982D7
(201,130,215)
#B576C2
(181,118,194)
#A16AAD
(161,106,173)
#8D5E98
(141,94,152)
#795283
(121,82,131)
#65466E
(101,70,110)
#513A59
(81,58,89)
#3D2E44
(61,46,68)
#29222F
(41,34,47)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #DD8EEC

#DD8EEC
(221,142,236)
#E098ED
(224,152,237)
#E3A2EE
(227,162,238)
#E6ACEF
(230,172,239)
#E9B6F0
(233,182,240)
#ECC0F1
(236,192,241)
#EFCAF2
(239,202,242)
#F2D4F3
(242,212,243)
#F5DEF4
(245,222,244)
#F8E8F5
(248,232,245)
#FBF2F6
(251,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD8EEC; }

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

This text font color is #DD8EEC.


Background Color

.myBgColor { background-color: #DD8EEC; }

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

This div background color is #DD8EEC.


Border color

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

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

This div border color is #DD8EEC.


Opacity

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

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

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

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

This text has shadow with #DD8EEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8EEC on black background.


Color preview on white background

This text has color #DD8EEC on white background.



Black color preview on #DD8EEC background

This text has black color on #DD8EEC background.


White color preview on #DD8EEC background

This text has white color on #DD8EEC background.