COLOR #DDB6F4

HEX: #DDB6F4
RGB: (221,182,244)

Color info

#DDB6F4 contains mainly red and blue colors. Web safe color of #DDB6F4 is #CCCCFF (or #CCF).

RGB color model

#DDB6F4 color RGB value is (221,182,244).

  • red value is 221;
  • green value is 182;
  • blue value is 244.
RGB:
(221,182,244)
(87%,71%,96%)

RGB channels and saturation

R 221 of 255 = 87%
G 182 of 255 = 71%
B 244 of 255 = 96%

221
182
244

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

Portions of RGB colors in percentages

R + G + B =
221 + 182 + 244 = 647 (100%)
R 221 of 647 ~ 34.16%
G 182 of 647 ~ 28.13%
B 244 of 647 ~ 37.71%

%34.16
%28.13
%37.71

CMYK color model

#DDB6F4 color CMYK value is (9,25,0,4).

  • cyan value is 9.43%
  • magenta value is 25.41%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(9,25,0,4)
C9M25Y0K4 
(9%,25%,0%,4%)
(0.09/0.25/0.00/0.04)	

CMYK percentages

%9.43
%25.41
%0
%4.31

Codes

Color #DDB6F4 in popluar color models

DDB6F4
RGB221182244
HSL278°73.81%83.53%
HSB/HSV278°25.41%95.69%
CMYK9.43%25.41%0.00%
4.31%

Color #DDB6F4 in popluar number systems.

HEXDDB6F4
Decimal221182244
Binary110111011011011011110100
Octal335266364

Shades and tints

Shades of #DDB6F4

#DDB6F4
(221,182,244)
#C9A6DE
(201,166,222)
#B596C8
(181,150,200)
#A186B2
(161,134,178)
#8D769C
(141,118,156)
#796686
(121,102,134)
#655670
(101,86,112)
#51465A
(81,70,90)
#3D3644
(61,54,68)
#29262E
(41,38,46)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #DDB6F4

#DDB6F4
(221,182,244)
#E0BCF5
(224,188,245)
#E3C2F6
(227,194,246)
#E6C8F7
(230,200,247)
#E9CEF8
(233,206,248)
#ECD4F9
(236,212,249)
#EFDAFA
(239,218,250)
#F2E0FB
(242,224,251)
#F5E6FC
(245,230,252)
#F8ECFD
(248,236,253)
#FBF2FE
(251,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB6F4 color. Also use rgb(221,182,244) instead hex code.

Text Font Color

.myTextColor { color: #DDB6F4; }

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

This text font color is #DDB6F4.


Background Color

.myBgColor { background-color: #DDB6F4; }

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

This div background color is #DDB6F4.


Border color

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

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

This div border color is #DDB6F4.


Opacity

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

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

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

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

This text has shadow with #DDB6F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB6F4 on black background.


Color preview on white background

This text has color #DDB6F4 on white background.



Black color preview on #DDB6F4 background

This text has black color on #DDB6F4 background.


White color preview on #DDB6F4 background

This text has white color on #DDB6F4 background.