COLOR #DDB7E8

HEX: #DDB7E8
RGB: (221,183,232)

Color info

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

RGB color model

#DDB7E8 color RGB value is (221,183,232).

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

RGB channels and saturation

R 221 of 255 = 87%
G 183 of 255 = 72%
B 232 of 255 = 91%

221
183
232

R + G + B ~ 83%. #DDB7E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 183 + 232 = 636 (100%)
R 221 of 636 ~ 34.75%
G 183 of 636 ~ 28.77%
B 232 of 636 ~ 36.48%

%34.75
%28.77
%36.48

CMYK color model

#DDB7E8 color CMYK value is (5,21,0,9).

  • cyan value is 4.74%
  • magenta value is 21.12%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(5,21,0,9)
C5M21Y0K9 
(5%,21%,0%,9%)
(0.05/0.21/0.00/0.09)	

CMYK percentages

%4.74
%21.12
%0
%9.02

Codes

Color #DDB7E8 in popluar color models

DDB7E8
RGB221183232
HSL287°51.58%81.37%
HSB/HSV287°21.12%90.98%
CMYK4.74%21.12%0.00%
9.02%

Color #DDB7E8 in popluar number systems.

HEXDDB7E8
Decimal221183232
Binary110111011011011111101000
Octal335267350

Shades and tints

Shades of #DDB7E8

#DDB7E8
(221,183,232)
#C9A7D3
(201,167,211)
#B597BE
(181,151,190)
#A187A9
(161,135,169)
#8D7794
(141,119,148)
#79677F
(121,103,127)
#65576A
(101,87,106)
#514755
(81,71,85)
#3D3740
(61,55,64)
#29272B
(41,39,43)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #DDB7E8

#DDB7E8
(221,183,232)
#E0BDEA
(224,189,234)
#E3C3EC
(227,195,236)
#E6C9EE
(230,201,238)
#E9CFF0
(233,207,240)
#ECD5F2
(236,213,242)
#EFDBF4
(239,219,244)
#F2E1F6
(242,225,246)
#F5E7F8
(245,231,248)
#F8EDFA
(248,237,250)
#FBF3FC
(251,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB7E8; }

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

This text font color is #DDB7E8.


Background Color

.myBgColor { background-color: #DDB7E8; }

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

This div background color is #DDB7E8.


Border color

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

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

This div border color is #DDB7E8.


Opacity

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

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

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

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

This text has shadow with #DDB7E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB7E8 on black background.


Color preview on white background

This text has color #DDB7E8 on white background.



Black color preview on #DDB7E8 background

This text has black color on #DDB7E8 background.


White color preview on #DDB7E8 background

This text has white color on #DDB7E8 background.