COLOR #DDBBF0

HEX: #DDBBF0 RGB: (221,187,240)

Color info

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

RGB color model

#DDBBF0 color RGB value is (221,187,240).

RGB: (221,187,240) (87%, 73%, 94%)

RGB channels and saturation

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

221
187
240

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

Portions of RGB colors in percentages

R + G + B = 221 + 187 + 240 = 648 (100%)
R 221 of 648 ~ 34.1%
G 187 of 648 ~ 28.86%
B 240 of 648 ~ 37.04'%

%34.1
%28.86
%37.04

CMYK color model

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

  • cyan value is 7.92%
  • magenta value is 22.08%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (8,22,0,6)
C8M22Y0K6 (8%, 22%, 0%, 6%)
(0.08 / 0.22 / 0.00 / 0.06)

CMYK percentages

%7.92
%22.08
%0
%5.88

Codes

Color #DDBBF0 in popluar color models

DD BB F0
RGB 221 187 240
HSL 278° 63.86% 83.73%
HSB/HSV 278° 22.08% 94.12%
CMYK 7.92% 22.08% 0.00%
5.88%

Color #DDBBF0 in popluar number systems.

HEX DD BB F0
Decimal 221 187 240
Binary 11011101 10111011 11110000
Octal 335 273 360

Shades and tints

Shades of #DDBBF0

#DDBBF0
(221,187,240)
#C9AADB
(201,170,219)
#B599C6
(181,153,198)
#A188B1
(161,136,177)
#8D779C
(141,119,156)
#796687
(121,102,135)
#655572
(101,85,114)
#51445D
(81,68,93)
#3D3348
(61,51,72)
#292233
(41,34,51)
#15111E
(21,17,30)
#000000
(0,0,0)

Tints of #DDBBF0

#DDBBF0
(221,187,240)
#E0C1F1
(224,193,241)
#E3C7F2
(227,199,242)
#E6CDF3
(230,205,243)
#E9D3F4
(233,211,244)
#ECD9F5
(236,217,245)
#EFDFF6
(239,223,246)
#F2E5F7
(242,229,247)
#F5EBF8
(245,235,248)
#F8F1F9
(248,241,249)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBBF0; }

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

This text font color is #DDBBF0.

Background Color

.myBgColor { background-color: #DDBBF0; }

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

This div background color is #DDBBF0.

Border color

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

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

This div border color is #DDBBF0.

Opacity

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

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

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

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

This text has shadow with #DDBBF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBBF0.

Preview

Color preview on black background

This text has color #DDBBF0 on black background.


Color preview on white background

This text has color #DDBBF0 on white background.


Black color preview on #DDBBF0 background

This text has black color on #DDBBF0 background.


White color preview on #DDBBF0 background

This text has white color on #DDBBF0 background.


Related colors

Complementary color

Complementary color for #hex is #22440F.


I love getcolorcode.com

Triadic colors

1 #F0DDBB and #BBF0DD with #DDBBF0 are triadic colors.

2 #F0BBDD and #BBDDF0 with #DDBBF0 are triadic colors.