COLOR #DDB4EF

HEX: #DDB4EF
RGB: (221,180,239)

Color info

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

RGB color model

#DDB4EF color RGB value is (221,180,239).

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

RGB channels and saturation

R 221 of 255 = 87%
G 180 of 255 = 71%
B 239 of 255 = 94%

221
180
239

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

Portions of RGB colors in percentages

R + G + B =
221 + 180 + 239 = 640 (100%)
R 221 of 640 ~ 34.53%
G 180 of 640 ~ 28.13%
B 239 of 640 ~ 37.34%

%34.53
%28.13
%37.34

CMYK color model

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

  • cyan value is 7.53%
  • magenta value is 24.69%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(8,25,0,6)
C8M25Y0K6 
(8%,25%,0%,6%)
(0.08/0.25/0.00/0.06)	

CMYK percentages

%7.53
%24.69
%0
%6.27

Codes

Color #DDB4EF in popluar color models

DDB4EF
RGB221180239
HSL282°64.84%82.16%
HSB/HSV282°24.69%93.73%
CMYK7.53%24.69%0.00%
6.27%

Color #DDB4EF in popluar number systems.

HEXDDB4EF
Decimal221180239
Binary110111011011010011101111
Octal335264357

Shades and tints

Shades of #DDB4EF

#DDB4EF
(221,180,239)
#C9A4DA
(201,164,218)
#B594C5
(181,148,197)
#A184B0
(161,132,176)
#8D749B
(141,116,155)
#796486
(121,100,134)
#655471
(101,84,113)
#51445C
(81,68,92)
#3D3447
(61,52,71)
#292432
(41,36,50)
#15141D
(21,20,29)
#000000
(0,0,0)

Tints of #DDB4EF

#DDB4EF
(221,180,239)
#E0BAF0
(224,186,240)
#E3C0F1
(227,192,241)
#E6C6F2
(230,198,242)
#E9CCF3
(233,204,243)
#ECD2F4
(236,210,244)
#EFD8F5
(239,216,245)
#F2DEF6
(242,222,246)
#F5E4F7
(245,228,247)
#F8EAF8
(248,234,248)
#FBF0F9
(251,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB4EF; }

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

This text font color is #DDB4EF.


Background Color

.myBgColor { background-color: #DDB4EF; }

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

This div background color is #DDB4EF.


Border color

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

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

This div border color is #DDB4EF.


Opacity

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

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

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

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

This text has shadow with #DDB4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB4EF on black background.


Color preview on white background

This text has color #DDB4EF on white background.



Black color preview on #DDB4EF background

This text has black color on #DDB4EF background.


White color preview on #DDB4EF background

This text has white color on #DDB4EF background.