COLOR #DDBBF3

HEX: #DDBBF3
RGB: (221,187,243)

Color info

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

RGB color model

#DDBBF3 color RGB value is (221,187,243).

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

RGB channels and saturation

R 221 of 255 = 87%
G 187 of 255 = 73%
B 243 of 255 = 95%

221
187
243

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

Portions of RGB colors in percentages

R + G + B =
221 + 187 + 243 = 651 (100%)
R 221 of 651 ~ 33.95%
G 187 of 651 ~ 28.73%
B 243 of 651 ~ 37.33%

%33.95
%28.73
%37.33

CMYK color model

#DDBBF3 color CMYK value is (9,23,0,5).

  • cyan value is 9.05%
  • magenta value is 23.05%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(9,23,0,5)
C9M23Y0K5 
(9%,23%,0%,5%)
(0.09/0.23/0.00/0.05)	

CMYK percentages

%9.05
%23.05
%0
%4.71

Codes

Color #DDBBF3 in popluar color models

DDBBF3
RGB221187243
HSL276°70.00%84.31%
HSB/HSV276°23.05%95.29%
CMYK9.05%23.05%0.00%
4.71%

Color #DDBBF3 in popluar number systems.

HEXDDBBF3
Decimal221187243
Binary110111011011101111110011
Octal335273363

Shades and tints

Shades of #DDBBF3

#DDBBF3
(221,187,243)
#C9AADD
(201,170,221)
#B599C7
(181,153,199)
#A188B1
(161,136,177)
#8D779B
(141,119,155)
#796685
(121,102,133)
#65556F
(101,85,111)
#514459
(81,68,89)
#3D3343
(61,51,67)
#29222D
(41,34,45)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #DDBBF3

#DDBBF3
(221,187,243)
#E0C1F4
(224,193,244)
#E3C7F5
(227,199,245)
#E6CDF6
(230,205,246)
#E9D3F7
(233,211,247)
#ECD9F8
(236,217,248)
#EFDFF9
(239,223,249)
#F2E5FA
(242,229,250)
#F5EBFB
(245,235,251)
#F8F1FC
(248,241,252)
#FBF7FD
(251,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBBF3; }

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

This text font color is #DDBBF3.


Background Color

.myBgColor { background-color: #DDBBF3; }

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

This div background color is #DDBBF3.


Border color

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

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

This div border color is #DDBBF3.


Opacity

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

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

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

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

This text has shadow with #DDBBF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDBBF3 on black background.


Color preview on white background

This text has color #DDBBF3 on white background.



Black color preview on #DDBBF3 background

This text has black color on #DDBBF3 background.


White color preview on #DDBBF3 background

This text has white color on #DDBBF3 background.