COLOR #DDB1EB

HEX: #DDB1EB
RGB: (221,177,235)

Color info

#DDB1EB contains red, green and blue colors in about the same proportion. Web safe color of #DDB1EB is #CC99FF (or #C9F).

RGB color model

#DDB1EB color RGB value is (221,177,235).

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

RGB channels and saturation

R 221 of 255 = 87%
G 177 of 255 = 69%
B 235 of 255 = 92%

221
177
235

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

Portions of RGB colors in percentages

R + G + B =
221 + 177 + 235 = 633 (100%)
R 221 of 633 ~ 34.91%
G 177 of 633 ~ 27.96%
B 235 of 633 ~ 37.12%

%34.91
%27.96
%37.12

CMYK color model

#DDB1EB color CMYK value is (6,25,0,8).

  • cyan value is 5.96%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,25,0,8)
C6M25Y0K8 
(6%,25%,0%,8%)
(0.06/0.25/0.00/0.08)	

CMYK percentages

%5.96
%24.68
%0
%7.84

Codes

Color #DDB1EB in popluar color models

DDB1EB
RGB221177235
HSL286°59.18%80.78%
HSB/HSV286°24.68%92.16%
CMYK5.96%24.68%0.00%
7.84%

Color #DDB1EB in popluar number systems.

HEXDDB1EB
Decimal221177235
Binary110111011011000111101011
Octal335261353

Shades and tints

Shades of #DDB1EB

#DDB1EB
(221,177,235)
#C9A1D6
(201,161,214)
#B591C1
(181,145,193)
#A181AC
(161,129,172)
#8D7197
(141,113,151)
#796182
(121,97,130)
#65516D
(101,81,109)
#514158
(81,65,88)
#3D3143
(61,49,67)
#29212E
(41,33,46)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #DDB1EB

#DDB1EB
(221,177,235)
#E0B8EC
(224,184,236)
#E3BFED
(227,191,237)
#E6C6EE
(230,198,238)
#E9CDEF
(233,205,239)
#ECD4F0
(236,212,240)
#EFDBF1
(239,219,241)
#F2E2F2
(242,226,242)
#F5E9F3
(245,233,243)
#F8F0F4
(248,240,244)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB1EB; }

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

This text font color is #DDB1EB.


Background Color

.myBgColor { background-color: #DDB1EB; }

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

This div background color is #DDB1EB.


Border color

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

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

This div border color is #DDB1EB.


Opacity

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

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

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

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

This text has shadow with #DDB1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB1EB on black background.


Color preview on white background

This text has color #DDB1EB on white background.



Black color preview on #DDB1EB background

This text has black color on #DDB1EB background.


White color preview on #DDB1EB background

This text has white color on #DDB1EB background.