COLOR #DDBEE8

HEX: #DDBEE8
RGB: (221,190,232)

Color info

#DDBEE8 contains red, green and blue colors in about the same proportion. Web safe color of #DDBEE8 is #CCCCFF (or #CCF).

RGB color model

#DDBEE8 color RGB value is (221,190,232).

  • red value is 221;
  • green value is 190;
  • blue value is 232.
RGB:
(221,190,232)
(87%,75%,91%)

RGB channels and saturation

R 221 of 255 = 87%
G 190 of 255 = 75%
B 232 of 255 = 91%

221
190
232

R + G + B ~ 84%. #DDBEE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 190 + 232 = 643 (100%)
R 221 of 643 ~ 34.37%
G 190 of 643 ~ 29.55%
B 232 of 643 ~ 36.08%

%34.37
%29.55
%36.08

CMYK color model

#DDBEE8 color CMYK value is (5,18,0,9).

  • cyan value is 4.74%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(5,18,0,9)
C5M18Y0K9 
(5%,18%,0%,9%)
(0.05/0.18/0.00/0.09)	

CMYK percentages

%4.74
%18.1
%0
%9.02

Codes

Color #DDBEE8 in popluar color models

DDBEE8
RGB221190232
HSL284°47.73%82.75%
HSB/HSV284°18.10%90.98%
CMYK4.74%18.10%0.00%
9.02%

Color #DDBEE8 in popluar number systems.

HEXDDBEE8
Decimal221190232
Binary110111011011111011101000
Octal335276350

Shades and tints

Shades of #DDBEE8

#DDBEE8
(221,190,232)
#C9ADD3
(201,173,211)
#B59CBE
(181,156,190)
#A18BA9
(161,139,169)
#8D7A94
(141,122,148)
#79697F
(121,105,127)
#65586A
(101,88,106)
#514755
(81,71,85)
#3D3640
(61,54,64)
#29252B
(41,37,43)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #DDBEE8

#DDBEE8
(221,190,232)
#E0C3EA
(224,195,234)
#E3C8EC
(227,200,236)
#E6CDEE
(230,205,238)
#E9D2F0
(233,210,240)
#ECD7F2
(236,215,242)
#EFDCF4
(239,220,244)
#F2E1F6
(242,225,246)
#F5E6F8
(245,230,248)
#F8EBFA
(248,235,250)
#FBF0FC
(251,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBEE8 color. Also use rgb(221,190,232) instead hex code.

Text Font Color

.myTextColor { color: #DDBEE8; }

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

This text font color is #DDBEE8.


Background Color

.myBgColor { background-color: #DDBEE8; }

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

This div background color is #DDBEE8.


Border color

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

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

This div border color is #DDBEE8.


Opacity

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

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

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

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

This text has shadow with #DDBEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBEE8 on black background.


Color preview on white background

This text has color #DDBEE8 on white background.



Black color preview on #DDBEE8 background

This text has black color on #DDBEE8 background.


White color preview on #DDBEE8 background

This text has white color on #DDBEE8 background.