COLOR #DDBBEF

HEX: #DDBBEF
RGB: (221,187,239)

Color info

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

RGB color model

#DDBBEF color RGB value is (221,187,239).

  • red value is 221;
  • green value is 187;
  • blue value is 239.
RGB:
(221,187,239)
(87%,73%,94%)

RGB channels and saturation

R 221 of 255 = 87%
G 187 of 255 = 73%
B 239 of 255 = 94%

221
187
239

R + G + B ~ 85%. #DDBBEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 187 + 239 = 647 (100%)
R 221 of 647 ~ 34.16%
G 187 of 647 ~ 28.9%
B 239 of 647 ~ 36.94%

%34.16
%28.9
%36.94

CMYK color model

#DDBBEF color CMYK value is (8,22,0,6).

  • cyan value is 7.53%
  • magenta value is 21.76%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(8,22,0,6)
C8M22Y0K6 
(8%,22%,0%,6%)
(0.08/0.22/0.00/0.06)	

CMYK percentages

%7.53
%21.76
%0
%6.27

Codes

Color #DDBBEF in popluar color models

DDBBEF
RGB221187239
HSL279°61.90%83.53%
HSB/HSV279°21.76%93.73%
CMYK7.53%21.76%0.00%
6.27%

Color #DDBBEF in popluar number systems.

HEXDDBBEF
Decimal221187239
Binary110111011011101111101111
Octal335273357

Shades and tints

Shades of #DDBBEF

#DDBBEF
(221,187,239)
#C9AADA
(201,170,218)
#B599C5
(181,153,197)
#A188B0
(161,136,176)
#8D779B
(141,119,155)
#796686
(121,102,134)
#655571
(101,85,113)
#51445C
(81,68,92)
#3D3347
(61,51,71)
#292232
(41,34,50)
#15111D
(21,17,29)
#000000
(0,0,0)

Tints of #DDBBEF

#DDBBEF
(221,187,239)
#E0C1F0
(224,193,240)
#E3C7F1
(227,199,241)
#E6CDF2
(230,205,242)
#E9D3F3
(233,211,243)
#ECD9F4
(236,217,244)
#EFDFF5
(239,223,245)
#F2E5F6
(242,229,246)
#F5EBF7
(245,235,247)
#F8F1F8
(248,241,248)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBBEF color. Also use rgb(221,187,239) instead hex code.

Text Font Color

.myTextColor { color: #DDBBEF; }

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

This text font color is #DDBBEF.


Background Color

.myBgColor { background-color: #DDBBEF; }

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

This div background color is #DDBBEF.


Border color

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

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

This div border color is #DDBBEF.


Opacity

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

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

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

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

This text has shadow with #DDBBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBBEF on black background.


Color preview on white background

This text has color #DDBBEF on white background.



Black color preview on #DDBBEF background

This text has black color on #DDBBEF background.


White color preview on #DDBBEF background

This text has white color on #DDBBEF background.